@codezee/sixtify-brahma 0.2.64 → 0.2.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/shared-components/dist/AgGrid/AgGrid.d.ts.map +1 -1
- package/packages/shared-components/dist/AgGrid/AgGrid.js +1 -0
- package/packages/shared-components/dist/Dialog/BottomDialog.js +1 -1
- package/packages/shared-components/dist/FilterList/FilterListV2.d.ts.map +1 -1
- package/packages/shared-components/dist/FilterList/FilterListV2.js +9 -1
- package/packages/shared-components/dist/FilterList/FilterTypeWrapper.d.ts +1 -0
- package/packages/shared-components/dist/FilterList/FilterTypeWrapper.d.ts.map +1 -1
- package/packages/shared-components/dist/Svgs/SvgAccessDenied.d.ts +3 -0
- package/packages/shared-components/dist/Svgs/SvgAccessDenied.d.ts.map +1 -0
- package/packages/shared-components/dist/Svgs/SvgAccessDenied.js +6 -0
- package/packages/shared-components/dist/Svgs/SvgPageNotFound.d.ts +3 -0
- package/packages/shared-components/dist/Svgs/SvgPageNotFound.d.ts.map +1 -0
- package/packages/shared-components/dist/Svgs/SvgPageNotFound.js +6 -0
- package/packages/shared-components/dist/Svgs/index.d.ts +2 -0
- package/packages/shared-components/dist/Svgs/index.d.ts.map +1 -1
- package/packages/shared-components/dist/Svgs/index.js +2 -0
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgGrid.d.ts","sourceRoot":"","sources":["../../src/AgGrid/AgGrid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjC,eAAO,MAAM,eAAe,KAAK,CAAC;AAElC,eAAO,MAAM,eAAe,UAAqB,CAAC;AAGlD,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,OAAO,IAAI,gBAAgB,CAAC,CAAC,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,UAAU,GAAG,KAAK,CAAC,yBAAyB,CAAC,WAAW,CAAC,GAC5D,CAAC,CAAC,WAAW,EAAE,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC,CAAC;AAElE,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"AgGrid.d.ts","sourceRoot":"","sources":["../../src/AgGrid/AgGrid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjC,eAAO,MAAM,eAAe,KAAK,CAAC;AAElC,eAAO,MAAM,eAAe,UAAqB,CAAC;AAGlD,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,OAAO,IAAI,gBAAgB,CAAC,CAAC,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,UAAU,GAAG,KAAK,CAAC,yBAAyB,CAAC,WAAW,CAAC,GAC5D,CAAC,CAAC,WAAW,EAAE,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC,CAAC;AAElE,eAAO,MAAM,MAAM,EAmFd,UAAU,CAAC"}
|
|
@@ -17,6 +17,7 @@ exports.AgGrid = (0, react_1.forwardRef)((props, ref) => {
|
|
|
17
17
|
closeOnApply: true,
|
|
18
18
|
contains: false,
|
|
19
19
|
},
|
|
20
|
+
lockPosition: true,
|
|
20
21
|
}, height = "597px", rowHeight = 50, rowModelType = "infinite", rowBuffer = 5, totalRecords,
|
|
21
22
|
// eslint-disable-next-line quotes
|
|
22
23
|
overlayNoRowsTemplate = '<span class="ag-overlay-no-rows-center">No Data Found</span>', infiniteInitialRowCount = props.paginationPageSize ?? exports.defaultPageSize, pagination = false, ...rest } = props;
|
|
@@ -9,5 +9,5 @@ function BottomDialog({ children, title, open = false, onClose, ...rest }) {
|
|
|
9
9
|
sx: {
|
|
10
10
|
animation: open ? "slideUp 0.2s cubic-bezier(0.25, 0.8, 0.5, 1)" : "",
|
|
11
11
|
},
|
|
12
|
-
}, children: (0, jsx_runtime_1.jsx)(BottomDialog_styled_1.BottomDialogBody, { direction: "row", overflow: "hidden", children: (0, jsx_runtime_1.jsx)(PadBox_1.PadBox, { padding: { padding: "
|
|
12
|
+
}, children: (0, jsx_runtime_1.jsx)(BottomDialog_styled_1.BottomDialogBody, { direction: "row", overflow: "hidden", children: (0, jsx_runtime_1.jsx)(PadBox_1.PadBox, { padding: { padding: "0.3rem" }, children: children }) }) }));
|
|
13
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterListV2.d.ts","sourceRoot":"","sources":["../../src/FilterList/FilterListV2.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAgBnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAI1D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,OAAO,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACtE,QAAQ,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACxD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,WAAW,EACjB,eAAe,EAAE,cAAc,EAAE,GAChC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAiB7B;AAED,eAAO,MAAM,YAAY,GAAI,8EAO1B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"FilterListV2.d.ts","sourceRoot":"","sources":["../../src/FilterList/FilterListV2.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAgBnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAI1D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,OAAO,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACtE,QAAQ,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACxD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,WAAW,EACjB,eAAe,EAAE,cAAc,EAAE,GAChC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAiB7B;AAED,eAAO,MAAM,YAAY,GAAI,8EAO1B,iBAAiB,4CAinBnB,CAAC"}
|
|
@@ -69,6 +69,9 @@ const FilterListV2 = ({ filterListItems, isDisabled = false, filterListData, onA
|
|
|
69
69
|
else if (item.type === "switch") {
|
|
70
70
|
acc[item.key] = item.value || false;
|
|
71
71
|
}
|
|
72
|
+
else if (item.isDefaultCurrentDate && item.type === "date") {
|
|
73
|
+
acc[item.key] = item.value || luxon_1.DateTime.now().toISODate();
|
|
74
|
+
}
|
|
72
75
|
else {
|
|
73
76
|
acc[item.key] = item.value || null;
|
|
74
77
|
}
|
|
@@ -171,6 +174,9 @@ const FilterListV2 = ({ filterListItems, isDisabled = false, filterListData, onA
|
|
|
171
174
|
(0, react_1.useMemo)(() => {
|
|
172
175
|
if (company_id !== filterListData?.company_id && !openFilterPopup) {
|
|
173
176
|
filterListItems.forEach((item) => {
|
|
177
|
+
if (item.isDefaultCurrentDate && item.type === "date") {
|
|
178
|
+
return;
|
|
179
|
+
}
|
|
174
180
|
setValue(`${item.key}`, null);
|
|
175
181
|
});
|
|
176
182
|
setValue("company_id", company_id);
|
|
@@ -278,7 +284,9 @@ const FilterListV2 = ({ filterListItems, isDisabled = false, filterListData, onA
|
|
|
278
284
|
}, children: [(0, jsx_runtime_1.jsx)(PadBox_1.PadBox, { padding: { padding: "10px 30px" }, children: (0, jsx_runtime_1.jsxs)(material_1.Stack, { direction: "row", justifyContent: "space-between", width: "100%", alignItems: "center", children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "h6", children: "Filter" }), (0, jsx_runtime_1.jsx)(material_1.IconButton, { onClick: () => {
|
|
279
285
|
reset();
|
|
280
286
|
handleClose();
|
|
281
|
-
}, children: (0, jsx_runtime_1.jsx)(icons_1.ClearIcon, {}) })] }) }), (0, jsx_runtime_1.jsx)(material_1.Divider, { sx: { width: "100%" } })] }), (0, jsx_runtime_1.jsx)(material_1.Stack, { flexGrow: 1, sx: { overflowX: "hidden" }, children: filterListItems.map((filter) => filter.type === "switch" ? ((0, jsx_runtime_1.jsxs)(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", width: "80%", sx: { padding: "10px 5px 10px 20px ", margin: "auto" }, children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "body2", children: filter.label }), (0, jsx_runtime_1.jsx)(SwitchField_1.SwitchField, { control: control, name: filter.key })] }, filter.key)) : ((0, jsx_runtime_1.jsxs)(material_1.Accordion, { defaultExpanded: !!filterListData?.[filter.key] ||
|
|
287
|
+
}, children: (0, jsx_runtime_1.jsx)(icons_1.ClearIcon, {}) })] }) }), (0, jsx_runtime_1.jsx)(material_1.Divider, { sx: { width: "100%" } })] }), (0, jsx_runtime_1.jsx)(material_1.Stack, { flexGrow: 1, sx: { overflowX: "hidden" }, children: filterListItems.map((filter) => filter.type === "switch" ? ((0, jsx_runtime_1.jsxs)(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", width: "80%", sx: { padding: "10px 5px 10px 20px ", margin: "auto" }, children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "body2", children: filter.label }), (0, jsx_runtime_1.jsx)(SwitchField_1.SwitchField, { control: control, name: filter.key })] }, filter.key)) : ((0, jsx_runtime_1.jsxs)(material_1.Accordion, { defaultExpanded: !!filterListData?.[filter.key] ||
|
|
288
|
+
!!defaultValues?.[filter.key] ||
|
|
289
|
+
filter.required, disabled: filter.isDisabled, sx: {
|
|
282
290
|
"&.MuiAccordion-root.Mui-expanded": {
|
|
283
291
|
margin: "0 !important",
|
|
284
292
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterTypeWrapper.d.ts","sourceRoot":"","sources":["../../src/FilterList/FilterTypeWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG5D,MAAM,MAAM,mBAAmB,GAC3B,cAAc,GACd,MAAM,GACN,MAAM,GACN,WAAW,GACX,UAAU,GACV,OAAO,GACP,QAAQ,CAAC;AAEb,KAAK,OAAO,GAAG,SAAS;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,EAAE,CAAC;AAEJ,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,mBAAmB,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AACF,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;CAC/B,CAAC;AACF,eAAO,MAAM,iBAAiB,GAAI,sBAG/B,sBAAsB,4CAqBxB,CAAC"}
|
|
1
|
+
{"version":3,"file":"FilterTypeWrapper.d.ts","sourceRoot":"","sources":["../../src/FilterList/FilterTypeWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG5D,MAAM,MAAM,mBAAmB,GAC3B,cAAc,GACd,MAAM,GACN,MAAM,GACN,WAAW,GACX,UAAU,GACV,OAAO,GACP,QAAQ,CAAC;AAEb,KAAK,OAAO,GAAG,SAAS;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,EAAE,CAAC;AAEJ,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,mBAAmB,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AACF,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;CAC/B,CAAC;AACF,eAAO,MAAM,iBAAiB,GAAI,sBAG/B,sBAAsB,4CAqBxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgAccessDenied.d.ts","sourceRoot":"","sources":["../../src/Svgs/SvgAccessDenied.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE3C,eAAO,MAAM,eAAe,GAC1B,OAAO,GAAG,CAAC,mBAAmB,GAAG,QAAQ,CAAC,aAAa,CAAC,4CAmXzD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SvgAccessDenied = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const SvgAccessDenied = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: 350, height: 254.069, viewBox: "0 0 350 254.069", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M179.309 191.863c1.437 1.843 3.685 3.06 6.183 3.06 4.309 0 7.807 -3.497 7.807 -7.806 0 -1.78 -0.594 -3.436 -1.593 -4.747", stroke: "#3BA4E8", strokeWidth: 3.747323340471092, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M156.826 202.105c-1.905 -2.373 -2.561 -6.152 -2.561 -11.866V183.994c0 -12.491 3.123 -15.614 15.614 -15.614h31.228c1.124 0 2.155 0.031 3.123 0.094 9.899 0.562 12.491 4.153 12.491 15.52v6.245c0 12.491 -3.122 15.614 -15.614 15.614h-31.228c-1.124 0 -2.155 -0.031 -3.122 -0.094", stroke: "#3BA4E8", strokeWidth: 3.747323340471092, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M166.756 168.38v-6.246c0 -10.336 3.123 -18.737 18.737 -18.737 12.96 0 17.3 4.309 18.424 11.118", stroke: "#3BA4E8", strokeWidth: 3.747323340471092, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "m216.72 143.397 -62.455 62.456", stroke: "#3BA4E8", strokeWidth: 3.747323340471092, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "m176.061 118.103 -31.165 11.742c-7.183 2.685 -13.053 11.18 -13.053 18.799v46.405c0 7.369 4.872 17.05 10.805 21.485l26.856 20.048c8.806 6.62 23.296 6.62 32.102 0l26.856 -20.048c5.933 -4.435 10.804 -14.115 10.804 -21.485v-46.405c0 -7.682 -5.871 -16.176 -13.053 -18.861l-31.166 -11.68c-5.308 -1.936 -13.802 -1.936 -18.986 0", stroke: "#4C5D70", strokeWidth: 3.747323340471092, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("g", { clipPath: "url(#clip0_40160_95457)", children: (0, jsx_runtime_1.jsx)("path", { d: "M266.962 40.973c-4.599 4.21 -5.003 11.334 -0.794 15.934 4.209 4.599 11.293 4.94 15.933 0.794 3.923 -3.597 4.784 -9.321 2.277 -13.768l2.299 -2.106 -0.48 -3.791 3.517 1.034 2.912 -2.677 -0.417 -3.832 3.517 1.034 2.489 -2.227 -0.254 -2.332 2.194 0.637 1.476 -1.306 0.223 -3.531 -5.278 -1.414 -17.276 15.67c-3.941 -1.829 -8.899 -1.222 -12.337 1.883m1.482 13.933c-1.225 -1.351 -1.11 -3.386 0.24 -4.612 1.35 -1.225 3.385 -1.109 4.611 0.24 1.226 1.351 1.11 3.386 -0.24 4.611 -1.39 1.163 -3.426 1.048 -4.611 -0.24", fill: "#EBEBEB" }) }), (0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip1_40160_95457)", children: [(0, jsx_runtime_1.jsx)("path", { d: "m309.356 155.738 1.058 19.155c0.055 0.674 0.612 1.236 1.281 1.236l34.198 0.225c0.724 0 1.281 -0.562 1.281 -1.292l0.112 -14.886c0 -0.73 -0.557 -1.292 -1.282 -1.292h-21.109c-0.334 0 -0.669 -0.112 -0.891 -0.393l-3.621 -3.651c-0.223 -0.225 -0.557 -0.393 -0.891 -0.393L310.637 154.39c-0.779 0 -1.337 0.618 -1.281 1.348", fill: "#EBEBEB" }), (0, jsx_runtime_1.jsx)("path", { d: "m347.2 156.606 -37.317 -0.276 -0.164 22.526 37.317 0.276z", fill: "#F5F5F5" }), (0, jsx_runtime_1.jsx)("path", { d: "m306.905 158.378 2.673 23.48a0.847 0.847 0 0 0 0.836 0.73l36.37 0.281c0.446 0 0.78 -0.337 0.836 -0.786l2.005 -23.425c0.056 -0.505 -0.334 -0.899 -0.835 -0.899l-41.049 -0.337c-0.501 0 -0.891 0.45 -0.836 0.956", fill: "#EBEBEB" })] }), (0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip2_40160_95457)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M285.811 71.309c0.109 0 0.327 -0.865 0.327 -1.965s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.864 -0.326 1.964 0.109 1.1 0.217 1.965 0.326 1.965", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 79.167c0.109 0 0.327 -0.864 0.327 -1.964s-0.109 -1.965 -0.327 -1.965c-0.109 0 -0.326 0.865 -0.326 1.965 0.109 1.1 0.217 1.964 0.326 1.964", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 87.025c0.109 0 0.327 -0.864 0.327 -1.964s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.864 -0.326 1.964 0.109 1.1 0.217 1.964 0.326 1.964", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 94.884c0.109 0 0.327 -0.864 0.327 -1.964s-0.109 -1.965 -0.327 -1.965c-0.109 0 -0.326 0.865 -0.326 1.965 0.109 1.1 0.217 1.964 0.326 1.964", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 102.742c0.109 0 0.327 -0.864 0.327 -1.964s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.864 -0.326 1.964 0.109 1.1 0.217 1.964 0.326 1.964", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 110.601c0.109 0 0.327 -0.865 0.327 -1.965s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.864 -0.326 1.964 0.109 1.1 0.217 1.965 0.326 1.965", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 118.459c0.109 0 0.327 -0.864 0.327 -1.964s-0.109 -1.965 -0.327 -1.965c-0.109 0 -0.326 0.865 -0.326 1.965 0.109 1.1 0.217 1.964 0.326 1.964", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 126.317c0.109 0 0.327 -0.864 0.327 -1.964s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.864 -0.326 1.964 0.109 1.1 0.217 1.964 0.326 1.964", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 134.176c0.109 0 0.327 -0.865 0.327 -1.965s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.865 -0.326 1.964 0.109 1.1 0.217 1.965 0.326 1.965", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M285.811 142.035c0.109 0 0.327 -0.865 0.327 -1.965s-0.109 -1.964 -0.327 -1.964c-0.109 0 -0.326 0.864 -0.326 1.964 0.109 1.1 0.217 1.965 0.326 1.965", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M284.833 149.185c0 0.079 0.435 0.157 0.979 0.157h0.218v-0.157c0 -0.314 0.109 -0.785 0.109 -1.257 0 -1.1 -0.109 -1.965 -0.327 -1.965 -0.109 0 -0.326 0.865 -0.326 1.965 0 0.471 0 0.864 0.109 1.257l0.217 -0.157c-0.544 0 -0.979 0.078 -0.979 0.157", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M273.954 149.265c0 0.079 1.197 0.157 2.72 0.157s2.72 -0.078 2.72 -0.235c0 -0.079 -1.197 -0.157 -2.72 -0.157s-2.72 0.079 -2.72 0.236", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M263.074 149.343c0 0.079 1.196 0.157 2.72 0.157s2.72 -0.078 2.72 -0.235c0 -0.079 -1.197 -0.157 -2.72 -0.157s-2.72 0.079 -2.72 0.236", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M252.195 149.421c0 0.079 1.197 0.157 2.72 0.157s2.72 -0.079 2.72 -0.236c0 -0.157 -1.197 -0.157 -2.72 -0.157s-2.72 0.079 -2.72 0.235", fill: "#B6B3B3" })] }), (0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip3_40160_95457)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M79.969 45.645c-0.15 0 -0.45 -1.072 -0.45 -2.438 0 -1.365 0.15 -2.437 0.45 -2.437 0.15 0 0.45 1.072 0.45 2.437 -0.15 1.366 -0.3 2.438 -0.45 2.438", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 55.395c-0.15 0 -0.45 -1.072 -0.45 -2.438 0 -1.365 0.15 -2.437 0.45 -2.437 0.15 0 0.45 1.072 0.45 2.437 -0.15 1.366 -0.3 2.438 -0.45 2.438", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 65.145c-0.15 0 -0.45 -1.072 -0.45 -2.437s0.15 -2.437 0.45 -2.437c0.15 0 0.45 1.072 0.45 2.437 -0.15 1.365 -0.3 2.437 -0.45 2.437", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 74.896c-0.15 0 -0.45 -1.072 -0.45 -2.437 0 -1.366 0.15 -2.438 0.45 -2.438 0.15 0 0.45 1.072 0.45 2.438 -0.15 1.365 -0.3 2.437 -0.45 2.437", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 84.646c-0.15 0 -0.45 -1.072 -0.45 -2.438 0 -1.365 0.15 -2.437 0.45 -2.437 0.15 0 0.45 1.072 0.45 2.437 -0.15 1.366 -0.3 2.438 -0.45 2.438", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 94.396c-0.15 0 -0.45 -1.072 -0.45 -2.437 0 -1.366 0.15 -2.438 0.45 -2.438 0.15 0 0.45 1.072 0.45 2.438 -0.15 1.365 -0.3 2.437 -0.45 2.437", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 104.146c-0.15 0 -0.45 -1.072 -0.45 -2.438 0 -1.365 0.15 -2.437 0.45 -2.437 0.15 0 0.45 1.072 0.45 2.437 -0.15 1.366 -0.3 2.438 -0.45 2.438", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 113.897c-0.15 0 -0.45 -1.072 -0.45 -2.438 0 -1.365 0.15 -2.437 0.45 -2.437 0.15 0 0.45 1.072 0.45 2.437 -0.15 1.366 -0.3 2.438 -0.45 2.438", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 123.647c-0.15 0 -0.45 -1.072 -0.45 -2.437s0.15 -2.437 0.45 -2.437c0.15 0 0.45 1.072 0.45 2.437 -0.15 1.365 -0.3 2.437 -0.45 2.437", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M79.969 133.397c-0.15 0 -0.45 -1.072 -0.45 -2.437 0 -1.366 0.15 -2.438 0.45 -2.438 0.15 0 0.45 1.072 0.45 2.438 -0.15 1.365 -0.3 2.437 -0.45 2.437", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M81.317 142.27c0 0.097 -0.6 0.195 -1.349 0.195h-0.3v-0.195c0 -0.39 -0.15 -0.975 -0.15 -1.56 0 -1.366 0.15 -2.438 0.45 -2.438 0.15 0 0.45 1.072 0.45 2.438 0 0.585 0 1.072 -0.15 1.56l-0.3 -0.195c0.749 0 1.349 0.097 1.349 0.195", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M96.306 142.368c0 0.097 -1.649 0.195 -3.747 0.195s-3.747 -0.097 -3.747 -0.292c0 -0.098 1.649 -0.196 3.747 -0.196s3.747 0.097 3.747 0.293", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M111.296 142.465c0 0.097 -1.649 0.195 -3.747 0.195s-3.747 -0.097 -3.747 -0.292c0 -0.097 1.649 -0.195 3.747 -0.195s3.747 0.097 3.747 0.292", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M126.285 142.562c0 0.097 -1.649 0.195 -3.747 0.195s-3.747 -0.097 -3.747 -0.292 1.649 -0.195 3.747 -0.195 3.747 0.097 3.747 0.292", fill: "#B6B3B3" })] }), (0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip4_40160_95457)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M36.303 209.85H7.637v39.279h28.666z", fill: "#F5F5F5" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.04 214.79H0.375V254.069h28.666z", fill: "#E0E0E0" })] }), (0, jsx_runtime_1.jsx)("path", { d: "M105.42 27.652h-3.762c-2.427 0 -5.946 0 -10.375 0.061 -8.858 0 -21.295 0.061 -35.734 0.061h-0.122v-0.123c-0.728 -2.577 -0.304 -5.521 1.396 -7.852 1.638 -2.271 4.489 -3.743 7.402 -3.681l-0.121 0.184c-0.242 -0.737 -0.303 -1.596 -0.303 -2.454 0.121 -2.822 1.698 -5.521 4.064 -6.748 2.367 -1.289 5.339 -1.227 7.584 0.061l-0.181 0.061c1.274 -3.19 4.004 -5.461 6.916 -6.503 2.973 -1.105 6.249 -0.92 8.797 0.429 2.609 1.349 4.429 3.62 5.461 6.012s1.213 4.969 0.667 7.239l-0.121 -0.123a7.719 7.719 0 0 1 4.125 0.614 8.769 8.769 0 0 1 3.095 2.147c0.425 0.429 0.728 0.92 0.971 1.411s0.425 0.982 0.486 1.472c0.243 0.982 0.304 1.902 0.363 2.7 0.061 1.656 -0.121 2.945 -0.303 3.742 -0.121 0.429 -0.182 0.737 -0.243 0.92 -0.061 0.246 -0.061 0.368 -0.061 0.368", fill: "#EBEBEB" }), (0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip5_40160_95457)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M229.966 222.482c0 0.109 -1.192 0.327 -2.71 0.327s-2.711 -0.109 -2.711 -0.327c0 -0.109 1.193 -0.326 2.711 -0.326 1.518 0.109 2.71 0.217 2.71 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M240.808 222.482c0 0.109 -1.192 0.327 -2.71 0.327s-2.711 -0.109 -2.711 -0.327c0 -0.109 1.192 -0.326 2.711 -0.326 1.518 0.109 2.71 0.217 2.71 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M251.649 222.482c0 0.109 -1.192 0.327 -2.71 0.327s-2.711 -0.109 -2.711 -0.327c0 -0.109 1.192 -0.326 2.711 -0.326 1.518 0.109 2.71 0.217 2.71 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M262.492 222.482c0 0.109 -1.192 0.327 -2.711 0.327s-2.71 -0.109 -2.71 -0.327c0 -0.109 1.192 -0.326 2.71 -0.326 1.518 0.109 2.711 0.217 2.711 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M273.333 222.482c0 0.109 -1.193 0.327 -2.711 0.327s-2.71 -0.109 -2.71 -0.327c0 -0.109 1.192 -0.326 2.71 -0.326 1.518 0.109 2.711 0.217 2.711 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M284.175 222.482c0 0.109 -1.193 0.327 -2.711 0.327s-2.71 -0.109 -2.71 -0.327c0 -0.109 1.192 -0.326 2.71 -0.326 1.518 0.109 2.711 0.217 2.711 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M295.017 222.482c0 0.109 -1.192 0.327 -2.71 0.327s-2.711 -0.109 -2.711 -0.327c0 -0.109 1.193 -0.326 2.711 -0.326 1.518 0.109 2.71 0.217 2.71 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M305.858 222.482c0 0.109 -1.192 0.327 -2.71 0.327s-2.711 -0.109 -2.711 -0.327c0 -0.109 1.192 -0.326 2.711 -0.326 1.518 0.109 2.71 0.217 2.71 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M316.701 222.482c0 0.109 -1.192 0.327 -2.711 0.327s-2.71 -0.109 -2.71 -0.327c0 -0.109 1.192 -0.326 2.71 -0.326 1.518 0.109 2.711 0.217 2.711 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M327.542 222.482c0 0.109 -1.192 0.327 -2.711 0.327s-2.71 -0.109 -2.71 -0.327c0 -0.109 1.192 -0.326 2.71 -0.326 1.518 0.109 2.711 0.217 2.711 0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M337.408 221.503c0.108 0 0.217 0.435 0.217 0.98v0.217h-0.217c-0.434 0 -1.084 0.109 -1.735 0.109 -1.518 0 -2.71 -0.109 -2.71 -0.326 0 -0.109 1.192 -0.327 2.71 -0.327 0.651 0 1.192 0 1.735 0.109l-0.217 0.218c0 -0.544 0.109 -0.98 0.217 -0.98", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M337.517 210.624c0.109 0 0.217 1.197 0.217 2.72s-0.108 2.72 -0.325 2.72c-0.108 0 -0.217 -1.196 -0.217 -2.72s0.109 -2.72 0.325 -2.72", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M337.626 199.744c0.108 0 0.217 1.197 0.217 2.72s-0.109 2.72 -0.325 2.72c-0.109 0 -0.217 -1.197 -0.217 -2.72s0.108 -2.72 0.325 -2.72", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M337.732 188.865c0.109 0 0.217 1.197 0.217 2.72s-0.109 2.72 -0.325 2.72 -0.217 -1.197 -0.217 -2.72 0.109 -2.72 0.325 -2.72", fill: "#B6B3B3" })] }), (0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip6_40160_95457)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M126.03 167.99c0 -0.109 1.192 -0.327 2.71 -0.327s2.711 0.109 2.711 0.327c0 0.109 -1.193 0.326 -2.711 0.326 -1.518 -0.109 -2.71 -0.217 -2.71 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M115.187 167.99c0 -0.109 1.192 -0.327 2.71 -0.327s2.711 0.109 2.711 0.327c0 0.109 -1.192 0.326 -2.711 0.326 -1.518 -0.109 -2.71 -0.217 -2.71 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M104.346 167.99c0 -0.109 1.192 -0.327 2.71 -0.327s2.711 0.109 2.711 0.327c0 0.109 -1.192 0.326 -2.711 0.326 -1.518 -0.109 -2.71 -0.217 -2.71 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M93.504 167.99c0 -0.109 1.192 -0.327 2.711 -0.327s2.71 0.109 2.71 0.327c0 0.109 -1.192 0.326 -2.71 0.326 -1.518 -0.109 -2.711 -0.217 -2.711 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M82.663 167.99c0 -0.109 1.193 -0.327 2.711 -0.327s2.71 0.109 2.71 0.327c0 0.109 -1.192 0.326 -2.71 0.326 -1.518 -0.109 -2.711 -0.217 -2.711 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M71.821 167.99c0 -0.109 1.192 -0.327 2.71 -0.327s2.71 0.109 2.71 0.327c0 0.109 -1.192 0.326 -2.71 0.326 -1.518 -0.109 -2.711 -0.217 -2.711 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M60.979 167.99c0 -0.109 1.192 -0.327 2.71 -0.327s2.711 0.109 2.711 0.327c0 0.109 -1.193 0.326 -2.711 0.326 -1.518 -0.109 -2.71 -0.217 -2.71 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M50.138 167.99c0 -0.109 1.192 -0.327 2.71 -0.327s2.711 0.109 2.711 0.327c0 0.109 -1.192 0.326 -2.711 0.326 -1.518 -0.109 -2.71 -0.217 -2.71 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.295 167.99c0 -0.109 1.192 -0.327 2.711 -0.327s2.71 0.109 2.71 0.327c0 0.109 -1.192 0.326 -2.71 0.326 -1.518 -0.109 -2.711 -0.217 -2.711 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M28.454 167.99c0 -0.109 1.192 -0.327 2.711 -0.327s2.71 0.109 2.71 0.327c0 0.109 -1.192 0.326 -2.71 0.326 -1.518 -0.109 -2.711 -0.217 -2.711 -0.326", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.587 168.968c-0.108 0 -0.217 -0.435 -0.217 -0.98v-0.217h0.217c0.433 0 1.084 -0.109 1.734 -0.109 1.518 0 2.71 0.109 2.71 0.326 0 0.109 -1.192 0.327 -2.71 0.327 -0.651 0 -1.192 0 -1.735 -0.109l0.217 -0.218c0 0.544 -0.109 0.98 -0.217 0.98", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.479 179.848c-0.109 0 -0.217 -1.197 -0.217 -2.72s0.109 -2.72 0.325 -2.72c0.109 0 0.217 1.196 0.217 2.72s-0.109 2.72 -0.325 2.72", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.37 190.727c-0.108 0 -0.217 -1.197 -0.217 -2.72s0.109 -2.72 0.325 -2.72c0.109 0 0.217 1.197 0.217 2.72s-0.109 2.72 -0.326 2.72", fill: "#B6B3B3" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.264 201.606c-0.109 0 -0.217 -1.197 -0.217 -2.72s0.109 -2.72 0.325 -2.72 0.217 1.197 0.217 2.72 -0.109 2.72 -0.325 2.72", fill: "#B6B3B3" })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsx)("clipPath", { id: "clip0_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 63.4, height: 30.1, fill: "white", transform: "rotate(-32.778 277.005 -556.71)", d: "M0 0H47.516V22.559H0V0z" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip1_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 57, height: 38, fill: "white", transform: "translate(409.5 206)", d: "M0 0H42.719V28.48H0V0z" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip2_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 108, height: 45, fill: "white", transform: "matrix(0 1 1 0 336.5 92)", d: "M0 0H80.942V33.726H0V0z" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip3_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 134, height: 62, fill: "white", transform: "rotate(90 55.75 112.75)", d: "M0 0H100.428V46.467H0V0z" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip4_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 48, height: 59, fill: "white", transform: "translate(.5 280)", d: "M0 0H35.974V44.218H0V0z" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip5_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 149, height: 45, fill: "white", transform: "translate(302.5 252)", d: "M0 0H111.67V33.726H0V0z" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip6_40160_95457", children: (0, jsx_runtime_1.jsx)("path", { width: 149, height: 45, fill: "white", transform: "rotate(180 86.25 134.5)", d: "M0 0H111.67V33.726H0V0z" }) })] })] }));
|
|
6
|
+
exports.SvgAccessDenied = SvgAccessDenied;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgPageNotFound.d.ts","sourceRoot":"","sources":["../../src/Svgs/SvgPageNotFound.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA0F7D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SvgPageNotFound = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const SvgPageNotFound = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: 800, height: 300, viewBox: "0 0 1309 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip0_40160_95666)", children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#clip1_40160_95666)", children: (0, jsx_runtime_1.jsx)("path", { d: "M280.658 168.377C280.454 166.899 279.089 165.844 277.656 166.126C276.154 166.337 275.131 167.743 275.404 169.221C275.813 171.753 276.291 179.772 273.629 182.938C273.083 183.641 272.333 184.063 271.446 184.204L271.719 169.01C271.719 166.829 269.944 165 267.829 165C265.645 165 263.939 166.829 264.007 169.08L264.69 197.921C263.803 197.781 263.052 197.359 262.438 196.655C259.776 193.419 260.254 185.4 260.664 182.868C260.868 181.39 259.845 179.983 258.412 179.772C256.978 179.561 255.614 180.546 255.409 182.023C255.204 183.29 253.635 194.474 258.412 200.172C260.049 202.142 262.233 203.268 264.826 203.408L265.099 216H270.9L271.309 189.761C273.834 189.55 276.018 188.425 277.587 186.526C282.364 180.828 280.795 169.643 280.658 168.377Z", fill: "#BDBDBD" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", { id: "ellipseGradient", x1: "0%", y1: "0%", x2: "0%", y2: "100%", children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0%", stopColor: "rgba(225, 225, 225, 0.5)" }), (0, jsx_runtime_1.jsx)("stop", { offset: "100%", stopColor: "rgba(255, 255, 255, 0)" })] }) }), (0, jsx_runtime_1.jsx)("ellipse", { cx: 654.423, cy: 355.015, rx: 652.181, ry: 171.27, transform: "rotate(0.769672 654.423 355.015)", fill: "url(#ellipseGradient)", fillOpacity: 0.9 }), (0, jsx_runtime_1.jsx)("g", { clipPath: "url(#clip2_40160_95666)", children: (0, jsx_runtime_1.jsx)("path", { d: "M1080.33 146.422C1079.93 143.612 1077.25 141.606 1074.44 142.141C1071.5 142.542 1069.49 145.218 1070.02 148.028C1070.83 152.844 1071.76 168.097 1066.54 174.117C1065.47 175.455 1064 176.258 1062.26 176.526L1062.8 147.626C1062.8 143.479 1059.32 140 1055.17 140C1050.88 140 1047.54 143.479 1047.67 147.76L1049.01 202.615C1047.27 202.348 1045.8 201.545 1044.59 200.207C1039.37 194.052 1040.31 178.8 1041.11 173.983C1041.51 171.174 1039.5 168.498 1036.69 168.097C1033.88 167.695 1031.21 169.568 1030.8 172.378C1030.4 174.786 1027.32 196.059 1036.69 206.897C1039.91 210.643 1044.19 212.783 1049.28 213.051L1049.81 237H1061.19L1061.99 187.095C1066.95 186.694 1071.23 184.553 1074.31 180.941C1083.68 170.103 1080.6 148.83 1080.33 146.422Z", fill: "#BDBDBD" }) }), (0, jsx_runtime_1.jsx)("path", { d: "M539.6 153.4H554.6V170.8C554.6 172.333 554.067 173.667 553 174.8C552 175.933 550.533 176.5 548.6 176.5H539.6V210H512.6V176.5H454C452.067 176.5 450.3 175.9 448.7 174.7C447.167 173.5 446.2 172 445.8 170.2L442.6 154.9L510 64.3H539.6V153.4ZM512.6 115.4C512.6 113.067 512.667 110.567 512.8 107.9C513 105.167 513.267 102.367 513.6 99.5L475.1 153.4H512.6V115.4Z", fill: "#7B7B7B" }), (0, jsx_runtime_1.jsx)("path", { d: "M810.594 153.4H825.594V170.8C825.594 172.333 825.061 173.667 823.994 174.8C822.994 175.933 821.527 176.5 819.594 176.5H810.594V210H783.594V176.5H724.994C723.061 176.5 721.294 175.9 719.694 174.7C718.161 173.5 717.194 172 716.794 170.2L713.594 154.9L780.994 64.3H810.594V153.4ZM783.594 115.4C783.594 113.067 783.661 110.567 783.794 107.9C783.994 105.167 784.261 102.367 784.594 99.5L746.094 153.4H783.594V115.4Z", fill: "#7B7B7B" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M693.038 61.1668H691.677C691.641 60.7145 691.605 60.2622 691.564 59.8047H692.926L693.038 61.1668Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M691 137.1C691 149.833 689.633 160.867 686.9 170.2C684.167 179.533 680.367 187.267 675.5 193.4C670.7 199.533 664.967 204.1 658.3 207.1C651.7 210.1 644.533 211.6 636.8 211.6C629.067 211.6 621.9 210.1 615.3 207.1C608.767 204.1 603.1 199.533 598.3 193.4C593.5 187.267 589.733 179.533 587 170.2C584.333 160.867 583 149.833 583 137.1C583 124.367 584.333 113.333 587 104C589.733 94.6667 593.5 86.9333 598.3 80.8C603.1 74.6667 608.767 70.1333 615.3 67.2C621.9 64.2 629.067 62.7 636.8 62.7C644.533 62.7 651.7 64.2 658.3 67.2C664.967 70.1333 670.7 74.6667 675.5 80.8C680.367 86.9333 684.167 94.6667 686.9 104C689.633 113.333 691 124.367 691 137.1ZM659 137.1C659 127.033 658.367 118.8 657.1 112.4C655.833 105.933 654.133 100.867 652 97.2C649.933 93.5333 647.567 91.0333 644.9 89.7C642.233 88.3 639.533 87.6 636.8 87.6C634.067 87.6 631.367 88.3 628.7 89.7C626.1 91.0333 623.767 93.5333 621.7 97.2C619.7 100.867 618.067 105.933 616.8 112.4C615.6 118.8 615 127.033 615 137.1C615 147.233 615.6 155.5 616.8 161.9C618.067 168.3 619.7 173.367 621.7 177.1C623.767 180.767 626.1 183.3 628.7 184.7C631.367 186.033 634.067 186.7 636.8 186.7C639.533 186.7 642.233 186.033 644.9 184.7C647.567 183.3 649.933 180.767 652 177.1C654.133 173.367 655.833 168.3 657.1 161.9C658.367 155.5 659 147.233 659 137.1Z", fill: "#3BA4E8" })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint0_linear_40160_95666", x1: 654.423, y1: 183.745, x2: 654.423, y2: 526.284, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#F4F4F4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "white", stopOpacity: 0 })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip0_40160_95666", children: (0, jsx_runtime_1.jsx)("rect", { width: 1309, height: 435, fill: "white" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip1_40160_95666", children: (0, jsx_runtime_1.jsx)("rect", { width: 26, height: 51, fill: "white", transform: "translate(255 165)" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip2_40160_95666", children: (0, jsx_runtime_1.jsx)("rect", { width: 51, height: 97, fill: "white", transform: "translate(1030 140)" }) })] })] }));
|
|
6
|
+
exports.SvgPageNotFound = SvgPageNotFound;
|
|
@@ -3,6 +3,7 @@ export * from "./Drawer";
|
|
|
3
3
|
export * from "./FormAction";
|
|
4
4
|
export * from "./ImportExcelSuccessIcon";
|
|
5
5
|
export * from "./LogoIcon";
|
|
6
|
+
export * from "./SvgAccessDenied";
|
|
6
7
|
export * from "./SvgAdd";
|
|
7
8
|
export * from "./SvgCalendar";
|
|
8
9
|
export * from "./SvgColumn";
|
|
@@ -15,6 +16,7 @@ export * from "./SvgHome";
|
|
|
15
16
|
export * from "./SvgImport";
|
|
16
17
|
export * from "./SvgNoLogo";
|
|
17
18
|
export * from "./SvgNoSign";
|
|
19
|
+
export * from "./SvgPageNotFound";
|
|
18
20
|
export * from "./SvgProfile";
|
|
19
21
|
export * from "./SvgView";
|
|
20
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Svgs/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Svgs/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|
|
@@ -19,6 +19,7 @@ __exportStar(require("./Drawer"), exports);
|
|
|
19
19
|
__exportStar(require("./FormAction"), exports);
|
|
20
20
|
__exportStar(require("./ImportExcelSuccessIcon"), exports);
|
|
21
21
|
__exportStar(require("./LogoIcon"), exports);
|
|
22
|
+
__exportStar(require("./SvgAccessDenied"), exports);
|
|
22
23
|
__exportStar(require("./SvgAdd"), exports);
|
|
23
24
|
__exportStar(require("./SvgCalendar"), exports);
|
|
24
25
|
__exportStar(require("./SvgColumn"), exports);
|
|
@@ -31,5 +32,6 @@ __exportStar(require("./SvgHome"), exports);
|
|
|
31
32
|
__exportStar(require("./SvgImport"), exports);
|
|
32
33
|
__exportStar(require("./SvgNoLogo"), exports);
|
|
33
34
|
__exportStar(require("./SvgNoSign"), exports);
|
|
35
|
+
__exportStar(require("./SvgPageNotFound"), exports);
|
|
34
36
|
__exportStar(require("./SvgProfile"), exports);
|
|
35
37
|
__exportStar(require("./SvgView"), exports);
|