UNPKG

@icongo/fc

Version:
26 lines (25 loc) 1.04 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCTodoList = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCTodoList = function FCTodoList(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: "#3F51B5", d: "m17.8 18.1-7.4 7.3-4.2-4.1L4 23.5l6.4 6.4 9.6-9.6zm0-13-7.4 7.3-4.2-4.1L4 10.5l6.4 6.4L20 7.3zm0 26-7.4 7.3-4.2-4.1L4 36.5l6.4 6.4 9.6-9.6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M24 22h20v4H24zm0-13h20v4H24zm0 26h20v4H24z" })] })); }; exports.FCTodoList = FCTodoList;