Skip to content

Commit b0fcba9

Browse files
authored
Merge pull request #788 from Lemoncode/feature/#227-add-icons
add copy icon
2 parents aa024d6 + 0aa46f4 commit b0fcba9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/icons/phCopy.svg

Lines changed: 1 addition & 0 deletions
Loading

src/pods/properties/components/icon-selector/modal/icons.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,4 +2578,10 @@ export const iconCollection: IconInfo[] = [
25782578
searchTerms: ['square', 'split', 'vertical'],
25792579
categories: ['IT'],
25802580
},
2581+
{
2582+
name: 'Copy',
2583+
filename: 'phCopy.svg',
2584+
searchTerms: ['copy', 'duplicate', 'clone'],
2585+
categories: ['IT'],
2586+
},
25812587
];

0 commit comments

Comments
 (0)