Sha256: c88ac90e0a73891d0bf0d07c3936501702fe831892691e2d4923d5eb777915cf

Contents?: true

Size: 701 Bytes

Versions: 12

Compression:

Stored size: 701 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowLeftDoubleFill < 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:
                'M4.83582 12L11.0429 18.2071L12.4571 16.7929L7.66424 12L12.4571 7.20712L11.0429 5.79291L4.83582 12ZM10.4857 12L16.6928 18.2071L18.107 16.7929L13.3141 12L18.107 7.20712L16.6928 5.79291L10.4857 12Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

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