UNPKG

@icongo/vv

Version:
37 lines (36 loc) 1.77 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVRocket = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVRocket = function VVRocket(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", id: "prefix__rocket", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("style", { children: ".prefix__vi-primary{fill:#ff6e6e;fill-rule:evenodd}" }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m29.624 43.785-4.243-11.313 7.778-7.778 2.075 8.735ZM4.168 18.329l10.357-5.611 8.735 2.075-7.778 7.778Zm1.456 16.662c1.92-4.929 5.24-2.274 5.24-2.274l2.222 2.217 2.2 2.193s2.627 3.28-2.295 5.213a12.725 12.725 0 0 1-4.578.376c-.815-.076-3.537 1.6-4.347 1.222-.39-.814 1.288-3.537 1.207-4.355a12.681 12.681 0 0 1 .351-4.592Z", className: "prefix__vi-primary" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.7 24.537C29.323 6.122 43.983 3.986 43.983 3.986S41.823 18.484 23.2 36.9c0 0-4.841 5.327-11.38-1.14a8.244 8.244 0 0 1-1.12-11.223Z", style: { fill: "#0c0058", fillRule: "evenodd" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M27.646 20.336a4.454 4.454 0 1 1-6.346-.058 4.512 4.512 0 0 1 6.346.058Z", className: "prefix__vi-primary" })] })); }; exports.VVRocket = VVRocket;