Sha256: b993525cf28f45c486989baf5cf6e1b45a1dbaf90fa55caffd81615963435f72
Contents?: true
Size: 381 Bytes
Versions: 14
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Remix class ArrowLeftSFill < Base def view_template svg( **attrs, viewbox: '0 0 24 24', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' ) { |s| s.path(d: 'M8 12L14 6V18L8 12Z') } end end end end end
Version data entries
14 entries across 14 versions & 2 rubygems