@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.6 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 IconMaterialOralDiseaseW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'OralDiseaseW100Filled', short_name: 'OralDisease', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M302-152q-12.75 0-21.37-8.63Q272-169.25 272-182v-228q0-12.75 8.63-21.38Q289.25-440 302-440h30v-135q0-6-2-11.5t-7-10.5l-74-74q-17-17-17.5-42.5T249-756l72-72q4-4 9.5-3.5t9.5 4.29q4 3.79 4 9t-4 9.21l-72 72q-9 10-8.5 23.5T269-691l73 73q8 8 13 19.41 5 11.42 5 23.59v135.4h30q12.75 0 21.38 8.51Q420-422.58 420-410v228q0 12.75-8.62 21.37Q402.75-152 390-152h-88Zm268 0q-12.75 0-21.37-8.63Q540-169.25 540-182v-228q0-12.75 8.63-21.38Q557.25-440 570-440h30v-121q-42-5-71-37.17T500-674q0-48 33-81t81-33q48 0 81 33t33 81q0 43.66-29 75.83T628-561v121h30.18q12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v228q0 12.75-8.62 21.37Q670.75-152 658-152h-88Zm44.37-436Q650-588 675-613.37t25-61Q700-710 674.84-735q-25.17-25-60.5-25-35.34 0-60.84 25.16-25.5 25.17-25.5 60.5 0 35.34 25.37 60.84t61 25.5Z" }) })));
});
IconMaterialOralDiseaseW100Filled.displayName = 'OnesyIconMaterialOralDiseaseW100Filled';
exports.default = IconMaterialOralDiseaseW100Filled;