@icongo/sti
Version:
Super Tiny Icons
70 lines (69 loc) • 2.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGlitch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGlitch = function STIGlitch(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": "Glitch",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__a",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.2,
stopColor: "#e9f"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#f66"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#a6f",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__b",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", {
cx: 125,
cy: 179,
r: 18,
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M110 189a14 14 0 1 1 1 1 5 5 0 1 0-1-1"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#33f",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__b",
y: 120
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m293 257 52-13v-3H209v10h-70"
})]
})]
}));
};
exports.STIGlitch = STIGlitch;