UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.34 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function Wallet(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 16C15.1046 16 16 15.1046 16 14C16 12.8954 15.1046 12 14 12C12.8954 12 12 12.8954 12 14C12 15.1046 12.8954 16 14 16Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 3H16C16.5523 3 17 3.44772 17 4V7H19C19.5523 7 20 7.44772 20 8V19C20 19.5523 19.5523 20 19 20H7C5.34315 20 4 18.6569 4 17V8V6C4 4.34315 5.34315 3 7 3ZM6 7H15V5H7C6.44772 5 6 5.44772 6 6V7ZM6 9V17C6 17.5523 6.44772 18 7 18H18V9H16H6Z", fill: "currentColor" })] })); } export default Wallet;