@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.29 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 IconMaterialDatasetLinkedW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DatasetLinkedW100', short_name: 'DatasetLinked', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-212q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v246q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-246q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v496q0 12 10 22t22 10h102q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H232Zm-32-68v40-560 520Zm106-144v48q0 12.75 8.63 21.37Q323.25-346 336-346h11q11-32 28-59.5t40-48.5h-79.49q-12.51 0-21.01 8.62-8.5 8.63-8.5 21.38Zm0-240v48q0 12.75 8.63 21.37Q323.25-586 336-586h48q12.75 0 21.38-8.63Q414-603.25 414-616v-48q0-12.75-8.62-21.38Q396.75-694 384-694h-48q-12.75 0-21.37 8.62Q306-676.75 306-664Zm254 492q-44.55 0-76.27-31.73Q452-235.45 452-280t31.73-76.27Q515.45-388 560-388h56q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-56q-33 0-56.5 23.5T480-280q0 33 23.5 56.5T560-200h56q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-56Zm16-414h48q12.75 0 21.38-8.63Q654-603.25 654-616v-48q0-12.75-8.62-21.38Q636.75-694 624-694h-48q-12.75 0-21.37 8.62Q546-676.75 546-664v48q0 12.75 8.63 21.37Q563.25-586 576-586Zm-2 320q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h212q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H574Zm226 94h-56q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h56q33 0 56.5-23.5T880-280q0-33-23.5-56.5T800-360h-56q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h56q44.55 0 76.28 31.48Q908-325.04 908-279.68q0 44.68-31.72 76.18Q844.55-172 800-172Z" }) })));
});
IconMaterialDatasetLinkedW100.displayName = 'OnesyIconMaterialDatasetLinkedW100';
exports.default = IconMaterialDatasetLinkedW100;
;