UNPKG

@icongo/sti

Version:
39 lines (38 loc) 1.48 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIDart = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIDart = function STIDart(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fillRule: "evenodd", "aria-label": "Dart", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#01579b", d: "M93.6 294.2c-10-13.3-9.5-27.5-.8-42.3l51.3-107.2 8.1 208.6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#40c4ff", d: "m365.2 363.9-200.9 1.6 59.7 60.3 141.1.4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2cb7f6", d: "M297.6 99c-14.2-15.4-31.6-17.1-52.1-5.7l-101.4 51.4v184.5c-.5 9.2 2.6 18.8 8.1 24.2l12.3 12.2h200.7L353 155.44z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#01579b", d: "M426.1 225.9 353.7 155c-7.5-7.1-15.5-10.4-24-10.3H144.1l221.1 220.9h60.9z" })] })); }; exports.STIDart = STIDart;