Skip to content

Commit

Permalink
feat(icons): add calculator icon
Browse files Browse the repository at this point in the history
Ticket: epic/Scores-10
Reviewed-by: @MIGUELez11
Refs: #143
  • Loading branch information
MIGUELez11 authored Apr 22, 2024
1 parent 232a7dd commit b1e3ac2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/icons/solid/esm/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { default as BlockIcon } from './BlockIcon'
export { default as BookmarkedIcon } from './BookmarkedIcon'
export { default as BookmarksIcon } from './BookmarksIcon'
export { default as CakeBirthdayIcon } from './CakeBirthdayIcon'
export { default as CalculatorIcon } from './CalculatorIcon'
export { default as ChatTranslateIcon } from './ChatTranslateIcon'
export { default as CheckBoldIcon } from './CheckBoldIcon'
export { default as CheckIcon } from './CheckIcon'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/solid/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { default as BlockIcon } from './BlockIcon.js'
export { default as BookmarkedIcon } from './BookmarkedIcon.js'
export { default as BookmarksIcon } from './BookmarksIcon.js'
export { default as CakeBirthdayIcon } from './CakeBirthdayIcon.js'
export { default as CalculatorIcon } from './CalculatorIcon.js'
export { default as ChatTranslateIcon } from './ChatTranslateIcon.js'
export { default as CheckBoldIcon } from './CheckBoldIcon.js'
export { default as CheckIcon } from './CheckIcon.js'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/solid/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { default as BlockIcon } from './BlockIcon'
export { default as BookmarkedIcon } from './BookmarkedIcon'
export { default as BookmarksIcon } from './BookmarksIcon'
export { default as CakeBirthdayIcon } from './CakeBirthdayIcon'
export { default as CalculatorIcon } from './CalculatorIcon'
export { default as ChatTranslateIcon } from './ChatTranslateIcon'
export { default as CheckBoldIcon } from './CheckBoldIcon'
export { default as CheckIcon } from './CheckIcon'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/solid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports.BlockIcon = require("./BlockIcon.js")
module.exports.BookmarkedIcon = require("./BookmarkedIcon.js")
module.exports.BookmarksIcon = require("./BookmarksIcon.js")
module.exports.CakeBirthdayIcon = require("./CakeBirthdayIcon.js")
module.exports.CalculatorIcon = require("./CalculatorIcon.js")
module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js")
module.exports.CheckBoldIcon = require("./CheckBoldIcon.js")
module.exports.CheckIcon = require("./CheckIcon.js")
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/src/solid/calculator.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 b1e3ac2

Please sign in to comment.