@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBloodtypeFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BloodtypeFilled",
short_name: "Bloodtype",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 18h4q.425 0 .713-.288Q15 17.425 15 17t-.287-.712Q14.425 16 14 16h-4q-.425 0-.712.288Q9 16.575 9 17t.288.712Q9.575 18 10 18Zm2-3q.425 0 .713-.288Q13 14.425 13 14v-1h1q.425 0 .713-.288Q15 12.425 15 12t-.287-.713Q14.425 11 14 11h-1v-1q0-.425-.287-.713Q12.425 9 12 9t-.712.287Q11 9.575 11 10v1h-1q-.425 0-.712.287Q9 11.575 9 12t.288.712Q9.575 13 10 13h1v1q0 .425.288.712.287.288.712.288Zm0 7q-3.175 0-5.587-2.212Q4 17.575 4 13.8q0-2.375 1.8-5.15 1.8-2.775 5.45-6 .15-.125.35-.2.2-.075.4-.075t.4.075q.2.075.35.2 3.65 3.225 5.45 6Q20 11.425 20 13.8q0 3.775-2.413 5.988Q15.175 22 12 22Z"
}));
});
IconMaterialBloodtypeFilled.displayName = 'AmauiIconMaterialBloodtypeFilled';
export default IconMaterialBloodtypeFilled;