@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPencil = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPencil = function LIGuiPencil(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-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff9800",
d: "m1.8 9.818 6.71-6.71L10.901 5.5l-6.71 6.71z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b0bec5",
d: "M12.127 4.293 10.932 5.49 8.54 3.098l1.195-1.195z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "M1.818 9.836 1 13l3.164-.818z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "M1.382 11.364 1 13l1.636-.382z"
})]
}));
};
exports.LIGuiPencil = LIGuiPencil;