UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 825 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 CheckFatThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240.47 71.09l-24-23.58a12 12 0 00-17 0L104 141.83l-39.5-38.32a12 12 0 00-17 0l-24 24a12 12 0 000 17l71.61 72a12 12 0 0017 0L240.49 88.08a12 12 0 00-.02-16.99zm-5.63 11.34l-128.41 128.4a4 4 0 01-5.65 0l-71.61-72a4 4 0 010-5.66l24-24A3.94 3.94 0 0156 108a4.11 4.11 0 012.89 1.21l42.35 41.08a4 4 0 005.59 0l98.37-97.1a4 4 0 015.68 0l24 23.58a4 4 0 01-.04 5.66z" })); exports.default = CheckFatThin;