UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCloudOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CloudOffW100Filled", short_name: "CloudOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m20.4 21.4-2.65-2.7H6.5q-1.775 0-2.987-1.213Q2.3 16.275 2.3 14.5q0-1.8 1.238-3 1.237-1.2 2.812-1.2 0-.425.225-1.088Q6.8 8.55 7.1 8.1L3.55 4.55q-.125-.125-.125-.25t.125-.25q.125-.125.25-.125t.25.125L20.9 20.9q.125.125.125.25t-.125.25q-.125.125-.25.125t-.25-.125Zm.3-3.55L9 6.15q.875-.5 1.538-.675Q11.2 5.3 12 5.3q2.375 0 4.038 1.663Q17.7 8.625 17.7 11v1.3h.8q1.35 0 2.275.925.925.925.925 2.275 0 .6-.212 1.188-.213.587-.788 1.162Z" })); }); IconMaterialCloudOffW100Filled.displayName = 'AmauiIconMaterialCloudOffW100Filled'; export default IconMaterialCloudOffW100Filled;