Skip to content

Commit

Permalink
feat: new icons and some fixes for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
flavia-moraes committed Jul 15, 2024
1 parent 7f3c203 commit 9288d1d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
3 changes: 3 additions & 0 deletions packages/icons/src/svg/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/icons/src/svg/microphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions packages/icons/src/svg/pause_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions packages/icons/src/svg/play_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 packages/icons/src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import CreditCard from './svg/credit_card.svg';
import Cycling from './svg/cycling.svg';
import Dance from './svg/dance.svg';
import Delayed from './svg/delayed.svg';
import Diagram from './svg/diagram.svg';
import Disconnect from './svg/disconnect.svg';
import DislikeFilled from './svg/dislike_filled.svg';
import Dislike from './svg/dislike.svg';
Expand Down Expand Up @@ -111,6 +112,7 @@ import Map from './svg/map.svg';
import MartialArts from './svg/martial-arts.svg';
import MenuList from './svg/menu_list.svg';
import MenuMore from './svg/menu_more.svg';
import Microphone from './svg/microphone.svg';
import Money from './svg/money.svg';
import Monitor from './svg/monitor.svg';
import NetworkOff from './svg/network_off.svg';
Expand Down Expand Up @@ -253,6 +255,7 @@ export {
Cycling,
Dance,
Delayed,
Diagram,
Disconnect,
DislikeFilled,
Dislike,
Expand Down Expand Up @@ -309,6 +312,7 @@ export {
MartialArts,
MenuList,
MenuMore,
Microphone,
Money,
Monitor,
NetworkOff,
Expand Down

0 comments on commit 9288d1d

Please sign in to comment.