@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.79 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDermatologyW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DermatologyW100",
short_name: "Dermatology",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M162-172q-12.75 0-21.37-8.63Q132-189.25 132-202v-245.67q0-25.33 17.63-42.83Q167.25-508 192-508h166q5.57 0 10.78 2.5 5.22 2.5 8.72 6 3.5 3.5 6 8.72 2.5 5.21 2.5 10.78 0 39.17 27.38 66.58Q440.76-386 479.88-386q39.12 0 66.62-27.42Q574-440.83 574-480q0-5.57 2.5-10.78 2.5-5.22 6-8.72 3.5-3.5 8.72-6 5.21-2.5 10.78-2.5h166q24.75 0 42.38 17.62Q828-472.75 828-448v245.93q0 13.07-8.62 21.57-8.63 8.5-21.38 8.5H162Zm-2-28h640v-248q0-14-9-23t-23-9H602q0 51-35.68 86.5Q530.63-358 480-358q-50.63 0-86.32-35.68Q358-429.37 358-480H192q-14 0-23 9t-9 23v248Zm319.96-266q-5.96 0-9.96-4.02-4-4.03-4-9.98 0-102.55 23.5-202.27Q513-782 590-850q5-3 10.5-3t9.5 4.5q4 4.5 3.5 10.5t-5.5 9q-74 63-94 157.27-20 94.28-20 191.73 0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM229.81-344q11.19 0 18.69-7.31 7.5-7.32 7.5-18.5 0-11.19-7.31-18.69-7.32-7.5-18.5-7.5-11.19 0-18.69 7.31-7.5 7.32-7.5 18.5 0 11.19 7.31 18.69 7.32 7.5 18.5 7.5Zm40 100q11.19 0 18.69-7.31 7.5-7.32 7.5-18.5 0-11.19-7.31-18.69-7.32-7.5-18.5-7.5-11.19 0-18.69 7.31-7.5 7.32-7.5 18.5 0 11.19 7.31 18.69 7.32 7.5 18.5 7.5Zm460-100q11.19 0 18.69-7.31 7.5-7.32 7.5-18.5 0-11.19-7.31-18.69-7.32-7.5-18.5-7.5-11.19 0-18.69 7.31-7.5 7.32-7.5 18.5 0 11.19 7.31 18.69 7.32 7.5 18.5 7.5ZM160-200h640-640Z"
}));
});
IconMaterialDermatologyW100.displayName = 'OnesyIconMaterialDermatologyW100';
export default IconMaterialDermatologyW100;