bbm-component-library-test
Version:
React based component library for all BBM web applications
31 lines (25 loc) • 728 B
JavaScript
"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 Check() {
return _react2.default.createElement(
"svg",
{
width: "13px",
height: "13px",
viewBox: "0 0 13 13",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg"
},
_react2.default.createElement("polygon", {
fill: "currentColor",
id: "Path",
points: "5.13566407 8.82386472 2.28519856 6.20634619 1 7.60573817 5.23218697 11.4917348 12 3.3032491 10.6173285 2"
})
);
}
exports.default = Check;