@icongo/sti
Version:
Super Tiny Icons
45 lines (44 loc) • 1.69 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIBriar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIBriar = function STIBriar(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": "Briar",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#87c214",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
transform: "rotate(180 256 256)"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#95d220",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
transform: "rotate(90 256 256)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
transform: "rotate(270 256 256)"
})]
})]
}));
};
exports.STIBriar = STIBriar;