Sha256: 0a30924b57be83de4fccc7939e115b8022f88d8f504c39328adabab14a9c1104

Contents?: true

Size: 1.07 KB

Versions: 12

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandWaze < 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:
                'M6.66 17.52a7 7 0 0 1 -3.66 -4.52c2 0 3 -1 3 -2.51c0 -3.92 2.25 -7.49 7.38 -7.49c4.62 0 7.62 3.51 7.62 8a8.08 8.08 0 0 1 -3.39 6.62'
            )
            s.path(d: 'M10 18.69a17.29 17.29 0 0 0 3.33 .3h.54')
            s.path(d: 'M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(d: 'M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(d: 'M16 9h.01')
            s.path(d: 'M11 9h.01')
          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_waze.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_waze.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_waze.rb