UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.07 kB
"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 Visa = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.027 8.76c-1.42 0-2.69.736-2.69 2.096 0 1.56 2.251 1.667 2.251 2.45 0 .33-.378.626-1.023.626a3.4 3.4 0 01-1.602-.413l-.293 1.372s.79.349 1.837.349c1.552 0 2.774-.772 2.774-2.155 0-1.648-2.26-1.753-2.26-2.48 0-.259.31-.542.954-.542.727 0 1.32.3 1.32.3l.286-1.325s-.645-.278-1.554-.278zm-12.993.1L2 9.06s.597.11 1.136.327c.692.25.742.396.858.848l1.272 4.902H6.97L9.596 8.86h-1.7l-1.688 4.268L5.52 9.51c-.063-.414-.383-.65-.775-.65h-2.71zm8.246 0l-1.334 6.277h1.622l1.329-6.277H10.28zm9.044 0c-.39 0-.598.21-.75.575l-2.376 5.702h1.7l.33-.95h2.071l.2.95H22L20.691 8.86h-1.367zm.221 1.696l.504 2.355H18.7l.846-2.355z", fill: "#323544" })); exports.default = Visa;