Sha256: d8f2062fdaec5a3547b30779e1a7b2b9e894cbf39944afe145266e8f920f13b4

Contents?: true

Size: 962 Bytes

Versions: 12

Compression:

Stored size: 962 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class BrandLaravel < 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 17l8 5l7 -4v-8l-4 -2.5l4 -2.5l4 2.5v4l-11 6.5l-4 -2.5v-7.5l-4 -2.5z'
            )
            s.path(d: 'M11 18v4')
            s.path(d: 'M7 15.5l7 -4')
            s.path(d: 'M14 7.5v4')
            s.path(d: 'M14 11.5l4 2.5')
            s.path(d: 'M11 13v-7.5l-4 -2.5l-4 2.5')
            s.path(d: 'M7 8l4 -2.5')
            s.path(d: 'M18 10l4 -2.5')
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

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