bbm-component-library-test
Version:
React based component library for all BBM web applications
35 lines (29 loc) • 1.69 kB
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 NotFound() {
return _react2.default.createElement(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "150",
height: "150",
viewBox: "0 0 150 150"
},
_react2.default.createElement(
"g",
{ fill: "#374654", fillRule: "nonzero", stroke: "#F6F6F6" },
_react2.default.createElement("path", {
strokeLinecap: "round",
strokeWidth: "6",
d: "M134.734 3.41H16.118C9.099 3.41 3.409 9.1 3.409 16.117v118.616c0 7.019 5.69 12.71 12.709 12.71h118.616c7.019 0 12.71-5.691 12.71-12.71V16.118c0-7.019-5.691-12.709-12.71-12.709zm0 131.324H16.118V50.008h118.616v84.726zm0-93.198H16.118V16.118h118.616v25.418z"
}),
_react2.default.createElement("path", { d: "M83.523 24.716h8.523v8.523h-8.523zM100.568 24.716h8.523v8.523h-8.523zM117.614 24.716h8.523v8.523h-8.523zM41.761 101.42h8.523v8.523h8.523v-34.09h-8.523v17.045h-8.523V75.852H33.24v17.046c0 4.7 3.823 8.522 8.522 8.522zM100.568 101.42h8.523v8.523h8.523v-34.09h-8.523v17.045h-8.523V75.852h-8.523v17.046c0 4.7 3.824 8.522 8.523 8.522zM75.852 109.943c7.05 0 12.784-5.734 12.784-12.784v-8.523c0-7.05-5.734-12.784-12.784-12.784-7.05 0-12.784 5.734-12.784 12.784v8.523c0 7.05 5.734 12.784 12.784 12.784zm-4.261-21.307a4.267 4.267 0 0 1 4.261-4.261 4.267 4.267 0 0 1 4.262 4.261v8.523a4.267 4.267 0 0 1-4.262 4.261 4.267 4.267 0 0 1-4.261-4.26v-8.524z" })
)
);
}
exports.default = NotFound;