iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 691 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 ChecksLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M148.2 84.28l-89.6 88a6 6 0 01-8.4 0l-38.4-37.71a6 6 0 118.4-8.57l34.2 33.58 85.4-83.87a6 6 0 118.4 8.56zm96.08-8.48a6 6 0 00-8.48-.08l-85.4 83.87-20.23-19.87a6 6 0 10-8.41 8.56l24.44 24a6 6 0 008.4 0l89.6-88a6 6 0 00.08-8.48z" }));
exports.default = ChecksLight;