UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.42 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFamilyHistory = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FamilyHistory", short_name: "FamilyHistory", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 22.5q-1.575 0-2.662-1.087Q8.25 20.325 8.25 18.75q0-1.3.775-2.288.775-.987 1.975-1.337V13H7q-.825 0-1.412-.588Q5 11.825 5 11V9H3.5q-.425 0-.712-.288Q2.5 8.425 2.5 8V3q0-.425.288-.713Q3.075 2 3.5 2h5q.425 0 .713.287.287.288.287.713v5q0 .425-.287.712Q8.925 9 8.5 9H7v2h10V8.875q-1.2-.35-1.975-1.338-.775-.987-.775-2.287 0-1.575 1.088-2.663Q16.425 1.5 18 1.5t2.663 1.087Q21.75 3.675 21.75 5.25q0 1.3-.775 2.287Q20.2 8.525 19 8.875V11q0 .825-.587 1.412Q17.825 13 17 13h-4v2.125q1.2.35 1.975 1.337.775.988.775 2.288 0 1.575-1.087 2.663Q13.575 22.5 12 22.5ZM18 7q.725 0 1.238-.513.512-.512.512-1.237 0-.725-.512-1.238Q18.725 3.5 18 3.5t-1.237.512q-.513.513-.513 1.238t.513 1.237Q17.275 7 18 7ZM4.5 7h3V4h-3ZM12 20.5q.725 0 1.238-.512.512-.513.512-1.238t-.512-1.238Q12.725 17 12 17t-1.238.512q-.512.513-.512 1.238t.512 1.238q.513.512 1.238.512Zm-6-15Zm12-.25Zm-6 13.5Z" })); }); IconMaterialFamilyHistory.displayName = 'AmauiIconMaterialFamilyHistory'; export default IconMaterialFamilyHistory;