Sha256: 4710aba607c1498e16c0f70462ee8ac33873ef42ad5766baf0335ddd565ffd90

Contents?: true

Size: 1010 Bytes

Versions: 12

Compression:

Stored size: 1010 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandStorybook < 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: 'M5 4l.5 16.5l13.5 .5v-18z')
            s.path(
              d:
                'M9 15c.6 1.5 1.639 2 3.283 2h-.283c1.8 0 3 -.974 3 -2.435c0 -1.194 -.831 -1.799 -2.147 -2.333l-1.975 -.802c-1.15 -.467 -1.878 -1.422 -1.878 -2.467c0 -.97 .899 -1.786 2.087 -1.893l.613 -.055c1.528 -.138 3 .762 3.3 1.985'
            )
            s.path(d: 'M16 3.5v1')
          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_storybook.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_storybook.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_storybook.rb