@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPaste = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPaste = function LIGuiPaste(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.548 10.88H7.656v-.876h2.892v.875zm-.001-1.617H7.655v-.876h2.892v.876zm.373-4.315H5.375V13h7.365V6.766l-1.82-1.818zm.653 6.885H6.541V6.115h3.504v1.322h1.528v4.396zm-7.236-1.016H2.412V3.086h1.76l.727.73h2.429l.736-.73h1.67v.928h1.182v-2.09H9.254c-.265 0-.52-.105-.708-.292L7.911 1H4.265l-.635.632a1.004 1.004 0 0 1-.708.292H1.26v10.074h3.077v-1.181z"
})
}));
};
exports.LIGuiPaste = LIGuiPaste;