Skip to content

Commit

Permalink
Merge pull request #377 from purple-technology/f/trading-icon
Browse files Browse the repository at this point in the history
Add trading icon
  • Loading branch information
zakve authored Jan 15, 2024
2 parents c22f68c + e0100bf commit a576bd9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.16.0](https://github.com/purple-technology/phoenix-components/compare/v5.15.1...v5.16.0) (2024-01-15)


### Features

* add trading icon ([8d50f5f](https://github.com/purple-technology/phoenix-components/commit/8d50f5feab8a3ed9974bc8b3cc0910701a458d53))

### [5.15.1](https://github.com/purple-technology/phoenix-components/compare/v5.15.0...v5.15.1) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purple/phoenix-components",
"version": "5.15.1",
"version": "5.16.0",
"description": "",
"main": "dist/bundle.umd.js",
"module": "dist/bundle.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions src/icons/trading.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 src/types/PhoenixIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ import starWarning from '../icons/star-warning.svg'
import stopwatch from '../icons/stopwatch.svg'
import subtractCircle from '../icons/subtract-circle.svg'
import timesCircle from '../icons/times-circle.svg'
import trading from '../icons/trading.svg'
import transfer from '../icons/transfer.svg'
import trash from '../icons/trash.svg'
import trashError from '../icons/trash-error.svg'
Expand Down Expand Up @@ -185,6 +186,7 @@ export const PhoenixIconsOutlinedSrc = {
stopwatch,
'subtract-circle': subtractCircle,
'times-circle': timesCircle,
trading,
transfer,
trash,
upload,
Expand Down

0 comments on commit a576bd9

Please sign in to comment.