@icongo/li
Version:
LibreICONS Icons
28 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiFeedback = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsx("path", {
fill: "#fff",
d: "M3.488 4.22h7.024v6.439H3.488z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9c27b0",
d: "M7 4.98 5.244 7.263h3.512z"
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#9c27b0",
d: "m6.415 8.815.585.38.585-.38V6.854h-1.17z"
})]
}));
export { LIGuiFeedback };