@icongo/sti
Version:
Super Tiny Icons
62 lines • 2.02 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 STIGlitch = 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": "Glitch",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.2,
stopColor: "#e9f"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#f66"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#a6f",
children: [/*#__PURE__*/_jsxs("g", {
id: "prefix__b",
children: [/*#__PURE__*/_jsx("path", {
fill: "url(#prefix__a)",
d: "M78 189q20 25-15 30 50 40 97 32 14 35 76 25l-2-16s72 2 138-26c12-3 79 35 64 9s6-22-5-54"
}), /*#__PURE__*/_jsx("path", {
d: "M139 131q-68 15-78 68 9 2 22 11h95c-4 9 8 9 8 0h12l-5 16c-3 6 5 9 8 3l6-19h33v-11h194c-9-31 9-19 3-60-40 3-40 45-143-3"
}), /*#__PURE__*/_jsx("circle", {
cx: 125,
cy: 179,
r: 18,
fill: "#fff"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M110 189a14 14 0 1 1 1 1 5 5 0 1 0-1-1"
}), /*#__PURE__*/_jsx("path", {
stroke: "#e9f",
strokeLinecap: "round",
strokeWidth: 8,
d: "M184 206h3-3s9-21-7-48m27 48h3-3s9-24-4-53m0 0c74 0 130 16 182 41"
})]
}), /*#__PURE__*/_jsx("path", {
d: "m294 136-10-10c-8-8-77-21-77-21s-13 1-30 25c-34-3-53 5-53 5zm-56 62v12h53v-12"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#33f",
children: [/*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__b",
y: 120
}), /*#__PURE__*/_jsx("path", {
d: "m293 257 52-13v-3H209v10h-70"
})]
})]
}));
export { STIGlitch };