@icongo/sti
Version:
Super Tiny Icons
54 lines • 1.57 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 STISvg = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "SVG",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#f90",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M122 157h268v99H122"
}), /*#__PURE__*/_jsxs("g", {
id: "prefix__a",
fill: "#fff",
stroke: "#000",
strokeWidth: 24,
children: [/*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 120,
r: 44
}), /*#__PURE__*/_jsx("circle", {
cx: 120,
cy: 256,
r: 44
}), /*#__PURE__*/_jsx("circle", {
cx: 160,
cy: 160,
r: 44
})]
}), /*#__PURE__*/_jsx("use", {
href: "#prefix__a",
transform: "matrix(-1 0 0 1 512 0)"
}), /*#__PURE__*/_jsx("path", {
stroke: "#fff",
strokeWidth: 44,
d: "M396 256H256l96-96-96 96V120v136l-96-96 96 96H116"
}), /*#__PURE__*/_jsx("path", {
d: "M64.1 256h384v170a22 22 0 0 1-22 22h-340a22 22 0 0 1-22-22V256"
}), /*#__PURE__*/_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__*/_jsx("path", {
d: "M64 256h384v12H64"
})]
}));
export { STISvg };