Skip to content

Commit

Permalink
fix(Icon): fix stopwatch icon (16px)
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jun 15, 2022
1 parent 73573db commit d57c617
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/assets/icons/stopwatch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/scripts/figma/version.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"441fb3d401607756e7399d9c32cc6ba3":"1887937002"}
{"441fb3d401607756e7399d9c32cc6ba3":"1983968839"}
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/src/icons/icons-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@
},
"stopwatch": {
"tags": ["timer", "countdown"],
"created": 1646679713568,
"created": 1655215520120,
"name": "stopwatch",
"variant": "secondary",
"category": "objects"
Expand Down
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/src/icons/stopwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const stopwatch = (props) => (
{...props}
>
<path
d="M8 3.75a6 6 0 1 1 0 12 6 6 0 0 1 0-12Zm0 0v-3m4 4.5L13.25 4M13 3.75l.5.5m-4-3.5h-3m1.5 9.5L6 8.036"
d="M8 3.8A5.6 5.6 0 1 1 8 15 5.6 5.6 0 0 1 8 3.8Zm0 0V1m3.733 4.2L12.9 4.033m-.233-.233.466.467M9.4 1H6.6M8 9.867 6.133 7.8"
stroke="#000"
strokeWidth={1.5}
strokeLinecap="round"
Expand Down

0 comments on commit d57c617

Please sign in to comment.