UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 638 B
"use strict"; 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 CheckFatFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M243.31 90.91l-128.4 128.4a16 16 0 01-22.62 0l-71.62-72a16 16 0 010-22.61l20-20a16 16 0 0122.58 0L104 144.22l96.76-95.57a16 16 0 0122.59 0l19.95 19.54a16 16 0 01.01 22.72z" })); exports.default = CheckFatFill;