@icongo/sti
Version:
Super Tiny Icons
75 lines • 1.9 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 STIMicroformats = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "microformats",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("defs", {
children: [/*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
y2: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#6ba140"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#77ae40"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__b",
y2: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#92c73c"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#78b143"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__c",
y2: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#BCD531"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#94c63a"
})]
})]
}), /*#__PURE__*/_jsxs("g", {
stroke: "#fff",
strokeWidth: 15,
children: [/*#__PURE__*/_jsx("rect", {
width: 246,
height: 246,
x: 108,
y: 159,
fill: "url(#prefix__a)",
rx: 51
}), /*#__PURE__*/_jsx("rect", {
width: 192,
height: 192,
x: 192,
y: 126,
fill: "url(#prefix__b)",
rx: 39
}), /*#__PURE__*/_jsx("rect", {
width: 132,
height: 132,
x: 276,
y: 114,
fill: "url(#prefix__c)",
rx: 24
})]
})]
}));
export { STIMicroformats };