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
4 changes: 4 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Prefix the change with one of these keywords:

## [Unreleased]

### Added

- Dollar and house-laptop icon

## [0.27.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions 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/house-laptop.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: 2 additions & 0 deletions public/assets/font-awesome/icon-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const iconNames = [
{ value: 'cubes-stacked', label: 'Cubes stacked' },
{ value: 'display-chart-up-circle-dollar', label: 'Display chart up circle dollar' },
{ value: 'dog', label: 'Dog' },
{ value: 'dollar-sign', label: 'Dollar Sign' },
{ value: 'download', label: 'Download' },
{ value: 'dumbbell', label: 'Dumbbell' },
{ value: 'earth-americas', label: 'Earth americas' },
Expand Down Expand Up @@ -123,6 +124,7 @@ export const iconNames = [
{ value: 'headset', label: 'Headset' },
{ value: 'heart-circle-check', label: 'Heart circle check' },
{ value: 'hexagon-check', label: 'Hexagon check' },
{ value: 'house-laptop', label: 'House laptop' },
{ value: 'house', label: 'House' },
{ value: 'image', label: 'Image' },
{ value: 'instagram-square', label: 'Instagram square' },
Expand Down
Loading