@icongo/sti
Version:
Super Tiny Icons
27 lines • 1.09 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 STIUnicode = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Unicode",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#55f",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("path", {
d: "M428 199h-37c-2 0-3 1-3 3v65a779 779 0 0 0 1 50v9l-10-20-16-30-19-35-20-37-19-36-16-29-2-2-3-1h-54c-2 0-3 1-3 3v150c0 12-1 22-4 29s-6 14-11 19c-4 5-10 8-16 10l-21 3c-19 0-32-5-41-16s-14-26-14-44V139c0-2-1-3-3-3H77c-2 0-3 2-3 4v154c0 16 2 31 7 43a78 78 0 0 0 51 48 138 138 0 0 0 81 1c12-4 23-10 32-18 8-8 16-18 21-31s8-28 8-46v-96a613 613 0 0 0 25 50 4630 4630 0 0 0 80 142h49c2 0 3-1 3-3V203c0-3-1-4-3-4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 410,
cy: 147,
r: 26
})]
})]
}));
export { STIUnicode };