Skip to content

Commit 38c1d53

Browse files
committed
test integrating svg icons into central MultiIconDisplay
1 parent 010aca1 commit 38c1d53

File tree

9 files changed

+1654
-1811
lines changed

9 files changed

+1654
-1811
lines changed

client/packages/lowcoder-design/src/icons/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { Suspense } from 'react';
22

33
type svgElement = React.FC<any>;
4-
// const checkViewMode = () => window.location.href.includes('view');
54

65
export const AppSnapshotIcon : svgElement = (props) => (<Suspense fallback = {<div></div>}>{React.createElement(React.lazy(() => import("./v1/app-snapshot.svg").then(module => ({default: (props: any) => React.createElement(module.ReactComponent, props)}))),props)}</Suspense>);
76
export const HookCompDropIcon : svgElement = (props) => (<Suspense fallback = {<div></div>}>{React.createElement(React.lazy(() => import("./v1/hook-comp-drop.svg").then(module => ({default: (props: any) => React.createElement(module.ReactComponent, props)}))),props)}</Suspense>);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy