bbm-component-library-test
Version:
React based component library for all BBM web applications
30 lines (24 loc) • 911 B
JavaScript
;
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 BoldDoubleArrow() {
return _react2.default.createElement(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "11",
height: "10",
viewBox: "0 0 11 10"
},
_react2.default.createElement("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M5 5.6L1.11 9.04a.692.692 0 0 1-.459.17C.295 9.21 0 8.95 0 8.635V.575C0 .262.295 0 .651 0c.173 0 .336.063.458.17L5 3.61V.576C5 .26 5.295 0 5.651 0c.173 0 .336.063.458.17l4.559 4.03a.542.542 0 0 1 .193.405.542.542 0 0 1-.193.405L6.109 9.04a.692.692 0 0 1-.458.17C5.295 9.21 5 8.95 5 8.635V5.6z"
})
);
}
exports.default = BoldDoubleArrow;