@icongo/li
Version:
LibreICONS Icons
14 lines • 637 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBox = props => /*#__PURE__*/_jsx("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", {
d: "m12.941 5.327-1.186-3.558A1.122 1.122 0 0 0 10.69 1H7.375v4.5h5.595c-.01-.059-.01-.117-.029-.173zM6.625 1H3.311c-.485 0-.914.31-1.066.769L1.059 5.327c-.02.056-.02.114-.029.173h5.595V1ZM1 6.25v5.625C1 12.496 1.504 13 2.125 13h9.75c.621 0 1.125-.504 1.125-1.125V6.25H1z"
})
}));
export { LIBox };