Skip to content

Commit 2e67616

Browse files
Merge pull request #407 from purple-technology/lab-68
feat: adding globe and clock idle icons
2 parents 9ef5446 + 0ae298d commit 2e67616

File tree

5 files changed

+40
-1
lines changed

5 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [5.24.0](https://github.com/purple-technology/phoenix-components/compare/v5.23.0...v5.24.0) (2025-03-26)
6+
7+
8+
### Features
9+
10+
* adding globe and clock idle icons ([6126206](https://github.com/purple-technology/phoenix-components/commit/6126206e103ead0702b73e3afa0a6fd73a26df20))
11+
512
## [5.23.0](https://github.com/purple-technology/phoenix-components/compare/v5.22.0...v5.23.0) (2025-02-27)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purple/phoenix-components",
3-
"version": "5.23.0",
3+
"version": "5.24.0",
44
"description": "",
55
"main": "dist/bundle.umd.js",
66
"module": "dist/bundle.esm.js",

src/icons/clock-idle.svg

Lines changed: 18 additions & 0 deletions
Loading

src/icons/globe.svg

Lines changed: 10 additions & 0 deletions
Loading

src/types/PhoenixIcons.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import chevronLeft from '../icons/chevron-left.svg'
3232
import chevronRight from '../icons/chevron-right.svg'
3333
import chevronUp from '../icons/chevron-up.svg'
3434
import clock from '../icons/clock.svg'
35+
import clockIdle from '../icons/clock-idle.svg'
3536
import cog from '../icons/cog.svg'
3637
import contrast from '../icons/contrast.svg'
3738
import contrastBrand from '../icons/contrast-brand.svg'
@@ -57,6 +58,7 @@ import eyeHidden from '../icons/eye-hidden.svg'
5758
import filter from '../icons/filter.svg'
5859
import forwardArrow from '../icons/forward-arrow.svg'
5960
import gift from '../icons/gift.svg'
61+
import globe from '../icons/globe.svg'
6062
import history from '../icons/history.svg'
6163
import house from '../icons/house.svg'
6264
import houseBrand from '../icons/house-brand.svg'
@@ -137,6 +139,7 @@ export const PhoenixIconsOutlinedSrc = {
137139
check,
138140
'check-circle': checkCircle,
139141
clock,
142+
'clock-idle': clockIdle,
140143
cog,
141144
contrast,
142145
copy,
@@ -160,6 +163,7 @@ export const PhoenixIconsOutlinedSrc = {
160163
'eye-hidden': eyeHidden,
161164
filter,
162165
'forward-arrow': forwardArrow,
166+
globe,
163167
gift,
164168
history,
165169
house,

0 commit comments

Comments
 (0)