Skip to content

Commit

Permalink
feat: add icons for analytics teams [MA-2243] (#133)
Browse files Browse the repository at this point in the history
* fix: add new icons for analytics team

* fix: update snapshot

* fix: update tests
  • Loading branch information
two24studios authored Nov 6, 2023
1 parent b48ec3c commit 70c3194
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"ArrowRightIcon",
"ArrowUpIcon",
"BackIcon",
"BarChartHorizontalIcon",
"BarChartIcon",
"BookIcon",
"BotIcon",
"BrainIcon",
"CalIcon",
"ChartAreaIcon",
"ChartDataIcon",
"ChartLinesIcon",
"CheckCircleIcon",
"CheckSmallIcon",
"CheckIcon",
Expand Down
1 change: 1 addition & 0 deletions src/tests/__snapshots__/BarChartHorizontalIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-8cd89094="" class="kui-icon bar-chart-horizontal-icon" data-testid="kui-icon-wrapper-bar-chart-horizontal-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-8cd89094="" data-testid="kui-icon-svg-bar-chart-horizontal-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-8cd89094="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-8cd89094="" d="M4 16L18 16L18 20L4 20L4 16ZM4 10L20 10L20 14L4 14L4 10ZM4 4L15 4L15 8L4 8L4 4Z" fill="currentColor"></path></svg></span>
1 change: 1 addition & 0 deletions src/tests/__snapshots__/ChartAreaIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-968222cb="" class="kui-icon chart-area-icon" data-testid="kui-icon-wrapper-chart-area-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-968222cb="" data-testid="kui-icon-svg-chart-area-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-968222cb="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-968222cb="" d="M2.0498 21L8.4998 12H13.5498L20.9998 3.30002V21H2.0498ZM3.7998 15.175L2.1998 14.025L6.4998 8.00002H11.5498L16.2498 2.52502L17.7498 3.82502L12.4498 10H7.4998L3.7998 15.175Z" fill="currentColor"></path></svg></span>
1 change: 1 addition & 0 deletions src/tests/__snapshots__/ChartLinesIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-434654f5="" class="kui-icon chart-lines-icon" data-testid="kui-icon-wrapper-chart-lines-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-434654f5="" data-testid="kui-icon-svg-chart-lines-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-434654f5="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-434654f5="" d="M12 21L5.8 15L3 17V14.55L6 12.4L12.125 18.35L16.3 15H21V17H17L12 21ZM12 12L7.625 7.625L3 11V8.525L7.825 5L12.2 9.375L21 3V5.475L12 12Z" fill="currentColor"></path></svg></span>
3 changes: 3 additions & 0 deletions svg/solid/bar-chart-horizontal.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 svg/solid/chart-area.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 svg/solid/chart-lines.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 70c3194

Please sign in to comment.