-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import * as React from 'react'; | ||
import { SVGProps } from 'react'; | ||
const SvgReplyIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width="24px" height="24px" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
d="M8.385 11.77 5 8.386 8.385 5" | ||
stroke="currentColor" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M5 8.385h7.11a3.724 3.724 0 0 1 0 7.448H9.74" | ||
stroke="currentColor" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
); | ||
export default SvgReplyIcon; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import * as React from 'react'; | ||
import { SVGProps } from 'react'; | ||
const SvgUnpinIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width="24px" height="24px" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
d="M1.333 1.333 15.5 15.5M8.417 11.958V15.5M6.292 6.292v1.246a1.417 1.417 0 0 1-.787 1.268l-1.26.638a1.417 1.417 0 0 0-.787 1.267v1.247h8.5M10.542 6.532V4.167h.708a1.416 1.416 0 1 0 0-2.834H5.505" | ||
stroke="currentColor" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
); | ||
export default SvgUnpinIcon; |
7221b6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
dashboard-app – ./apps/100ms-custom-app
customprod.app.100ms.live
100ms-custom-app-prod.vercel.app
dashboard-app-phi.vercel.app
dashboard-app-100mslive.vercel.app
dashboard-app-git-production-100mslive.vercel.app
*.app.100ms.live
7221b6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
storybook-app – ./packages/roomkit-react
storybook-app-100mslive.vercel.app
storybook-app-five.vercel.app
storybook-app-git-production-100mslive.vercel.app
ui.100ms.live