@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.72 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 IconMaterialLabResearchW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LabResearchW100Filled', short_name: 'LabResearch', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M359-333q-5.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-4h102q5.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 4H359Zm-21 201q-68.89 0-117.45-47Q172-226 172-294v-364q-26 0-44-17.5T110-719v-47q0-25.58 18.21-43.79Q146.43-828 172-828h331q25.99 0 44.49 18.21Q566-791.58 566-766v47q0 26-18.51 43.5Q528.99-658 503-658v113q0 24.75-17.62 42.37Q467.75-485 443-485h-84q-5.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-4h116v-145H200v364q0 57 40.33 95.5 40.32 38.5 97.93 38.5 20.74 0 39.74-5.5 19-5.5 36-16.5 5-3 10.5-2t8.32 6q3.18 5 1.73 10.89-1.46 5.9-6.55 9.11-20 12-42.31 19-22.31 7-47.69 7Zm305-52q48 0 82-34t34-82q0-48-34-82t-82-34q-48 0-82 34t-34 82q0 48 34 82t82 34Zm0 28q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 25.3-8.5 48.65Q770-228 754-208l103 103q4 4 4 9t-4 9q-4 4-9.67 4-5.66 0-9.33-4L735-189q-20 16-43.35 24.5T643-156Z" }) })));
});
IconMaterialLabResearchW100Filled.displayName = 'OnesyIconMaterialLabResearchW100Filled';
exports.default = IconMaterialLabResearchW100Filled;
;