UNPKG

@icongo/sti

Version:
34 lines (33 loc) 1.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIOrigin = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIOrigin = function STIOrigin(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": "Origin", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#f15a23", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })] })); }; exports.STIOrigin = STIOrigin;