mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Create IconCard
This commit is contained in:
parent
74c0ce96e5
commit
262bfba6b3
3 changed files with 269 additions and 0 deletions
4
src/components/IconCard/IconCard.css
Normal file
4
src/components/IconCard/IconCard.css
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
@import '../../marketplace.css';
|
||||||
|
|
||||||
|
.root {
|
||||||
|
}
|
||||||
264
src/components/IconCard/IconCard.js
Normal file
264
src/components/IconCard/IconCard.js
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -14,6 +14,7 @@
|
||||||
export { default as IconAdd } from './IconAdd/IconAdd';
|
export { default as IconAdd } from './IconAdd/IconAdd';
|
||||||
export { default as IconArrowHead } from './IconArrowHead/IconArrowHead';
|
export { default as IconArrowHead } from './IconArrowHead/IconArrowHead';
|
||||||
export { default as IconBannedUser } from './IconBannedUser/IconBannedUser';
|
export { default as IconBannedUser } from './IconBannedUser/IconBannedUser';
|
||||||
|
export { default as IconCard } from './IconCard/IconCard';
|
||||||
export { default as IconCheckmark } from './IconCheckmark/IconCheckmark';
|
export { default as IconCheckmark } from './IconCheckmark/IconCheckmark';
|
||||||
export { default as IconClose } from './IconClose/IconClose';
|
export { default as IconClose } from './IconClose/IconClose';
|
||||||
export { default as IconEmailAttention } from './IconEmailAttention/IconEmailAttention';
|
export { default as IconEmailAttention } from './IconEmailAttention/IconEmailAttention';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue