iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 961 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Googletasks = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.383.617C5.097.617 0 5.714 0 12c0 6.286 5.097 11.383 11.383 11.383 6.286 0 11.38-5.097 11.38-11.383a11.34 11.34 0 00-.878-4.389l-3.203 3.203c.062.387.1.782.1 1.186a7.398 7.398 0 11-7.4-7.398c1.499 0 2.889.448 4.054 1.214l2.857-2.857a11.325 11.325 0 00-6.91-2.342zm9.674.756c-.292 0-.583.112-.805.334-2.97 2.965-5.934 5.934-8.9 8.902L9.596 8.854a1.139 1.139 0 00-1.61 0l-1.775 1.773a1.139 1.139 0 000 1.61l4.166 4.163a1.421 1.421 0 002.012 0L23.666 5.121a1.136 1.136 0 000-1.61l-1.805-1.804a1.136 1.136 0 00-.804-.334z" }));
exports.default = Googletasks;