Sha256: b430a5c2fe312ca232ab40b44fdefbeb38225806eb1c1666a6dd55784a94a5d8

Contents?: true

Size: 1.02 KB

Versions: 14

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class RocketOff < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            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:
                'M9.29 9.275a9.03 9.03 0 0 0 -.29 .725a6 6 0 0 0 -5 3a8 8 0 0 1 7 7a6 6 0 0 0 3 -5c.241 -.085 .478 -.18 .708 -.283m2.428 -1.61a9 9 0 0 0 2.864 -6.107a3 3 0 0 0 -3 -3a9 9 0 0 0 -6.107 2.864'
            )
            s.path(d: 'M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3')
            s.path(d: 'M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0')
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/rocket_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/rocket_off.rb