forked from figma/sds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIconDisc.tsx
4 lines (4 loc) · 893 Bytes
/
IconDisc.tsx
1
2
3
4
import { IconProps, Icon } from "primitives";
export const IconDisc = (props: IconProps) => (
<Icon {...props}><g clipPath="url(#clip0_68_15723)"><path d="M7.99992 14.6666C11.6818 14.6666 14.6666 11.6819 14.6666 7.99998C14.6666 4.31808 11.6818 1.33331 7.99992 1.33331C4.31802 1.33331 1.33325 4.31808 1.33325 7.99998C1.33325 11.6819 4.31802 14.6666 7.99992 14.6666Z" stroke="var(--svg-stroke-color)" strokeWidth="1.6" strokeLinecap="round" strokeLinejoin="round"/><path d="M7.99992 9.99998C9.10449 9.99998 9.99992 9.10455 9.99992 7.99998C9.99992 6.89541 9.10449 5.99998 7.99992 5.99998C6.89535 5.99998 5.99992 6.89541 5.99992 7.99998C5.99992 9.10455 6.89535 9.99998 7.99992 9.99998Z" stroke="var(--svg-stroke-color)" strokeWidth="1.6" strokeLinecap="round" strokeLinejoin="round"/></g><defs><clipPath id="clip0_68_15723"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
);