UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICouch = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICouch = function LICouch(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.LICouch = LICouch;