@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIToolbox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIToolbox = function LIToolbox(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: "#ffc107",
d: "M1 6.143h12v5.428H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#455a64",
d: "M13 6.143V4.714a.572.572 0 0 0-.571-.571H1.57a.572.572 0 0 0-.57.571v1.429h12zm-7.429-2V3h2.572v1.143h.571V3a.572.572 0 0 0-.571-.571H5.57A.572.572 0 0 0 5 3v1.143h.571z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909c",
d: "M2.714 5.571H4.43v2.572H2.714zm6.857 0h1.715v2.572H9.57z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#455a64",
d: "M2.714 7H4.43v.571H2.714zm6.857 0h1.715v.571H9.57z"
})]
}));
};
exports.LIToolbox = LIToolbox;