@icongo/li
Version:
LibreICONS Icons
14 lines • 716 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICouch = 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 6.4v1.2h6V6.4c0-.662.538-1.2 1.2-1.2h.6A1.8 1.8 0 0 0 10 3.4H4a1.8 1.8 0 0 0-1.8 1.8h.6c.662 0 1.2.538 1.2 1.2Zm7.8-.6h-.6a.6.6 0 0 0-.6.6v1.8H3.4V6.4a.6.6 0 0 0-.6-.6h-.6C1.538 5.8 1 6.338 1 7c0 .442.244.825.6 1.033V10.3a.3.3 0 0 0 .3.3h1.2a.3.3 0 0 0 .3-.3V10h7.2v.3a.3.3 0 0 0 .3.3h1.2a.3.3 0 0 0 .3-.3V8.033a1.197 1.197 0 0 0-.6-2.233Z"
})
}));
export { LICouch };