@icongo/li
Version:
LibreICONS Icons
25 lines • 943 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 LIToolbox = 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: "#ffc107",
d: "M1 6.143h12v5.428H1z"
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#78909c",
d: "M2.714 5.571H4.43v2.572H2.714zm6.857 0h1.715v2.572H9.57z"
}), /*#__PURE__*/_jsx("path", {
fill: "#455a64",
d: "M2.714 7H4.43v.571H2.714zm6.857 0h1.715v.571H9.57z"
})]
}));
export { LIToolbox };