Sha256: 5c4986ca741d293d38ef09ea87b772e7486a89c83b645d6e5fac1ea90d472c5e

Contents?: true

Size: 914 Bytes

Versions: 14

Compression:

Stored size: 914 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class Fish < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            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.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571'
            )
            s.path(
              d:
                'M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504'
            )
            s.path(d: 'M18 11v.01')
            s.path(d: 'M11.5 10.5c-.667 1 -.667 2 0 3')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/fish.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/fish.rb