Skip to content

Commit

Permalink
feat(icon): new icons added (#735)
Browse files Browse the repository at this point in the history
- camera_off
- sound_off
- photo_off
- microphone
- microphone_off
- right_sided_arrow
- left_sided_arrow

icons added.
  • Loading branch information
buseselvi authored Nov 2, 2023
1 parent 43b5208 commit fd32b93
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/icon/icon-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const icons = [
"burger",
"calendar",
"camera",
"camera_off",
"campaign",
"change",
"change_fill",
Expand Down Expand Up @@ -93,6 +94,7 @@ const icons = [
"info",
"instagram",
"label",
"left_sided_arrow",
"light_bulb",
"like",
"link",
Expand All @@ -117,6 +119,8 @@ const icons = [
"metric_decrease",
"metric_increase",
"metric_minus",
"microphone",
"microphone_off",
"minus",
"minus_fill",
"mobile",
Expand Down Expand Up @@ -149,6 +153,7 @@ const icons = [
"phone",
"phone_settings",
"photo",
"photo_off",
"pie_chart",
"pie_chart_report",
"pin",
Expand All @@ -167,6 +172,7 @@ const icons = [
"qr",
"report",
"review",
"right_sided_arrow",
"rocket",
"rotate",
"sad",
Expand All @@ -184,6 +190,7 @@ const icons = [
"shopping_bag_discount",
"shopping_bag_return",
"sorting",
"sound_off",
"sound_on",
"split_money",
"star",
Expand Down
4 changes: 4 additions & 0 deletions src/components/icon/icons/camera_off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/left_sided_arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/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.
12 changes: 12 additions & 0 deletions src/components/icon/icons/microphone_off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/photo_off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/icon/icons/right_sided_arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/icons/sound_off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd32b93

Please sign in to comment.