iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 732 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 CheckFatBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M246.15 65.46l-.07-.08-23.93-23.53a20 20 0 00-28.23-.05l-90 88.83-33.86-32.85a20 20 0 00-28.21.08l-24 24a20 20 0 000 28.26l71.62 72a20 20 0 0028.29 0L246.15 93.74a20 20 0 000-28.28zM103.61 202.33L37.64 136 56 117.61 95.65 156a12 12 0 0016.78-.08L208 61.61l18.32 18z" }));
exports.default = CheckFatBold;