Skip to content

Commit

Permalink
pie chart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioh8010 committed Feb 8, 2025
1 parent d5e6d2e commit c1a1b03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions assets/images/pie-chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const COMPOSER_COMMANDS: ComposerCommand[] = [
{
command: '/insight',
action: 'insight',
icon: Expensicons.Table,
icon: Expensicons.PieChart,
descriptionKey: 'composer.commands.insight',
disabled: true,
},
Expand Down
2 changes: 2 additions & 0 deletions src/components/Icon/Expensicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ import Workspace from '@assets/images/workspace-default-avatar.svg';
import Wrench from '@assets/images/wrench.svg';
import Clear from '@assets/images/x-circle.svg';
import Zoom from '@assets/images/zoom.svg';

Check failure on line 214 in src/components/Icon/Expensicons.ts

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

Delete `.svg';⏎import·PieChart·from·'@assets/images/pie-chart`

Check failure on line 214 in src/components/Icon/Expensicons.ts

View workflow job for this annotation

GitHub Actions / ESLint check

Delete `.svg';⏎import·PieChart·from·'@assets/images/pie-chart`

Check failure on line 214 in src/components/Icon/Expensicons.ts

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

Delete `.svg';⏎import·PieChart·from·'@assets/images/pie-chart`

Check failure on line 214 in src/components/Icon/Expensicons.ts

View workflow job for this annotation

GitHub Actions / ESLint check

Delete `.svg';⏎import·PieChart·from·'@assets/images/pie-chart`
import PieChart from '@assets/images/pie-chart.svg';

export {
ActiveRoomAvatar,
Expand Down Expand Up @@ -428,4 +429,5 @@ export {
Train,
boltSlash,
MagnifyingGlassSpyMouthClosed,
PieChart,
};

0 comments on commit c1a1b03

Please sign in to comment.