@icongo/li
Version:
LibreICONS Icons
14 lines • 677 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIOsGeneral = 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: "M3.64 9.387h4.534v.577H3.639zm7.233-4.036h-.577v1.98H6.338v.576h3.958v1.978h.577V7.33zm-7.746.002h4.535v.577H3.127zM11.704 1H2.296C1.58 1 1 1.581 1 2.296v9.41C1 12.418 1.581 13 2.296 13h9.408C12.42 13 13 12.42 13 11.705v-9.41C13 1.582 12.42 1 11.704 1ZM2.296 11.705V3.911h9.408l.002 7.794h-9.41z"
})
}));
export { LIOsGeneral };