Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 4c2ab05

Browse files
authored
Merge pull request #7 from etaylib/feature/etay/icons/retry
Feature/etay/icons/retry
2 parents d773600 + 95b4064 commit 4c2ab05

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monday-ui-style",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Monday UI CSS Foundations",
55
"main": "dist/index.css",
66
"scripts": {

src/Icons/Retry.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Icons/iconsMetaData.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,14 @@ export const iconsMetaData = [
607607
category: [PLATFORM],
608608
},
609609

610+
{
611+
name: "Retry",
612+
file: "Retry.svg",
613+
description: "Retry",
614+
tags: "Retry, Reload",
615+
category: [PLATFORM],
616+
},
617+
610618
{
611619
name: "Robot",
612620
file: "Robot.svg",

0 commit comments

Comments
 (0)