This commit is contained in:
barnabasmolnar 2023-04-18 17:11:36 +02:00
parent c88f3c84eb
commit 461661afc6
4 changed files with 50 additions and 8 deletions

View file

@ -71,6 +71,15 @@ const modifiedTablerIconProps: Opts = {
// -----------------------------------------------------------------------------
//tabler-icons: chevron-right
export const ChevronRight = createIcon(
<g strokeWidth="1.5">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<polyline points="9 6 15 12 9 18" />
</g>,
tablerIconProps,
);
// tabler-icons: present
export const PlusPromoIcon = createIcon(
<g strokeWidth="1.5">