@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalletSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.WalletSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.087 3.434c-.695 0-1.361.27-1.852.75a2.53 2.53 0 0 0-.768 1.811v8.195c0 .1.04.195.113.266.072.07.17.11.272.11h10.62c.101 0 .2-.04.271-.11a.37.37 0 0 0 .113-.266v-1.468h-2.061c-.343 0-.672-.133-.914-.37a1.25 1.25 0 0 1-.379-.893V9.273c0-.335.136-.656.379-.893.242-.237.57-.37.914-.37h2.06V6.54c0-.1-.04-.195-.112-.265a.4.4 0 0 0-.271-.11H4.087a.725.725 0 0 1-.733-.717c0-.396.328-.717.733-.717h6.533V3.434zm8 1.298V2.717A.725.725 0 0 0 11.354 2H4.087c-1.084 0-2.123.42-2.89 1.17A3.95 3.95 0 0 0 0 5.995v8.195c0 .48.195.94.542 1.28s.818.53 1.31.53h10.62c.49 0 .962-.19 1.309-.53s.542-.8.542-1.28v-1.468h.384c.343 0 .672-.133.914-.37a1.25 1.25 0 0 0 .379-.893V9.273a1.25 1.25 0 0 0-.379-.893 1.3 1.3 0 0 0-.914-.37h-.384V6.54c0-.48-.195-.94-.542-1.28a1.87 1.87 0 0 0-1.31-.53zm1.502 4.712h-2.62v1.844h3.564V9.444z", clipRule: "evenodd" }))); });
exports.WalletSIcon.displayName = 'WalletSIcon';