Sha256: 9ba4ba86311c6fa5cad4f4ee582399a1335b536f3d6ad2802f0e153af3c0ad99

Contents?: true

Size: 1.07 KB

Versions: 12

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Metrics/MethodLength
module Phlex
  module Icons
    module Tabler
      class BrandDeezer < 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: 'M3 16.5h2v.5h-2z')
            s.path(d: 'M8 16.5h2.5v.5h-2.5z')
            s.path(d: 'M16 17h-2.5v-.5h2.5z')
            s.path(d: 'M21.5 17h-2.5v-.5h2.5z')
            s.path(d: 'M21.5 13h-2.5v.5h2.5z')
            s.path(d: 'M21.5 9.5h-2.5v.5h2.5z')
            s.path(d: 'M21.5 6h-2.5v.5h2.5z')
            s.path(d: 'M16 13h-2.5v.5h2.5z')
            s.path(d: 'M8 13.5h2.5v-.5h-2.5z')
            s.path(d: 'M8 9.5h2.5v.5h-2.5z')
          end
        end
      end
    end
  end
end
# rubocop:enable Metrics/MethodLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_deezer.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_deezer.rb