UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

32 lines (26 loc) 1.08 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 CashIcon() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "18", viewBox: "0 0 14 18" }, _react2.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", stroke: "currentColor", strokeWidth: ".7", d: "M6.705 15.49c.33 0 .597-.267.597-.597v-1.231h.35a2.783 2.783 0 0 0 2.779-2.78 2.783 2.783 0 0 0-2.78-2.78H5.76c-.873 0-1.584-.71-1.584-1.585 0-.874.71-1.584 1.584-1.584h3.435a.598.598 0 0 0 0-1.196H7.302v-1.23a.598.598 0 0 0-1.195 0v1.23H5.76a2.783 2.783 0 0 0-2.78 2.78 2.783 2.783 0 0 0 2.74 2.78H7.65c.874 0 1.585.71 1.585 1.585 0 .874-.711 1.585-1.585 1.585H4.076a.598.598 0 0 0 0 1.195h2.031v1.23c0 .33.268.598.598.598z" }) ); } exports.default = CashIcon;