@icongo/sti
Version:
Super Tiny Icons
31 lines • 1.19 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 STIFritz = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#F8EC17",
rx: "15%"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
x: 4,
y: 3.5
}), /*#__PURE__*/_jsx("g", {
fill: "#e2001a",
children: /*#__PURE__*/_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"
})
})]
}));
export { STIFritz };