UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

30 lines (24 loc) 755 B
"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 Arrow() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "9", height: "6", viewBox: "0 0 9 6" }, _react2.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M1.337.67l3.158 3.508L7.653.67a.469.469 0 0 1 .704 0 .606.606 0 0 1 0 .782l-3.51 3.89a.469.469 0 0 1-.704 0l-3.5-3.9a.606.606 0 0 1 0-.783.45.45 0 0 1 .694.011z" }) ); } exports.default = Arrow;