UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.57 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAllergiesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AllergiesW100Filled", short_name: "Allergies", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M9.5 11.25V17q0 .425.288.712.287.288.712.288t.713-.288q.287-.287.287-.712v-5.975q0-.125-.037-.25-.038-.125-.088-.25L9.825 7.45q-.2-.375-.575-.512Q8.875 6.8 8.5 7t-.512.587q-.138.388.062.763Zm5 0 1.45-2.925q.2-.375.063-.75Q15.875 7.2 15.5 7q-.375-.2-.762-.062-.388.137-.588.512l-1.525 3.075q-.05.125-.087.25-.038.125-.038.25V17q0 .425.288.712.287.288.712.288t.713-.288q.287-.287.287-.712ZM16 13q.375.2.763.062.387-.137.587-.512l1.1-2.2q.2-.375.063-.763Q18.375 9.2 18 9q-.375-.2-.762-.062-.388.137-.588.512l-1.1 2.225q-.2.375-.062.75.137.375.512.575Zm-8 0q.375-.2.512-.588.138-.387-.062-.762l-1.1-2.2q-.2-.375-.587-.512Q6.375 8.8 6 9t-.512.587q-.138.388.062.763l1.1 2.2q.2.375.588.512Q7.625 13.2 8 13Zm4 7.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12q0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Z" })); }); IconMaterialAllergiesW100Filled.displayName = 'AmauiIconMaterialAllergiesW100Filled'; export default IconMaterialAllergiesW100Filled;