Sha256: ddf7702a3dd14a7f4bdda1afd00de461c1588204ce98cfaa6ffbf0aedc1244ba

Contents?: true

Size: 928 Bytes

Versions: 12

Compression:

Stored size: 928 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class BrandTeams < 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 7h10v10h-10z')
            s.path(d: 'M6 10h4')
            s.path(d: 'M8 10v4')
            s.path(d: 'M8.104 17c.47 2.274 2.483 4 4.896 4a5 5 0 0 0 5 -5v-7h-5')
            s.path(d: 'M18 18a4 4 0 0 0 4 -4v-5h-4')
            s.path(d: 'M13.003 8.83a3 3 0 1 0 -1.833 -1.833')
            s.path(d: 'M15.83 8.36a2.5 2.5 0 1 0 .594 -4.117')
          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_teams.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_teams.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_teams.rb