Sha256: d8b684c1273490beb08d30870fb00be2faabbea84c1fb302727da4d49e12b8cd

Contents?: true

Size: 1.79 KB

Versions: 14

Compression:

Stored size: 1.79 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Rocket < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(d: 'M8 8c.828 0 1.5-.895 1.5-2S8.828 4 8 4s-1.5.895-1.5 2S7.172 8 8 8')
            s.path(
              d:
                'M11.953 8.81c-.195-3.388-.968-5.507-1.777-6.819C9.707 1.233 9.23.751 8.857.454a3.5 3.5 0 0 0-.463-.315A2 2 0 0 0 8.25.064.55.55 0 0 0 8 0a.55.55 0 0 0-.266.073 2 2 0 0 0-.142.08 4 4 0 0 0-.459.33c-.37.308-.844.803-1.31 1.57-.805 1.322-1.577 3.433-1.774 6.756l-1.497 1.826-.004.005A2.5 2.5 0 0 0 2 12.202V15.5a.5.5 0 0 0 .9.3l1.125-1.5c.166-.222.42-.4.752-.57.214-.108.414-.192.625-.281l.198-.084c.7.428 1.55.635 2.4.635s1.7-.207 2.4-.635q.1.044.196.083c.213.09.413.174.627.282.332.17.586.348.752.57l1.125 1.5a.5.5 0 0 0 .9-.3v-3.298a2.5 2.5 0 0 0-.548-1.562zM12 10.445v.055c0 .866-.284 1.585-.75 2.14.146.064.292.13.425.199.39.197.8.46 1.1.86L13 14v-1.798a1.5 1.5 0 0 0-.327-.935zM4.75 12.64C4.284 12.085 4 11.366 4 10.5v-.054l-.673.82a1.5 1.5 0 0 0-.327.936V14l.225-.3c.3-.4.71-.664 1.1-.861.133-.068.279-.135.425-.199M8.009 1.073q.096.06.226.163c.284.226.683.621 1.09 1.28C10.137 3.836 11 6.237 11 10.5c0 .858-.374 1.48-.943 1.893C9.517 12.786 8.781 13 8 13s-1.517-.214-2.057-.607C5.373 11.979 5 11.358 5 10.5c0-4.182.86-6.586 1.677-7.928.409-.67.81-1.082 1.096-1.32q.136-.113.236-.18Z'
            )
            s.path(
              d:
                'M9.479 14.361c-.48.093-.98.139-1.479.139s-.999-.046-1.479-.139L7.6 15.8a.5.5 0 0 0 .8 0z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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