@icongo/sti
Version:
Super Tiny Icons
35 lines • 972 B
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 STIDelicious = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Delicious",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
})
}), /*#__PURE__*/_jsxs("g", {
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#333",
d: "M512 512H0V0"
}), /*#__PURE__*/_jsx("path", {
fill: "#39F",
d: "M512 512V0H0"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M0 0h256v256H0"
}), /*#__PURE__*/_jsx("path", {
fill: "#eee",
d: "M256 256h256v256H256z"
})]
})]
}));
export { STIDelicious };