Sha256: 182e7b53ea47d3aababa96ce11daf09c99c6ed17d7fad2df623e2ec9c973cef8

Contents?: true

Size: 957 Bytes

Versions: 12

Compression:

Stored size: 957 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandAo3 < 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: 'M2 5c7.109 4.1 10.956 10.131 12 14c1.074 -4.67 4.49 -8.94 8 -11')
            s.path(d: 'M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(
              d:
                'M7 9c-.278 5.494 -2.337 7.33 -4 10c4.013 -2 6.02 -5 15.05 -5c4.012 0 3.51 2.5 1 3c2 .5 2.508 5 -2.007 2'
            )
          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_ao3.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_ao3.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_ao3.rb