bbm-component-library-test
Version:
React based component library for all BBM web applications
32 lines (26 loc) • 884 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 ToastrClose() {
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: "nonzero",
stroke: "currentColor",
strokeWidth: ".6",
d: "M9.781.304a.408.408 0 0 0-.577 0L5.451 4.058 1.697.304a.408.408 0 1 0-.577.578l3.753 3.753L1.12 8.39a.408.408 0 1 0 .577.577l3.754-3.753 3.753 3.753a.408.408 0 0 0 .577-.577L6.028 4.635 9.781.882a.408.408 0 0 0 0-.578z"
})
);
}
exports.default = ToastrClose;