Sha256: 5d94cddd71b1dd74fa3d98b2b2c63d8ec498af3e0cfaacaf9cadd8899ae48cca

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 BrandVlc < 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:
                'M13.79 4.337l3.101 9.305c.33 .985 -.113 2.07 -1.02 2.499a9.148 9.148 0 0 1 -7.742 0c-.907 -.428 -1.35 -1.514 -1.02 -2.499l3.1 -9.305c.267 -.8 .985 -1.337 1.791 -1.337c.807 0 1.525 .537 1.79 1.337z'
            )
            s.path(
              d:
                'M7 14h-1.429a2 2 0 0 0 -1.923 1.45l-.571 2a2 2 0 0 0 1.923 2.55h13.998a2 2 0 0 0 1.923 -2.55l-.572 -2a2 2 0 0 0 -1.923 -1.45h-1.426'
            )
          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_vlc.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_vlc.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_vlc.rb