UNPKG

@icongo/sti

Version:
35 lines (34 loc) 1.51 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIUnicode = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIUnicode = function STIUnicode(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": "Unicode", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#55f", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#fff", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", { cx: 410, cy: 147, r: 26 })] })] })); }; exports.STIUnicode = STIUnicode;