UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.66 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAllergiesW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AllergiesW100", short_name: "Allergies", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.425 11.075V17q0 .15.1.25t.25.1q.15 0 .25-.1t.1-.25v-5.8q0-.125-.037-.262-.038-.138-.088-.263L9.525 7.75q-.05-.125-.2-.175-.15-.05-.275.025-.125.075-.163.2-.037.125.013.25Zm3.15 0L15.1 8.05q.05-.125.013-.25-.038-.125-.163-.2-.125-.075-.262-.025-.138.05-.213.175L13 10.675q-.05.125-.087.263-.038.137-.038.262V17q0 .15.1.25t.25.1q.15 0 .25-.1t.1-.25Zm1.85 1.05q.125.05.263.012.137-.037.187-.162L17 9.75q.05-.125.013-.25-.038-.125-.163-.2-.125-.075-.263-.025-.137.05-.212.175l-1.125 2.2q-.05.125 0 .275.05.15.175.2Zm-6.85-.05q.125-.075.163-.2.037-.125-.013-.25L7.6 9.4q-.05-.125-.187-.163-.138-.037-.263.013-.125.05-.175.2-.05.15 0 .275l1.125 2.2q.05.125.2.175.15.05.275-.025ZM12 20.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.7Zm0-.7q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z" })); }); IconMaterialAllergiesW100.displayName = 'AmauiIconMaterialAllergiesW100'; export default IconMaterialAllergiesW100;