UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 977 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 Affiliate = (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-affiliate", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18.5 3a2.5 2.5 0 11-.912 4.828l-4.556 4.555a5.475 5.475 0 01.936 3.714l2.624.787a2.5 2.5 0 11-.575 1.916l-2.623-.788a5.5 5.5 0 01-10.39-2.29L3 15.5l.004-.221a5.5 5.5 0 012.984-4.673L5.2 7.982a2.498 2.498 0 01-2.194-2.304L3 5.5l.005-.164a2.5 2.5 0 114.111 2.071l.787 2.625a5.475 5.475 0 013.714.936l4.555-4.556a2.487 2.487 0 01-.167-.748L16 5.5l.005-.164A2.5 2.5 0 0118.5 3z" })); exports.default = Affiliate;