@icongo/sti
Version:
Super Tiny Icons
26 lines • 1.1 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 STIOrigin = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fillRule: "evenodd",
"aria-label": "Origin",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#f15a23",
children: [/*#__PURE__*/_jsx("path", {
d: "M256 100.4c85.9 0 155.6 69.7 155.6 155.6S341.9 411.6 256 411.6 100.4 341.9 100.4 256 170.1 100.4 256 100.4zm0 94.9c33.5 0 60.7 27.2 60.7 60.7s-27.2 60.7-60.7 60.7-60.7-27.2-60.7-60.7 27.2-60.7 60.7-60.7z"
}), /*#__PURE__*/_jsx("path", {
d: "M256 53.7c1.5-4 0-5.5-4-5.9-4.5-1.5-87.4 46.6-124.1 119.3C91.1 240 236 101.8 236 101.8c7.4-27 8.7-31.4 20.1-48zm.1 404.5c-1.5 4 0 5.5 4 6 4.5 1.5 87.5-46.4 124.3-119.1 36.9-72.8-108.2 65.1-108.2 65.1-7.4 27-8.8 31.4-20.2 48z"
})]
})]
}));
export { STIOrigin };