Sha256: a3579ba8c9caf60137d60e9a06bcac3c050e0bb232d6fe0174331f385007e4fd

Contents?: true

Size: 698 Bytes

Versions: 24

Compression:

Stored size: 698 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Compass2Fill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M18.3277 4.25809L10.5858 12L12 13.4142L19.7419 5.6723C21.153 7.39641 22 9.5999 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C14.4001 2 16.6036 2.84695 18.3277 4.25809Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/compass_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/compass_2_fill.rb