Sha256: 50c809e96c0b024d638f2668d4bf0de46596dfdfd6d2c99df28e98959fd62ea3

Contents?: true

Size: 1021 Bytes

Versions: 12

Compression:

Stored size: 1021 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandWebflow < 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:
                'M17 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 0 -4.253 2.055 -5 4z'
            )
          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_webflow.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_webflow.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_webflow.rb