UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

32 lines (26 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require("react"); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function CashTransfer() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "15", height: "17", viewBox: "0 0 15 17" }, _react2.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", stroke: "currentColor", strokeWidth: ".7", d: "M3.75 16.059a.441.441 0 0 0 .442-.441v-.91h.257c1.132 0 2.053-.92 2.053-2.052 0-1.132-.921-2.053-2.053-2.053H3.052a1.171 1.171 0 0 1 0-2.34H5.59a.441.441 0 0 0 0-.882H4.192v-.91a.441.441 0 0 0-.883 0v.91h-.257C1.921 7.38 1 8.3 1 9.433a2.055 2.055 0 0 0 2.022 2.053H4.45a1.171 1.171 0 0 1 0 2.34H1.81a.441.441 0 0 0 0 .882h1.5v.91c0 .243.198.44.441.44zm7.088-8.493l2.907-2.907a.454.454 0 0 0 0-.623l-2.907-2.907a.441.441 0 1 0-.624.624l2.154 2.153H7.752a.441.441 0 0 0 0 .883h4.615l-2.153 2.153a.439.439 0 0 0 0 .624.441.441 0 0 0 .624 0z" }) ); } exports.default = CashTransfer;