@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 912 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDentistryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DentistryW100Filled",
short_name: "Dentistry",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialDentistryW100Filled;