@icongo/fc
Version:
Flat Color Icons
18 lines • 677 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 FCTodoList = 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: "#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__*/_jsx("path", {
fill: "#90CAF9",
d: "M24 22h20v4H24zm0-13h20v4H24zm0 26h20v4H24z"
})]
}));
export { FCTodoList };