UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.15 kB
"use strict"; 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 IconMaterialDentistryW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DentistryW100Filled', short_name: 'Dentistry', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M670-823q45 1 76.5 32t31.5 76q0 9-1 25.5t-4 39.5l-56 403q-2 19-16.5 30T667-206q-14 0-24-8.5T625-234L503-397q-5-6-10.5-10t-13.5-4q-8 0-24 16L336-237q-9 11-20 21t-25 10q-19 0-33-11.5T242-248l-55-402q-3-23-4-39.5t-1-25.5q0-45 31.5-76.5T290-823q27 0 47.5 9.5T378-793q20 11 44 20.5t58 9.5q35 0 59.5-9.5T584-793q20-11 40-20.5t46-9.5Z" }) }))); }); IconMaterialDentistryW100Filled.displayName = 'OnesyIconMaterialDentistryW100Filled'; exports.default = IconMaterialDentistryW100Filled;