bbm-component-library-test
Version:
React based component library for all BBM web applications
32 lines (26 loc) • 972 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 Close() {
return _react2.default.createElement(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
viewBox: "0 0 16 16"
},
_react2.default.createElement("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "currentColor",
strokeWidth: ".4",
d: "M8.12 15.24A7.12 7.12 0 1 0 8.12 1a7.12 7.12 0 0 0 0 14.24zm0-.95a6.17 6.17 0 1 1 0-12.34 6.17 6.17 0 0 1 0 12.34zm-.084-6.639L6.19 5.804a.475.475 0 0 0-.672.671l1.848 1.848-1.848 1.847a.475.475 0 0 0 .672.671l1.847-1.847 1.848 1.847a.475.475 0 0 0 .67-.671L8.708 8.323l1.848-1.848a.475.475 0 0 0-.671-.671L8.036 7.65z"
})
);
}
exports.default = Close;