-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathIconCloudOff.tsx
4 lines (4 loc) · 978 Bytes
/
IconCloudOff.tsx
1
2
3
4
import { IconProps, Icon } from "primitives";
export const IconCloudOff = (props: IconProps) => (
<Icon {...props}><g clipPath="url(#clip0_68_15671)"><path d="M15.0734 11.3C15.2882 10.7928 15.374 10.2404 15.3231 9.69199C15.2722 9.14361 15.0863 8.61637 14.7818 8.15742C14.4774 7.69846 14.064 7.32209 13.5786 7.06194C13.0931 6.80179 12.5508 6.66597 12.0001 6.66663H11.1601C10.8879 5.59495 10.2895 4.63435 9.44743 3.91773C8.60541 3.20111 7.56147 2.76391 6.46008 2.66663M3.33341 3.33329C2.29213 3.90905 1.47328 4.81648 1.00713 5.91123C0.540987 7.00598 0.454311 8.22517 0.760893 9.37485C1.06748 10.5245 1.74971 11.5387 2.69906 12.256C3.64842 12.9732 4.81037 13.3525 6.00008 13.3333H12.0001C12.3866 13.3328 12.7701 13.2652 13.1334 13.1333M0.666742 0.666626L15.3334 15.3333" stroke="var(--svg-stroke-color)" strokeWidth="1.6" strokeLinecap="round" strokeLinejoin="round"/></g><defs><clipPath id="clip0_68_15671"><rect width="16" height="16" fill="white"/></clipPath></defs></Icon>
);