Sha256: 1373a77831eef0df288a4b74492ef125f3f274564537d968ca4c4717a841c571

Contents?: true

Size: 1.54 KB

Versions: 12

Compression:

Stored size: 1.54 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength,Metrics/MethodLength
module Phlex
  module Icons
    module Tabler
      class SettingsCog < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M12.003 21c-.732 .001 -1.465 -.438 -1.678 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.886 .215 1.325 .957 1.318 1.694'
            )
            s.path(d: 'M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0')
            s.path(d: 'M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(d: 'M19.001 15.5v1.5')
            s.path(d: 'M19.001 21v1.5')
            s.path(d: 'M22.032 17.25l-1.299 .75')
            s.path(d: 'M17.27 20l-1.3 .75')
            s.path(d: 'M15.97 17.25l1.3 .75')
            s.path(d: 'M20.733 20l1.3 .75')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength,Metrics/MethodLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/settings_cog.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/settings_cog.rb