UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 612 B
import React from 'react'; export const CloudOfflineOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M93.72 183.25C49.49 198.05 16 233.1 16 288c0 66 54 112 120 112h184.37m147.45-22.26C485.24 363.3 496 341.61 496 312c0-59.82-53-85.76-96-88-8.89-89.54-71-144-144-144-26.16 0-48.79 6.93-67.6 18.14" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M448 448 64 64" fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };