Sha256: f9635a16e0e3be8a968d2d040f2ce734d2b2774a14c1f3a04d12b3cc5ea672c2

Contents?: true

Size: 1.12 KB

Versions: 18

Compression:

Stored size: 1.12 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class Barrel < 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:
                'M7.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22z'
            )
            s.path(d: 'M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8')
            s.path(d: 'M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8')
            s.path(d: 'M4.5 16h15')
            s.path(d: 'M19.5 8h-15')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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