UNPKG

@icongo/li

Version:
23 lines (22 loc) 921 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiActionExport = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiActionExport = function LIGuiActionExport(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: "M11.507 11.004c-1.662.06-2.662-.68-3.507-1.504 0 1.957 1.742 3.497 3.507 3.514V14L14 12.005l-2.493-1.994v.993z" }) })); }; exports.LIGuiActionExport = LIGuiActionExport;