Skip to content

Commit

Permalink
feat: Articles Keep Going section (storybook)
Browse files Browse the repository at this point in the history
  • Loading branch information
buddy-web3 committed Feb 13, 2024
1 parent c5abed6 commit 28df1ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/components/icons-generated/ArrowUpRight.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import * as React from 'react'
import type {SVGProps} from 'react'
const SvgArrowUpRight = (props: SVGProps<SVGSVGElement>) => (
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none" {...props}>
<g stroke="#1D9089" strokeLinecap="round" strokeLinejoin="round">
<path d="M8 2.5h5.5V8M13 3 2.5 13.5" />
</g>
</svg>
)
export default SvgArrowUpRight

0 comments on commit 28df1ac

Please sign in to comment.