UNPKG

@icongo/fc

Version:
32 lines (31 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCAnswers = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCAnswers = function FCAnswers(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#42A5F5", d: "M36 44H8V8h20l8 8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M40 40H12V4h20l8 8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E1F5FE", d: "M38.5 13H31V5.5z" }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.FCAnswers = FCAnswers;