-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from xSilver-Yang/main
- Loading branch information
Showing
5 changed files
with
57 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export default function AutoIcon(props: any) { | ||
return ( | ||
<svg viewBox="0 0 12.483 13.566" version="1.1" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||
<g id="A" transform="translate(0.000000, -0.000000)" fill="currentColor" fill-rule="nonzero"> | ||
<path d="M5.339,2.84217094e-14 L0,13.566 L1.672,13.566 L3.116,9.766 L9.348,9.766 L10.792,13.566 L12.483,13.566 L7.144,2.84217094e-14 L5.339,2.84217094e-14 Z M3.61,8.455 L6.213,1.672 L6.289,1.672 L8.854,8.455 L3.61,8.455 Z" id="Shape"></path> | ||
</g> | ||
</g> | ||
</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