UNPKG

@icongo/li

Version:
23 lines (22 loc) 954 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiCopy = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiCopy = function LIGuiCopy(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: "M10.75 4H8.5v-.75L6.25 1H1v9h4.5v3H13V6.25L10.75 4zm0 1.06 1.19 1.19h-1.19V5.06zm-4.5-3 1.19 1.19H6.25V2.06zm-4.5-.31H5.5V4h2.25v5.25h-6v-7.5zm10.5 10.5h-6V10H8.5V4.75H10V7h2.25v5.25z" }) })); }; exports.LIGuiCopy = LIGuiCopy;