@icongo/sti
Version:
Super Tiny Icons
62 lines (61 loc) • 2.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STISvg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STISvg = function STISvg(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "SVG",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#f90",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M122 157h268v99H122"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__a",
fill: "#fff",
stroke: "#000",
strokeWidth: 24,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 120,
r: 44
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 120,
cy: 256,
r: 44
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 160,
cy: 160,
r: 44
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
href: "#prefix__a",
transform: "matrix(-1 0 0 1 512 0)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#fff",
strokeWidth: 44,
d: "M396 256H256l96-96-96 96V120v136l-96-96 96 96H116"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M64.1 256h384v170a22 22 0 0 1-22 22h-340a22 22 0 0 1-22-22V256"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#fff",
strokeWidth: 30,
d: "m292 264-36 172-36-172m-29 55a35 35 0 1 0-35 35 35 35 0 1 1-35 35m270-70a35 35 0 0 0-35-35 35 35 0 0 0-35 35v70a35 35 0 0 0 35 35 35 35 0 0 0 35-35v-35h-35"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M64 256h384v12H64"
})]
}));
};
exports.STISvg = STISvg;