Sha256: ea086f68914cf04ce8bed105c27de9c620c2942eb66bdeccb1226d9662a9f08b

Contents?: true

Size: 1.17 KB

Versions: 12

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandUbuntu < 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: 'M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(
              d:
                'M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m4 0a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203'
            )
            s.path(d: 'M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
            s.path(d: 'M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0')
          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_ubuntu.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_ubuntu.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_ubuntu.rb