@icongo/li
Version:
LibreICONS Icons
21 lines • 642 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 LIGuiTemplate = 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: "gray",
d: "M1 1.9h12v10.2H1z"
}), /*#__PURE__*/_jsx("path", {
d: "M2.5 3.4h9v1.5h-9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#b3b3b3",
d: "M2.5 6.1h3.9v4.8H2.5zm5.1 0h3.9v4.8H7.6z"
})]
}));
export { LIGuiTemplate };