UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 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 BrandAlipay = (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-brand-alipay", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zM7 7h10M12 3v7" }), React.createElement("path", { d: "M21 17.314C18.029 15.391 6 8.535 6 15.45 6 17.166 7.52 18 8.985 18c3.512 0 6.814-5.425 6.814-8H9.195" })); exports.default = BrandAlipay;