@icongo/sti
Version:
Super Tiny Icons
31 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIDart = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fillRule: "evenodd",
"aria-label": "Dart",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#40c4ff",
d: "m365.2 363.9-200.9 1.6 59.7 60.3 141.1.4z"
}), /*#__PURE__*/_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__*/_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"
})]
}));
export { STIDart };