UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 819 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 CheckFatLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M241.87 69.66l-24-23.56a14 14 0 00-19.77 0L104 139l-38.1-36.9a14 14 0 00-19.8 0l-24 24a14 14 0 000 19.79l71.62 72a14 14 0 0019.8 0L241.91 89.5a14 14 0 00-.04-19.84zM233.42 81L105 209.41a2 2 0 01-2.81 0l-71.62-72a2 2 0 010-2.82l24-24A2 2 0 0156 110a2.12 2.12 0 011.5.64l42.35 41.08a6 6 0 008.39 0l98.37-97.11a2 2 0 012.87 0l24 23.56a2 2 0 01-.06 2.83z" })); exports.default = CheckFatLight;