UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.19 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var WalletMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.30439 6.32147C6.43585 6.32147 5.60288 6.6665 4.98873 7.28065C4.37458 7.8948 4.02956 8.72777 4.02956 9.59631V19.6584C4.02956 19.8153 4.09189 19.9658 4.20284 20.0767C4.31379 20.1877 4.46426 20.25 4.62117 20.25H17.3665C17.5234 20.25 17.6739 20.1877 17.7848 20.0767C17.8958 19.9658 17.9581 19.8153 17.9581 19.6584V17.7252H15.3541C14.9773 17.7252 14.6159 17.5755 14.3495 17.309C14.083 17.0426 13.9333 16.6812 13.9333 16.3044V13.6212C13.9333 13.2443 14.083 12.8829 14.3495 12.6165C14.6159 12.35 14.9773 12.2004 15.3541 12.2004H17.9581V10.2671C17.9581 10.1102 17.8957 9.95972 17.7848 9.84877C17.6738 9.73782 17.5234 9.67549 17.3665 9.67549H16.0282C16.0271 9.6755 16.026 9.6755 16.0249 9.6755C16.0238 9.6755 16.0227 9.6755 16.0216 9.67549H7.30436C6.89015 9.67549 6.55436 9.33971 6.55436 8.92549C6.55436 8.51128 6.89015 8.17549 7.30436 8.17549H15.2749V6.32147H7.30439ZM16.7749 8.17549V5.57147C16.7749 5.15726 16.4391 4.82147 16.0249 4.82147H7.30439C6.03803 4.82147 4.82353 5.32453 3.92807 6.21999C3.03262 7.11544 2.52956 8.32994 2.52956 9.59631V19.6584C2.52956 20.2131 2.74992 20.7451 3.14218 21.1374C3.53443 21.5296 4.06644 21.75 4.62117 21.75H17.3665C17.9212 21.75 18.4532 21.5296 18.8455 21.1374C19.2377 20.7451 19.4581 20.2131 19.4581 19.6584V17.7252H20.0498C20.4266 17.7252 20.788 17.5755 21.0544 17.309C21.3209 17.0426 21.4706 16.6812 21.4706 16.3044V13.6212C21.4706 13.2443 21.3209 12.8829 21.0544 12.6165C20.788 12.35 20.4266 12.2004 20.0498 12.2004H19.4581V10.2671C19.4581 9.71238 19.2377 9.18037 18.8454 8.78811C18.4532 8.39586 17.9212 8.17549 17.3665 8.17549H16.7749ZM18.7126 16.2252H19.9706V13.7003H15.4333V16.2252H18.7036C18.7051 16.2252 18.7066 16.2252 18.7081 16.2252C18.7096 16.2252 18.7111 16.2252 18.7126 16.2252Z", fill: "currentColor" }))); }); WalletMIcon.displayName = 'WalletMIcon';