UNPKG

@icongo/li

Version:
18 lines 679 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var LIGuiViewDetails = 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.9 1h10.2v12H1.9z" }), /*#__PURE__*/_jsx("path", { d: "M3.7 7.6h1.2v1.2H3.7zm0-2.4h1.2v1.2H3.7zm0 4.8h1.2v1.2H3.7zm0-7.2h1.2V4H3.7zm2.4 4.8h4.2v1.2H6.1zm0-2.4h4.2v1.2H6.1zm0 4.8h4.2v1.2H6.1zm0-7.2h4.2V4H6.1z" })] })); export { LIGuiViewDetails };