-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update stroke widths, fill icon space
- Loading branch information
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
import React from "react"; | ||
export default function Configure({ size = "1em" }) { | ||
return ( | ||
<svg height={size} width={size} viewBox="0 0 100 100"> | ||
<path | ||
d="M49.977 972.361a1.5 1.5 0 0 0-1.477 1.522v7.613c-4.243.72-7.5 4.424-7.5 8.865s3.257 8.144 7.5 8.864v31.615c0 2.029 3 2.029 3 0v-31.615c4.243-.72 7.5-4.423 7.5-8.864 0-4.44-3.257-8.145-7.5-8.865v-7.613a1.5 1.5 0 0 0-1.523-1.522zm.023 12c3.331 0 6 2.669 6 6 0 3.332-2.669 6-6 6s-6-2.668-6-6c0-3.331 2.669-6 6-6zm23.977-12a1.5 1.5 0 0 0-1.477 1.522v19.613c-4.243.72-7.5 4.424-7.5 8.865s3.257 8.144 7.5 8.864v19.617c-.029 2.028 3.029 2.028 3 0v-19.617c4.243-.72 7.5-4.423 7.5-8.864 0-4.44-3.257-8.145-7.5-8.865v-19.613a1.5 1.5 0 0 0-1.523-1.522zm.023 24c3.331 0 6 2.669 6 6 0 3.332-2.669 6-6 6s-6-2.668-6-6c0-3.331 2.669-6 6-6zm-48.023-24a1.5 1.5 0 0 0-1.477 1.522v33.613c-4.243.72-7.5 4.424-7.5 8.865s3.257 8.144 7.5 8.864v5.615c-.029 2.028 3.029 2.028 3 0v-5.615c4.243-.72 7.5-4.423 7.5-8.864 0-4.44-3.257-8.145-7.5-8.865v-33.613a1.5 1.5 0 0 0-1.523-1.522zm.023 38c3.331 0 6 2.669 6 6 0 3.332-2.669 6-6 6s-6-2.668-6-6c0-3.331 2.669-6 6-6z" | ||
transform="translate(0 -952.362)" | ||
fill="currentColor" | ||
/> | ||
<svg | ||
height={size} | ||
width={size} | ||
fill="currentColor" | ||
viewBox="0 0 100 100" | ||
> | ||
<path d="m49.806 8.929h0.059c2.098-0 3.824 1.726 3.824 3.824v0.038 8.461c5.649 1.661 9.801 6.894 9.801 13.064-0 6.171-4.152 11.402-9.801 13.063v39.836c-0 5.173-7.649 5.173-7.649 0v-39.836c-5.649-1.661-9.801-6.892-9.801-13.063s4.152-11.403 9.801-13.064v-8.467c-0.017-2.086 1.677-3.824 3.766-3.856zm0.058 17.546c-4.353-0-7.841 3.488-7.841 7.841 0 4.354 3.488 7.841 7.841 7.841 4.354-0 7.841-3.487 7.841-7.841 0-4.353-3.487-7.841-7.841-7.841zm-31.451 64.619c-0.02 1e-3 -0.039 1e-3 -0.059 1e-3 -2.098-0-3.824-1.727-3.824-3.825v-0.038-8.46c-5.649-1.662-9.801-6.895-9.801-13.064-0-6.171 4.152-11.402 9.801-13.063v-39.837c0-5.173 7.649-5.173 7.649 0v39.837c5.649 1.661 9.801 6.892 9.801 13.063-0 6.17-4.152 11.403-9.801 13.064v8.466c0.017 2.086-1.677 3.824-3.766 3.856zm-0.059-17.545c4.353-0 7.841-3.488 7.841-7.841 0-4.355-3.488-7.841-7.841-7.841s-7.841 3.486-7.841 7.841c0 4.353 3.488 7.841 7.841 7.841zm62.962-64.62h0.059c2.098-0 3.824 1.726 3.824 3.824v0.038 24.143c5.649 1.661 9.801 6.894 9.801 13.064 0 6.171-4.152 11.402-9.801 13.063v24.132c0.071 5.163-7.706 5.167-7.649 0.015v-24.147c-5.649-1.661-9.801-6.892-9.801-13.063s4.152-11.403 9.801-13.064v-24.149c-0.017-2.086 1.677-3.824 3.766-3.856zm0.059 33.228c-4.354-0-7.841 3.488-7.841 7.841-0 4.354 3.487 7.841 7.841 7.841 4.353-0 7.841-3.487 7.841-7.841-0-4.353-3.488-7.841-7.841-7.841z" /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters