Sha256: e0ca9ad231f5b3db4e527ed2a4bb43ad3d79458feccb70b6ddfc5bbc4cd68ce2

Contents?: true

Size: 691 Bytes

Versions: 18

Compression:

Stored size: 691 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Compass2Fill < 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:
                '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

18 entries across 18 versions & 2 rubygems

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