google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 832 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const CloudOff = createIcon("CloudOff", [
[
"path",
{
d: "M19.35 9.04C18.67 5.59 15.64 3 12 3C10.52 3 9.15 3.43 7.99 4.17L9.45 5.63C10.21 5.23 11.08 5 12 5C15.04 5 17.5 7.46 17.5 10.5V11H19C20.66 11 22 12.34 22 14C22 15.13 21.36 16.11 20.44 16.62L21.89 18.07C23.16 17.16 24 15.68 24 14C24 11.36 21.95 9.22 19.35 9.04ZM3 4.27L5.75 7.01C2.56 7.15 0 9.77 0 13C0 16.31 2.69 19 6 19H17.73L19.73 21L21 19.73L4.27 3L3 4.27ZM7.73 9L15.73 17H6C3.79 17 2 15.21 2 13C2 10.79 3.79 9 6 9H7.73Z",
key: "mhcku4"
}
]
]);
export { CloudOff as default };
//# sourceMappingURL=cloud_off.js.map