UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 946 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 CheckFatDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M237.66 85.26l-128.4 128.4a8 8 0 01-11.32 0l-71.6-72a8 8 0 010-11.31l24-24a8 8 0 0111.32 0L104 147.43l98.34-97.09a8 8 0 0111.32 0l24 23.6a8 8 0 010 11.32z", opacity: ".2" }), React.createElement("path", { d: "M243.28 68.24l-24-23.56a16 16 0 00-22.59 0L104 136.23l-36.69-35.6a16 16 0 00-22.58.05l-24 24a16 16 0 000 22.61l71.62 72a16 16 0 0022.63 0L243.33 90.91a16 16 0 00-.05-22.67zM103.62 208L32 136l24-24a.6.6 0 01.08.08l42.35 41.09a8 8 0 0011.19 0L208.06 56 232 79.6z" })); exports.default = CheckFatDuotone;