Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Prefix the change with one of these keywords:

## [Unreleased]

### Added

- Circle dollar icon

### Changed

- Dollar icon

## [0.27.4]

### Added
Expand Down
1 change: 1 addition & 0 deletions public/assets/font-awesome/circle-dollar.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 public/assets/font-awesome/dollar-sign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/font-awesome/icon-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const iconNames = [
{ value: 'circle-check', label: 'Circle check' },
{ value: 'circle-chevron-down', label: 'Circle chevron down' },
{ value: 'circle-chevron-up', label: 'Circle chevron up' },
{ value: 'circle-dollar', label: 'Circle dollar' },
{ value: 'circle-down', label: 'Circle down' },
{ value: 'circle-exclamation', label: 'Circle exclamation' },
{ value: 'circle-info', label: 'Circle info' },
Expand Down
Loading