UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

30 lines (24 loc) 661 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 SmallArrow() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "6", viewBox: "0 0 10 6" }, _react2.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.34 3.025l-2.52 2.52V3.486H.66v-.929h6.16L6.826.506z" }) ); } exports.default = SmallArrow;