UNPKG

@icongo/li

Version:
36 lines (35 loc) 1.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFeedback = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFeedback = function LIGuiFeedback(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", { fill: "#78909c", d: "M11.683 13H2.317c-.644 0-1.17-.527-1.17-1.17V5.711c0-.38.175-.732.497-.966L7 1l5.356 3.746c.322.205.498.586.498.966v6.117c0 .644-.527 1.171-1.171 1.171z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M3.488 4.22h7.024v6.439H3.488z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9c27b0", d: "M7 4.98 5.244 7.263h3.512z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M11.683 13H2.317c-.644 0-1.17-.527-1.17-1.17V5.975L7 9.78l5.854-3.804v5.853c0 .644-.527 1.171-1.171 1.171z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9c27b0", d: "m6.415 8.815.585.38.585-.38V6.854h-1.17z" })] })); }; exports.LIGuiFeedback = LIGuiFeedback;