Skip to content

Commit 5e02eca

Browse files
authored
Merge pull request #766 from Lemoncode/feature/#765-Add-calculator-icon-to-set-of-icons
add calculator icon
2 parents a32f1cc + eedd3d1 commit 5e02eca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/icons/phCalculatorLight.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
@@ -2554,4 +2554,10 @@ export const iconCollection: IconInfo[] = [
25542554
searchTerms: ['nine', 'number', 'count', 'ninth'],
25552555
categories: ['IT'],
25562556
},
2557+
{
2558+
name: 'Calculator',
2559+
filename: 'phCalculatorLight.svg',
2560+
searchTerms: ['calculator', 'math', 'arithmetic', 'compute', 'calculate'],
2561+
categories: ['IT'],
2562+
},
25572563
];

0 commit comments

Comments
 (0)