UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 758 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 Wallet1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.75 3.25A2.25 2.25 0 003.5 5.5v13a2.25 2.25 0 002.25 2.25h13A2.25 2.25 0 0021 18.5v-9a2.25 2.25 0 00-2.25-2.25h-.25V5.5a2.25 2.25 0 00-2.25-2.25H5.75zm11.25 4H5V5.5a.75.75 0 01.75-.75h10.5a.75.75 0 01.75.75v1.75zM5 8.75h13.75a.75.75 0 01.75.75v9a.75.75 0 01-.75.75h-13A.75.75 0 015 18.5V8.75z", fill: "#323544" })); exports.default = Wallet1;