@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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 IconMaterialDomainDisabledFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DomainDisabledFilled', short_name: 'DomainDisabled', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M880-600v320q0 20-12.5 30T840-240q-15 0-27.5-10.5T800-281v-319H500q-33 0-56.5-23.5T420-680v-80h-99q-20 0-30-12.5T281-800q0-15 10-27.5t30-12.5h99q33 0 56.5 23.5T500-760v80h300q33 0 56.5 23.5T880-600ZM792-55l-66-65H160q-33 0-56.5-23.5T80-200v-568l-24-24q-11-11-11-28t11-28q11-11 28-11t28 11l736 736q11 11 11.5 27.5T848-56q-11 11-27.5 11.5T792-55ZM160-200h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 160h166l-80-80h-86v80Zm240-240h-80v-80h80v80Z" }) })));
});
IconMaterialDomainDisabledFilled.displayName = 'OnesyIconMaterialDomainDisabledFilled';
exports.default = IconMaterialDomainDisabledFilled;
;