Skip to content

Commit fb1d0f1

Browse files
palbizuPatricio Albizu
andauthored
Adding minus circle reverse (#715)
* feat: adding minus circle reverse icon * feat: fixing color Co-authored-by: Patricio Albizu <[email protected]>
1 parent e260a6a commit fb1d0f1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Loading

projects/assets-library/src/icons/icon-library.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const iconsRootPath = 'assets/icons';
4343
{ key: IconType.Edge, url: `${iconsRootPath}/edge.svg` },
4444
{ key: IconType.ExpandAll, url: `${iconsRootPath}/expand-all.svg` },
4545
{ key: IconType.Expanded, url: `${iconsRootPath}/minus-circle.svg` },
46+
{ key: IconType.ExpandedReverse, url: `${iconsRootPath}/minus-circle-reverse.svg` },
4647
{ key: IconType.External, url: `${iconsRootPath}/external.svg` },
4748
{ key: IconType.Eye, url: `${iconsRootPath}/eye.svg` },
4849
{ key: IconType.FileCode, url: `${iconsRootPath}/file-code.svg` },

projects/assets-library/src/icons/icon-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const enum IconType {
4343
Expand = 'launch',
4444
ExpandAll = 'svg:expand-all',
4545
Expanded = 'svg:minus-square',
46+
ExpandedReverse = 'svg:minus-circle-reverse',
4647
External = 'svg:external',
4748
Eye = 'svg:eye',
4849
Favorite = 'favorite_border',

0 commit comments

Comments
 (0)