@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 1.88 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIToolsDrill = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIToolsDrill = function LIToolsDrill(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: "#37474f",
d: "M6.567 7.857H5.524a.285.285 0 0 1-.286-.286V6.143c0-.154.123-.28.277-.286L6.99 5.81a.271.271 0 0 1 .271.172.286.286 0 0 1-.06.315c-.011.012-.35.382-.35 1.274a.285.285 0 0 1-.285.286zm5.738-3.143h-1.543V3.571h1.543l.695.343v.453l-.695.347zM7.571 2.43h2.858v3.428H7.57zm-1.714 9.14a.572.572 0 0 1-.571.572H2.143a.572.572 0 0 1-.572-.572v-.857c0-.315.256-.571.572-.571h3.143c.315 0 .571.256.571.571v.857z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff9800",
d: "M2.143 1.857C1.827 1.857 1 2.881 1 4.143s.827 2.286 1.143 2.286V1.857zM2.75 6.49c.063.077.084.248.05.425-.039.213-.481 2.127-.747 3.228H5.09c-.106-.113-.127-.177-.089-.293.252-.77.736-2.78.736-2.782.007-.017.266-.64.69-.64l-.204-.333H2.366l.205.334c.128 0 .165.044.179.061z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909c",
d: "M10.429 5.857V2.43l.857 1.142v1.143l-.857 1.143z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "M8.429 5.857a.572.572 0 0 1-.572.572H2.143V1.857h5.714c.316 0 .572.256.572.572v3.428z"
})]
}));
};
exports.LIToolsDrill = LIToolsDrill;