Sha256: f798ba7afe2155319fc05d20c2d33c5619507b8af97c80e8e8554000b7594d92

Contents?: true

Size: 1.22 KB

Versions: 14

Compression:

Stored size: 1.22 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandElastic < 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:
                'M14 2a5 5 0 0 1 5 5c0 .712 -.232 1.387 -.5 2c1.894 .042 3.5 1.595 3.5 3.5c0 1.869 -1.656 3.4 -3.5 3.5c.333 .625 .5 1.125 .5 1.5a2.5 2.5 0 0 1 -2.5 2.5c-.787 0 -1.542 -.432 -2 -1c-.786 1.73 -2.476 3 -4.5 3a5 5 0 0 1 -4.583 -7a3.5 3.5 0 0 1 -.11 -6.992l.195 0a2.5 2.5 0 0 1 2 -4c.787 0 1.542 .432 2 1c.786 -1.73 2.476 -3 4.5 -3z'
            )
            s.path(d: 'M8.5 9l-3 -1')
            s.path(d: 'M9.5 5l-1 4l1 2l5 2l4 -4')
            s.path(d: 'M18.499 16l-3 -.5l-1 -2.5')
            s.path(d: 'M14.5 19l1 -3.5')
            s.path(d: 'M5.417 15l4.083 -4')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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