UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 914 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 BrandVisa = (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-visa", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M21 15l-1-6-2.5 6M9 15l1-6M3 9h1v6h.5L7 9M16 9.5a.5.5 0 00-.5-.5h-.75c-.721 0-1.337.521-1.455 1.233l-.09.534A1.059 1.059 0 0014.25 12a1.059 1.059 0 011.045 1.233l-.09.534A1.476 1.476 0 0113.75 15H13a.5.5 0 01-.5-.5M18 14h2.7" })); exports.default = BrandVisa;