UNPKG

@icongo/sti

Version:
39 lines (38 loc) 1.6 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIFritz = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIFritz = function STIFritz(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", "aria-label": "Fritz!", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#F8EC17", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__a", x: 4, y: 3.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", { fill: "#e2001a", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { id: "prefix__a", stroke: "#000", strokeWidth: 2.6, d: "M246 298h-34v-88l13-3-4-16h25zm-127 26h33v-87h6c3 0 10 4 10 12 0 10-9 17-16 23l34 56c9-7 19-16 26-24l-27-32c14-11 17-20 16-30-2-21-21-25-36-27-12-1-33-1-45 0zm194 0v-83l28 1h2v-30h-93v30h2l28-1v83zm66-109-43 82h88v-30c-18 1-30 1-40 0l43-80c-38-2-65-2-84-2v30c15-1 26-1 36-1zm-269-28c-27 0-50 1-66 1v119h34v-42h29v-28H78v-21h32v-10zm350 74 8.5-56-28-2-3.5 57zm-15 33 18-15-15-18-18 15z" }) })] })); }; exports.STIFritz = STIFritz;