Sha256: a62e715c5ef1660f72b4553c05cd544d128fe36a9315d22cd4d99eb882ab9391

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandSnapseed < 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:
                'M8.152 3.115a.46 .46 0 0 0 -.609 0c-2.943 2.58 -4.529 5.441 -4.543 8.378c0 2.928 1.586 5.803 4.543 8.392a.46 .46 0 0 0 .61 0c2.957 -2.589 4.547 -5.464 4.547 -8.392c0 -2.928 -1.6 -5.799 -4.548 -8.378z'
            )
            s.path(
              d:
                'M8 20l12.09 -.011c.503 0 .91 -.434 .91 -.969v-6.063c0 -.535 -.407 -.968 -.91 -.968h-7.382'
            )
          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/brand_snapseed.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_snapseed.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_snapseed.rb