-
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 #53 from ubie-oss/feat/update-icons-1728605634
feat:🎸 update icons from figma
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,12 @@ | ||
import type { SVGProps } from 'react'; | ||
const SvgWorkflowIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}> | ||
<path | ||
fill="currentColor" | ||
fillRule="evenodd" | ||
d="M18 4a2 2 0 0 0-2 1.997v.006A2 2 0 1 0 18 4m-3.874 3c.216.838.697 1.57 1.348 2.101l-2.954 7.275a1 1 0 0 1-.927.624H9.874A4.002 4.002 0 0 0 2 18a4 4 0 0 0 7.874 1h1.72a3 3 0 0 0 2.779-1.872l2.92-7.19q.345.061.707.062a4 4 0 1 0-3.874-5H9.874A4.002 4.002 0 0 0 2 6a4 4 0 0 0 7.874 1zM8 6.001A2 2 0 1 1 8 6V6M6 16a2 2 0 0 1 2 1.99v.02A2 2 0 1 1 6 16" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
); | ||
export default SvgWorkflowIcon; |
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