Skip to content

Commit

Permalink
Merge pull request #47 from Reloadly/feature/ui-changes2
Browse files Browse the repository at this point in the history
Added missing successful icon
  • Loading branch information
salimzakari-reloadly authored Dec 15, 2023
2 parents f54f82a + f911023 commit 592df14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reloadly-ui",
"version": "1.0.0-beta",
"version": "1.0.1-beta",
"description": "Angular UI library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,4 +74,4 @@
"url": "https://github.com/Reloadly/reloadly-ui/issues"
},
"homepage": "https://ui.reloadly.com/"
}
}
5 changes: 5 additions & 0 deletions src/lib/components/svg/svg.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,10 @@
<path
d="M 40,3.90486 V 31.2162 C 40,33.3059 38.3418,35 36.2963,35 H -10 C -10,15.67 5.33839,0 24.2593,0 29.9342,0 35.2868,1.40963 40,3.90486 Z" />
</symbol>

<symbol id="check-badge" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21.6746 5.31542C22.1085 5.73599 22.1085 6.41786 21.6746 6.83842L9.45234 18.6846C9.01843 19.1051 8.31491 19.1051 7.88099 18.6846L2.32544 13.3C1.89152 12.8794 1.89152 12.1975 2.32544 11.777C2.75935 11.3564 3.46287 11.3564 3.89679 11.777L8.66667 16.4001L20.1032 5.31542C20.5371 4.89486 21.2406 4.89486 21.6746 5.31542Z" />
</symbol>
</defs>
</svg>

0 comments on commit 592df14

Please sign in to comment.