Sha256: e6493f4214e846614492ed4dcc2d824d50234ddf5e0c036569fb56495b3f0ecc

Contents?: true

Size: 1.48 KB

Versions: 12

Compression:

Stored size: 1.48 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandRedux < 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:
                'M16.54 7c-.805 -2.365 -2.536 -4 -4.54 -4c-2.774 0 -5.023 2.632 -5.023 6.496c0 1.956 1.582 4.727 2.512 6'
            )
            s.path(
              d:
                'M4.711 11.979c-1.656 1.877 -2.214 4.185 -1.211 5.911c1.387 2.39 5.138 2.831 8.501 .9c1.703 -.979 2.875 -3.362 3.516 -4.798'
            )
            s.path(
              d:
                'M15.014 19.99c2.511 0 4.523 -.438 5.487 -2.1c1.387 -2.39 -.215 -5.893 -3.579 -7.824c-1.702 -.979 -4.357 -1.235 -5.927 -1.07'
            )
            s.path(
              d:
                'M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a1 1 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a1 1 0 0 0 .368 1.365z'
            )
            s.path(d: 'M9.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0')
            s.path(d: 'M15.5 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0')
          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_redux.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_redux.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_redux.rb