Skip to content

Commit fa3003d

Browse files
authored
Merge pull request #787 from Lemoncode/feature/#227-add-icons
add new icons
2 parents a23b22f + a235989 commit fa3003d

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

public/icons/phTreeViewDuotone.svg

Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,4 +2560,22 @@ export const iconCollection: IconInfo[] = [
25602560
searchTerms: ['calculator', 'math', 'arithmetic', 'compute', 'calculate'],
25612561
categories: ['IT'],
25622562
},
2563+
{
2564+
name: 'Tree view doutone',
2565+
filename: 'phTreeViewDuotone.svg',
2566+
searchTerms: ['tree', 'view', 'doutone'],
2567+
categories: ['IT'],
2568+
},
2569+
{
2570+
name: 'Square Split horizontal',
2571+
filename: 'phSquareSplitHorizontal.svg',
2572+
searchTerms: ['square', 'split', 'horizontal'],
2573+
categories: ['IT'],
2574+
},
2575+
{
2576+
name: 'Square Split vertical light',
2577+
filename: 'phSquareSplitVerticalLight.svg',
2578+
searchTerms: ['square', 'split', 'vertical'],
2579+
categories: ['IT'],
2580+
},
25632581
];

0 commit comments

Comments
 (0)