UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 920 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 BrandTinder = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-tinder", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11.595 2.13a1 1 0 011.455-1.016c3.11 1.625 5.41 3.797 6.77 6.627l-.013-.024.01.019.115.232c2.751 5.7.088 12.587-5.913 13.76l-.267.049c-8.719 1.91-14.455-8.74-7.97-14.918.466-.46 1.28-1.196 1.636-1.45A1 1 0 019 6.222c0 .311.086 1.117.205 1.694q.046.215.093.383l.017.058.1-.02c1.562-.396 2.522-3.021 2.21-5.955z" })); exports.default = BrandTinder;