UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.55 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAllergiesFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AllergiesFilled", 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.875q0-.175-.037-.35-.038-.175-.113-.325l-1.5-3q-.2-.375-.588-.512Q8.875 6.8 8.5 7t-.512.587q-.138.388.062.763Zm5-.025 1.45-2.875q.175-.375.05-.763-.125-.387-.5-.587-.375-.2-.762-.062-.388.137-.588.512l-1.5 2.975q-.075.15-.112.325-.038.175-.038.35V17q0 .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.2q-.2.375-.062.762.137.388.512.588Zm-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 9q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z" })); }); IconMaterialAllergiesFilled.displayName = 'AmauiIconMaterialAllergiesFilled'; export default IconMaterialAllergiesFilled;