Skip to content

Commit

Permalink
fix: limited line width to 120char
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Feb 1, 2019
1 parent 67c189c commit c94543d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/atoms/icons/Close.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import React from 'react';
export default () => (
<svg viewBox="0 0 13.233 13.203">
<path
d="M1.007 0A1.006 1.006 0 0 0 .3 1.718L5.191 6.6.319 11.462a1.006 1.006 0 0 0 .712 1.717 1 1 0 0 0 .712-.294l4.874-4.862 4.9 4.885a1.007 1.007 0 1 0 1.424-1.423L8.042 6.6l4.872-4.86A1.007 1.007 0 0 0 11.491.318L6.617 5.18 1.719.294A1 1 0 0 0 1.007 0z"
d="M1.007 0A1.006 1.006 0 0 0 .3 1.718L5.191 6.6.319 11.462a1.006 1.006 0 0 0 .712 1.717 1 1
0 0 0 .712-.294l4.874-4.862 4.9 4.885a1.007 1.007 0 1 0 1.424-1.423L8.042 6.6l4.872-4.86A1.007
1.007 0 0 0 11.491.318L6.617 5.18 1.719.294A1 1 0 0 0 1.007 0z"
/>
</svg>
);

0 comments on commit c94543d

Please sign in to comment.