@icongo/fc
Version:
Flat Color Icons
27 lines • 909 B
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 FCFeedback = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M40 41H8c-2.2 0-4-1.8-4-4V16.1c0-1.3.6-2.5 1.7-3.3L24 0l18.3 12.8c1.1.7 1.7 2 1.7 3.3V37c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M12 11h24v22H12z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9C27B0",
d: "m24 13.6-6 7.8h12z"
}), /*#__PURE__*/_jsx("path", {
fill: "#CFD8DC",
d: "M40 41H8c-2.2 0-4-1.8-4-4V17l20 13 20-13v20c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9C27B0",
d: "m24 28 2-1.3V20h-4v6.7z"
})]
}));
export { FCFeedback };