iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 677 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 ChecksThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M146.8 82.85l-89.6 88a4 4 0 01-5.6 0l-38.4-37.71a4 4 0 015.6-5.71l35.6 35 86.8-85.24a4 4 0 015.6 5.7zm96-5.65a4 4 0 00-5.65 0l-86.8 85.24-21.63-21.24a4 4 0 10-5.61 5.7l24.44 24a4 4 0 005.6 0l89.6-88a4 4 0 00.1-5.7z" }));
exports.default = ChecksThin;