@icongo/sti
Version:
Super Tiny Icons
30 lines • 864 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 STISketch = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Sketch",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#ec6c00",
d: "M457 205 257 437 57 205"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffae00",
d: "m370 88 87 117h-81L257 437 138 205H57l87-117"
}), /*#__PURE__*/_jsx("path", {
fill: "#fed305",
d: "m257 76 113 12 6 117H138l6-117"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffefB4",
d: "m257 76 119 129H138"
})]
}));
export { STISketch };