Sha256: 84be0f5b3ac1165fea518e2481ee7a7f5dc5c20249a2c27d162ebaf5e3f0fb31

Contents?: true

Size: 1.18 KB

Versions: 12

Compression:

Stored size: 1.18 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class Galaxy < 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 3c-1.333 1 -2 2.5 -2 4.5c0 3 2 4.5 2 4.5s2 1.5 2 4.5c0 2 -.667 3.5 -2 4.5'
            )
            s.path(
              d:
                'M19.794 16.5c-.2 -1.655 -1.165 -2.982 -2.897 -3.982c-2.597 -1.5 -4.897 -.518 -4.897 -.518s-2.299 .982 -4.897 -.518c-1.732 -1 -2.698 -2.327 -2.897 -3.982'
            )
            s.path(
              d:
                'M19.794 7.5c-1.532 -.655 -3.165 -.482 -4.897 .518c-2.597 1.5 -2.897 3.982 -2.897 3.982s-.299 2.482 -2.897 3.982c-1.732 1 -3.365 1.173 -4.897 .518'
            )
          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/galaxy.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/galaxy.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/galaxy.rb