UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.51 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAllergiesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AllergiesW100Filled", short_name: "Allergies", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M380-510v230q0 17 11.5 28.5T420-240q17 0 28.5-11.5T460-280v-239q0-5-1.5-10t-3.5-10l-61.76-122.67Q385-677 370-682.5q-15-5.5-30 2.5t-20.5 23.5Q314-641 322-626l58 116Zm200 0 58-117q8-15 2.5-30T620-680q-15-8-30.5-2.5T566-662l-61 123q-2 5-3.5 10t-1.5 10v239q0 17 11.5 28.5T540-240q17 0 28.5-11.5T580-280v-230Zm60 70q15 8 30.5 2.5T694-458l44-88q8-15 2.5-30.5T720-600q-15-8-30.5-2.5T666-582l-44 88.85Q614-478 619.5-463q5.5 15 20.5 23Zm-320 0q15-8 20.5-23.5T338-494l-44-88q-8-15-23.5-20.5T240-600q-15 8-20.5 23.5T222-546l44 88q8 15 23.5 20.5T320-440Zm160.17 308q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132Z" })); }); IconMaterialAllergiesW100Filled.displayName = 'OnesyIconMaterialAllergiesW100Filled'; export default IconMaterialAllergiesW100Filled;