iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 711 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 ChecksBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M152.41 88.56l-89.6 88a12 12 0 01-16.82 0l-38.4-37.71a12 12 0 0116.82-17.13l30 29.46 81.19-79.74a12 12 0 0116.82 17.12zm96.15-17a12 12 0 00-17-.15l-81.16 79.77-7.88-7.74a12 12 0 00-16.82 17.12l16.29 16a12 12 0 0016.82 0l89.6-88a12 12 0 00.15-16.97z" }));
exports.default = ChecksBold;