Sha256: f50885d58fab374b756c3921e7973a5f7338baca43601676301a88c70b2c2b4a

Contents?: true

Size: 1.52 KB

Versions: 12

Compression:

Stored size: 1.52 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class GuitarPick < Base
        def filled
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M12 2c-1.613 0 -2.882 .104 -3.825 .323l-.23 .057c-3.019 .708 -4.945 2.503 -4.945 5.62c0 3.367 1.939 8.274 4.22 11.125c.32 .4 .664 .786 1.03 1.158l.367 .36a4.904 4.904 0 0 0 6.752 .011a15.04 15.04 0 0 0 1.41 -1.528c2.491 -3.113 4.221 -7.294 4.221 -11.126c0 -3.025 -1.813 -4.806 -4.71 -5.562l-.266 -.066c-.936 -.25 -2.281 -.372 -4.024 -.372z'
            )
          end
        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:
                'M16 18.5c2 -2.5 4 -6.5 4 -10.5c0 -2.946 -2.084 -4.157 -4.204 -4.654c-.864 -.23 -2.13 -.346 -3.796 -.346c-1.667 0 -2.932 .115 -3.796 .346c-2.12 .497 -4.204 1.708 -4.204 4.654c0 3.312 2 8 4 10.5c.297 .37 .618 .731 .963 1.081l.354 .347a3.9 3.9 0 0 0 5.364 0a14.05 14.05 0 0 0 1.319 -1.428z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

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