@icongo/sti
Version:
Super Tiny Icons
37 lines • 1.21 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 STIBriar = 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": "Briar",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#87c214",
children: [/*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M145.7 224v185.2c0 15 12.2 27.4 27.4 27.4H186c15 0 27.4-12.4 27.4-27.4V224zm67.7-89.5V100c0-15.4-12.4-27.8-27.4-27.8h-12.9c-15 0-27.4 12.4-27.4 27.8v34.5z"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(180 256 256)"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#95d220",
children: [/*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(90 256 256)"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(270 256 256)"
})]
})]
}));
export { STIBriar };