UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 923 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: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-affiliate", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275M11.683 12.317l5.759-5.759M4 5.5a1.5 1.5 0 103 0 1.5 1.5 0 10-3 0M17 5.5a1.5 1.5 0 103 0 1.5 1.5 0 10-3 0M17 18.5a1.5 1.5 0 103 0 1.5 1.5 0 10-3 0M4 15.5a4.5 4.5 0 109 0 4.5 4.5 0 10-9 0" })); exports.default = Affiliate;