@icongo/sti
Version:
Super Tiny Icons
43 lines (42 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIDelicious = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIDelicious = function STIDelicious(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Delicious",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
rx: "15%"
})
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#333",
d: "M512 512H0V0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#39F",
d: "M512 512V0H0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h256v256H0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#eee",
d: "M256 256h256v256H256z"
})]
})]
}));
};
exports.STIDelicious = STIDelicious;