Sha256: 5fbd8d05a3c498b72e4f072af12231f6b75f06ea6d7e84a3ca4717673b75d701

Contents?: true

Size: 1.17 KB

Versions: 12

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandGolang < 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:
                'M15.695 14.305c1.061 1.06 2.953 .888 4.226 -.384c1.272 -1.273 1.444 -3.165 .384 -4.226c-1.061 -1.06 -2.953 -.888 -4.226 .384c-1.272 1.273 -1.444 3.165 -.384 4.226z'
            )
            s.path(
              d:
                'M12.68 9.233c-1.084 -.497 -2.545 -.191 -3.591 .846c-1.284 1.273 -1.457 3.165 -.388 4.226c1.07 1.06 2.978 .888 4.261 -.384a3.669 3.669 0 0 0 1.038 -1.921h-2.427'
            )
            s.path(d: 'M5.5 15h-1.5')
            s.path(d: 'M6 9h-2')
            s.path(d: 'M5 12h-3')
          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_golang.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_golang.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_golang.rb