Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UPDATE]feature/#227 Add set of icons (read carefully steps) #484

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/icons/alarm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/arrowbendupleft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/arrowbendupright.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/cursor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/cursorclick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/dotssquare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/dotsvertical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/drive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/emptybattery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/gitlab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/linux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/listdots.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/microphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/microphoneslash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/moon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/signin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/signout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/webcam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/webcamslash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/windows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 121 additions & 13 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,25 +578,13 @@ export const iconCollection: IconInfo[] = [
'phone',
'smartphone',
'tablet',
'application',
'play store',
'google play',
],
categories: ['IT'],
},
{
name: 'Apple',
filename: 'apple.svg',
searchTerms: [
'apple',
'system',
'mobile',
'phone',
'smartphone',
'tablet',
'application',
'app store',
],
searchTerms: ['apple', 'system', 'mobile', 'phone', 'smartphone', 'tablet'],
categories: ['IT'],
},
{
Expand Down Expand Up @@ -1328,4 +1316,124 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['calendar', 'days', 'date', 'hours', 'time', 'schedule'],
categories: ['IT'],
},
{
name: 'Cursor',
filename: 'cursor.svg',
searchTerms: ['cursor', 'pointer', 'select', 'mouse'],
categories: ['IT'],
},
{
name: 'Cursor click',
filename: 'cursorclick.svg',
searchTerms: ['cursor', 'click', 'pointer', 'select', 'mouse'],
categories: ['IT'],
},
{
name: 'Microphone',
filename: 'microphone.svg',
searchTerms: ['microphone', 'record', 'micro', 'mic'],
categories: ['IT'],
},
{
name: 'Microphone off',
filename: 'microphoneslash.svg',
searchTerms: ['microphone', 'mute', 'silence', 'mic'],
categories: ['IT'],
},
{
name: 'Webcam',
filename: 'webcam.svg',
searchTerms: ['webcam', 'camera', 'video', 'camcorder'],
categories: ['IT'],
},
{
name: 'Webcam off',
filename: 'webcamslash.svg',
searchTerms: ['webcam', 'camera', 'slash', 'camcorder', 'off'],
categories: ['IT'],
},
{
name: 'Empty Battery',
filename: 'emptybattery.svg',
searchTerms: ['battery', 'empty', 'discharged', 'energy'],
categories: ['IT'],
},
{
name: 'Sign in',
filename: 'signin.svg',
searchTerms: ['sign in', 'login', 'enter', 'access'],
categories: ['IT'],
},
{
name: 'Sign out',
filename: 'signout.svg',
searchTerms: ['sign out', 'logout', 'exit', 'leave'],
categories: ['IT'],
},
{
name: 'Arrow Bend left',
filename: 'arrowbendupleft.svg',
searchTerms: ['arrow', 'left', 'bend', 'move'],
categories: ['IT'],
},
{
name: 'Arrow Bend right',
filename: 'arrowbendupright.svg',
searchTerms: ['arrow', 'right', 'bend', 'move'],
categories: ['IT'],
},
{
name: 'Dots Square',
filename: 'dotssquare.svg',
searchTerms: ['dots', 'square', 'menu', 'more'],
categories: ['IT'],
},
{
name: 'Dots Vertical',
filename: 'dotsvertical.svg',
searchTerms: ['dots', 'vertical', 'menu', 'options'],
categories: ['IT'],
},
{
name: 'Google Drive',
filename: 'drive.svg',
searchTerms: ['drive', 'google', 'cloud', 'storage'],
categories: ['IT'],
},
{
name: 'Linux',
filename: 'linux.svg',
searchTerms: ['linux', 'system', 'software', 'desktop'],
categories: ['IT'],
},
{
name: 'Windows',
filename: 'windows.svg',
searchTerms: ['windows', 'system', 'software', 'desktop'],
categories: ['IT'],
},
{
name: 'Moon',
filename: 'moon.svg',
searchTerms: ['moon', 'night', 'dark', 'sky'],
categories: ['IT'],
},
{
name: 'Alarm',
filename: 'alarm.svg',
searchTerms: ['alarm', 'clock', 'alert', 'ring'],
categories: ['IT'],
},
{
name: 'Gitlab',
filename: 'gitlab.svg',
searchTerms: ['gitlab', 'code', 'repository', 'version control'],
categories: ['IT'],
},
{
name: 'List dots',
filename: 'listdots.svg',
searchTerms: ['list', 'categorize', 'unordered', 'classify'],
categories: ['IT'],
},
];