@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.09 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialCloudOffW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CloudOffW100Filled', short_name: 'CloudOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M260-212q-71 0-119.5-48.5T92-380q0-72 49.5-120T254-548q0-17 9-43.5t21-44.5L142-778q-4-4-4.5-9.5T142-798q5-5 10-5t10 5l674 674q4 4 4.5 9.5T836-104q-5 5-10 5t-10-5L710-212H260Zm568-34L360-714q35-20 61.5-27t58.5-7q95 0 161.5 66.5T708-520v52h32q54 0 91 37t37 91q0 24-8.5 47.5T828-246Z" }) })));
});
IconMaterialCloudOffW100Filled.displayName = 'OnesyIconMaterialCloudOffW100Filled';
exports.default = IconMaterialCloudOffW100Filled;
;