@icongo/fc
Version:
Flat Color Icons
24 lines • 885 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 FCAnswers = 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: "#42A5F5",
d: "M36 44H8V8h20l8 8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M40 40H12V4h20l8 8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E1F5FE",
d: "M38.5 13H31V5.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1976D2",
d: "M23.4 29.9c0-.2 0-.4.1-.6s.2-.3.3-.5.3-.2.5-.3.4-.1.6-.1.5 0 .7.1.4.2.5.3.2.3.3.5.1.4.1.6 0 .4-.1.6-.2.3-.3.5-.3.2-.5.3-.4.1-.7.1-.5 0-.6-.1-.4-.2-.5-.3-.2-.3-.3-.5-.1-.4-.1-.6zm2.7-3.1h-2.3l-.4-9.8h3l-.3 9.8z"
})]
}));
export { FCAnswers };