Sha256: e84e3816d2c736201875cbacd430941c02a8440861bee321c1f375d0e130c2fb

Contents?: true

Size: 529 Bytes

Versions: 14

Compression:

Stored size: 529 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowLeftWideFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M8.3685 12L13.1162 3.03212L14.8838 3.9679L10.6315 12L14.8838 20.0321L13.1162 20.9679L8.3685 12Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/arrow_left_wide_fill.rb