UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiClipboard = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiClipboard = function LIGuiClipboard(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: "M5.884 13a.837.837 0 0 1-.837-.837v-.837H2.814a.837.837 0 0 1-.837-.838V2.953c0-.462.375-.837.837-.837h.977s.279-.033.279-.418c0-.386.452-.698.837-.698H7.14c.385 0 .836.451.837.837v-.139c0 .385.279.418.279.418h.977c.462 0 .837.375.837.837v1.954l1.953 1.953v5.303a.837.837 0 0 1-.837.837H5.884zm0-8.093v7.256h5.302V8.256h-3.07V4.907H5.884zm5.302 2.512L8.953 5.186v2.233h2.233zM4.349 3.233h3.349s-.28-.313-.28-.698a.698.698 0 0 0-.697-.698H5.326a.698.698 0 0 0-.698.698c0 .385-.28.698-.28.698z" }) })); }; exports.LIGuiClipboard = LIGuiClipboard;