Skip to content

Commit 96fe255

Browse files
Merge pull request #430 from purple-technology/icons
feat: add `eye-brand` icon to PhoenixIcons
2 parents de95e45 + fcddadd commit 96fe255

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-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.31.0](https://github.com/purple-technology/phoenix-components/compare/v5.30.2...v5.31.0) (2025-11-27)
6+
7+
8+
### Features
9+
10+
* add `eye-brand` icon to PhoenixIcons ([b139c6d](https://github.com/purple-technology/phoenix-components/commit/b139c6dc7faf644a2a6fa3682b79483114d0f148))
11+
512
### [5.30.2](https://github.com/purple-technology/phoenix-components/compare/v5.30.1...v5.30.2) (2025-11-11)
613

714
### [5.30.1](https://github.com/purple-technology/phoenix-components/compare/v5.30.0...v5.30.1) (2025-10-23)

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.30.2",
3+
"version": "5.31.0",
44
"description": "",
55
"main": "dist/bundle.umd.js",
66
"module": "dist/bundle.esm.js",

src/icons/eye-brand.svg

Lines changed: 12 additions & 0 deletions
Loading

src/types/PhoenixIcons.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import exclamationWarning from '../icons/exclamation-warning.svg'
5656
import exit from '../icons/exit.svg'
5757
import external from '../icons/external.svg'
5858
import eye from '../icons/eye.svg'
59+
import eyeBrand from '../icons/eye-brand.svg'
5960
import eyeHidden from '../icons/eye-hidden.svg'
6061
import filter from '../icons/filter.svg'
6162
import forwardArrow from '../icons/forward-arrow.svg'
@@ -222,6 +223,7 @@ export const PhoenixIconsColoredSrc = {
222223
'email-brand': emailBrand,
223224
'exclamation-error': exclamationError,
224225
'exclamation-warning': exclamationWarning,
226+
'eye-brand': eyeBrand,
225227
'house-brand': houseBrand,
226228
'id-card-brand': idCardBrand,
227229
'key-brand': keyBrand,

0 commit comments

Comments
 (0)