UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

25 lines 1.48 kB
const React = require("react"); function Wallet01Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#000", d: "M21.6 16.56v1a1 1 0 0 0 1-1zm0-5.28h1a1 1 0 0 0-1-1zM7.14 6.12a1 1 0 0 0 1.08 1.682zM14.4 2.64l.79-.614a1 1 0 0 0-1.33-.227zm2.57 4.934a1 1 0 0 0 1.58-1.228zm4.63 7.986h-3.12v2h3.12zm-3.12-3.28h3.12v-2h-3.12zm2.12-1v5.28h2v-5.28zm-3.76 2.64c0-.906.734-1.64 1.64-1.64v-2a3.64 3.64 0 0 0-3.64 3.64zm1.64 1.64a1.64 1.64 0 0 1-1.64-1.64h-2a3.64 3.64 0 0 0 3.64 3.64zM8.22 7.801l6.72-4.32L13.86 1.8l-6.72 4.32zm5.39-4.547 3.36 4.32 1.58-1.228-3.36-4.32zM3.36 7.96h16.32v-2H3.36zm16.32 12.4H3.36v2h16.32zM3.4 20.4V7.92h-2V20.4zm-.04-.04a.04.04 0 0 1 .04.04h-2a1.96 1.96 0 0 0 1.96 1.96zm16.28.04a.04.04 0 0 1 .04-.04v2a1.96 1.96 0 0 0 1.96-1.96zm.04-12.44a.04.04 0 0 1-.04-.04h2a1.96 1.96 0 0 0-1.96-1.96zm-16.32-2A1.96 1.96 0 0 0 1.4 7.92h2a.04.04 0 0 1-.04.04zm16.28 11.32v3.12h2v-3.12zm0-9.36v2.52h2V7.92z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Wallet01Icon); module.exports = ForwardRef;