UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.45 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAdminMedsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AdminMedsW100", short_name: "AdminMeds", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11.425 15.575q-.65.625-1.512.613-.863-.013-1.488-.613-.6-.625-.613-1.488-.012-.862.613-1.487l4.15-4.175Q13.2 7.8 14.088 7.8q.887 0 1.512.625t.612 1.487q-.012.863-.612 1.488Zm-2.525-.5q.575.575 1.188.413.612-.163.837-.388l1.825-1.85-2-2-1.85 1.825q-.425.425-.425 1t.425 1Zm6.2-6.15q-.575-.575-1.187-.413-.613.163-.838.388l-1.825 1.85 2 2 1.85-1.825q.425-.425.425-1t-.425-1ZM5.8 19.7q-.625 0-1.062-.438Q4.3 18.825 4.3 18.2V5.8q0-.625.438-1.063Q5.175 4.3 5.8 4.3h4.85q-.275-.725.15-1.363.425-.637 1.2-.637.8 0 1.225.637.425.638.125 1.363h4.85q.625 0 1.063.437.437.438.437 1.063v12.4q0 .625-.437 1.062-.438.438-1.063.438Zm0-.7h12.4q.3 0 .55-.25.25-.25.25-.55V5.8q0-.3-.25-.55Q18.5 5 18.2 5H5.8q-.3 0-.55.25Q5 5.5 5 5.8v12.4q0 .3.25.55.25.25.55.25ZM12 4.5q.325 0 .538-.213.212-.212.212-.537 0-.325-.212-.538Q12.325 3 12 3q-.325 0-.537.212-.213.213-.213.538 0 .325.213.537.212.213.537.213ZM5 19V5 19Z" })); }); IconMaterialAdminMedsW100.displayName = 'AmauiIconMaterialAdminMedsW100'; export default IconMaterialAdminMedsW100;