Skip to content

Commit

Permalink
Merge pull request #1008 from cozy/fix/dashIcon
Browse files Browse the repository at this point in the history
fix: Dash icon
  • Loading branch information
GoOz authored May 27, 2019
2 parents 88d7050 + ac48321 commit 31f060a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion assets/icons/ui/dash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions react/__snapshots__/examples.spec.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ exports[`Icon should render examples: Icon 1`] = `
<symbol id=\\"cube\\" viewBox=\\"0 0 16 16\\">
<path d=\\"M1,11.0086308 L1,5.50051502 C1,4.95127159 1.3905874,4.72776572 1.87240137,5.00308799 L7.12759863,8.00605786 C7.60359323,8.27805477 8,8.95047139 8,9.50051502 L8,15.0086308 C8,15.5578743 7.6094126,15.7813801 7.12759863,15.5060579 L1.87240137,12.503088 C1.39640677,12.2310911 1,11.5586745 1,11.0086308 Z M16,11.0086308 C16,11.5586745 15.6035932,12.2310911 15.1275986,12.503088 L9.87240137,15.5060579 C9.3905874,15.7813801 9,15.5578743 9,15.0086308 L9,9.50051502 C9,8.95047139 9.39640677,8.27805477 9.87240137,8.00605786 L15.1275986,5.00308799 C15.6094126,4.72776572 16,4.95127159 16,5.50051502 L16,11.0086308 Z M9.34976149,6.98164278 C8.88045118,7.27044912 8.11286116,7.26633364 7.65023851,6.98164278 L2.84976149,4.02750307 C2.38045118,3.73869673 2.38713884,3.29611355 2.87661892,3.03254735 L7.62338108,0.476598498 C8.10752434,0.215905973 8.88713884,0.213032303 9.37661892,0.476598498 L14.1233811,3.03254735 C14.6075243,3.29323988 14.6128612,3.74281221 14.1502385,4.02750307 L9.34976149,6.98164278 Z\\" id=\\"path-1\\"></path>
</symbol>
<symbol id=\\"dash\\" viewBox=\\"0 0 20 20\\">
<path d=\\"M3.497 10h13.006\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"></path>
<symbol id=\\"dash\\" viewBox=\\"0 0 16 16\\">
<path fill-rule=\\"evenodd\\" d=\\"M2 7h12a1 1 0 0 1 0 2H2a1 1 0 1 1 0-2z\\"></path>
</symbol>
<symbol id=\\"delete\\" viewBox=\\"0 0 16 16\\">
<g fill-rule=\\"evenodd\\" transform=\\"translate(-96 -32)\\">
Expand Down

0 comments on commit 31f060a

Please sign in to comment.