@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 LIBed = 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: "M4.3 7c.827 0 1.5-.673 1.5-1.5S5.127 4 4.3 4s-1.5.673-1.5 1.5S3.473 7 4.3 7Zm6.6-2.4H6.7a.3.3 0 0 0-.3.3v2.7H2.2V3.7a.3.3 0 0 0-.3-.3h-.6a.3.3 0 0 0-.3.3v6.6a.3.3 0 0 0 .3.3h.6a.3.3 0 0 0 .3-.3v-.9h9.6v.9a.3.3 0 0 0 .3.3h.6a.3.3 0 0 0 .3-.3V6.7a2.1 2.1 0 0 0-2.1-2.1Z"
})
}));
export { LIBed };