Sha256: 421c739ab77fbce0ad21d37298cef9a2d9586e4c4ff10e7f3da911b4b9afbd8c
Contents?: true
Size: 394 Bytes
Versions: 18
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Remix class ArrowRightFill < Base def view_template svg( **attrs, viewbox: '0 0 24 24', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' ) { |s| s.path(d: 'M12 13H4V11H12V4L20 12L12 20V13Z') } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems