Skip to content

Commit

Permalink
add new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja committed Jul 12, 2024
1 parent 3fc369a commit f84270e
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/web-forms/icomoon.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,54 @@
"setIdx": 0,
"setId": 0,
"iconIdx": 22
},
{
"icon": {
"paths": [
"M554 554v-256h-84v256h84zM554 726v-86h-84v86h84zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125z"
],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"tags": ["error"],
"grid": 24
},
"attrs": [],
"properties": {
"ligatures": "error",
"id": 46,
"order": 347,
"prevSize": 48,
"code": 59671,
"name": "error"
},
"setIdx": 0,
"setId": 0,
"iconIdx": 23
},
{
"icon": {
"paths": [
"M512 854q140 0 241-101t101-241-101-241-241-101-241 101-101 241 101 241 241 101zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125zM470 298h84v256h-84v-256zM470 640h84v86h-84v-86z"
],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"tags": ["error_outline"],
"grid": 24
},
"attrs": [],
"properties": {
"ligatures": "error_outline",
"id": 71,
"order": 373,
"prevSize": 48,
"code": 59672,
"name": "error_outline"
},
"setIdx": 0,
"setId": 0,
"iconIdx": 24
}
],
"height": 1024,
Expand Down
6 changes: 6 additions & 0 deletions packages/web-forms/src/assets/css/icomoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@
.icon-check:before {
content: '\e916';
}
.icon-error:before {
content: '\e917';
}
.icon-error_outline:before {
content: '\e918';
}
2 changes: 2 additions & 0 deletions packages/web-forms/src/assets/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/web-forms/src/assets/fonts/icomoon.ttf
Binary file not shown.
Binary file modified packages/web-forms/src/assets/fonts/icomoon.woff
Binary file not shown.

0 comments on commit f84270e

Please sign in to comment.