@icongo/li
Version:
LibreICONS Icons
28 lines • 968 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 LIGuiPencil = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#e57373",
d: "M12.836 2.69 11.31 1.165c-.218-.219-.6-.219-.873 0l-.709.709 2.4 2.4.71-.71c.218-.218.218-.6 0-.872z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ff9800",
d: "m1.8 9.818 6.71-6.71L10.901 5.5l-6.71 6.71z"
}), /*#__PURE__*/_jsx("path", {
fill: "#b0bec5",
d: "M12.127 4.293 10.932 5.49 8.54 3.098l1.195-1.195z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffc107",
d: "M1.818 9.836 1 13l3.164-.818z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "M1.382 11.364 1 13l1.636-.382z"
})]
}));
export { LIGuiPencil };