UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Rocket = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M5 13c0-5.088 2.903-9.436 7-11.182C16.097 3.564 19 7.912 19 13c0 .823-.076 1.626-.22 2.403l1.94 1.832a.5.5 0 01.095.603l-2.495 4.575a.5.5 0 01-.793.114l-2.234-2.234a1 1 0 00-.707-.293H9.414a1 1 0 00-.707.293l-2.234 2.234a.5.5 0 01-.793-.114l-2.495-4.575a.5.5 0 01.095-.603l1.94-1.832C5.077 14.626 5 13.823 5 13zm1.476 6.696l.817-.817A3 3 0 019.414 18h5.172a3 3 0 012.121.879l.817.817.982-1.8-1.1-1.04a2 2 0 01-.593-1.82c.124-.664.187-1.345.187-2.036 0-3.87-1.995-7.3-5-8.96C8.995 5.7 7 9.13 7 13c0 .691.063 1.372.187 2.037a2 2 0 01-.593 1.82l-1.1 1.039.982 1.8zM12 13a2 2 0 110-4 2 2 0 010 4z", key: "k1" }))); }); exports.Rocket.displayName = 'Rocket'; exports.RocketDimensions = { height: 24, width: 24 };