UNPKG

infinity-forge

Version:
9 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconNotFound = IconNotFound; var jsx_runtime_1 = require("react/jsx-runtime"); function IconNotFound(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', width: '800px', height: '800px', viewBox: '0 -0.5 17 17', version: '1.1', children: [(0, jsx_runtime_1.jsx)("defs", {}), (0, jsx_runtime_1.jsx)("g", { stroke: 'none', strokeWidth: '1', fill: 'none', fillRule: 'evenodd', children: (0, jsx_runtime_1.jsxs)("g", { transform: 'translate(1.000000, 2.000000)', fill: color, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M7.35,3 L5.788,0.042 L2.021,0.042 L2.021,1.063 L0.023,1.063 L0.023,10.976 L1.043,10.976 L1.045,11.976 L15.947,11.976 L15.968,3 L7.35,3 L7.35,3 Z M10.918,9.109 L10.09,9.938 L8.512,8.361 L6.934,9.938 L6.104,9.109 L7.682,7.531 L6.104,5.953 L6.934,5.125 L8.512,6.701 L10.088,5.125 L10.918,5.953 L9.34,7.531 L10.918,9.109 L10.918,9.109 Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.964,1.982 L13.964,1.042 L8.024,1.042 L8.354,1.982 L13.964,1.982 Z' })] }) })] })); } //# sourceMappingURL=icon-not-found.js.map