UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.72 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialClinicalNotes = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ClinicalNotes", short_name: "ClinicalNotes", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M17 16q-1.25 0-2.125-.875T14 13q0-1.25.875-2.125T17 10q1.25 0 2.125.875T20 13q0 1.25-.875 2.125T17 16Zm0-2q.425 0 .712-.288Q18 13.425 18 13t-.288-.713Q17.425 12 17 12t-.712.287Q16 12.575 16 13t.288.712Q16.575 14 17 14Zm-5 9q-.425 0-.712-.288Q11 22.425 11 22v-1.9q0-.525.25-.988.25-.462.7-.737.8-.475 1.35-.663.55-.187 1.475-.337.3-.05.6.012.3.063.5.288L17 19l1.1-1.325q.2-.25.5-.3.3-.05.6 0 .925.15 1.475.337.55.188 1.35.663.45.275.713.737.262.463.262.988V22q0 .425-.288.712Q22.425 23 22 23Zm.975-2h3.075l-1.35-1.65q-.45.125-.875.325t-.85.425Zm4.975 0H21v-.9q-.4-.25-.825-.437-.425-.188-.875-.313Zm-1.9 0Zm1.9 0ZM17 13ZM5 19V5v3.425V8 19Zm0 2q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v5q-.4-.5-.875-.95-.475-.45-1.125-.6V5H5v14h4.15q-.075.275-.112.55Q9 19.825 9 20.1v.9ZM8 9h6q.65-.5 1.425-.75T17 8q0-.425-.288-.713Q16.425 7 16 7H8q-.425 0-.713.287Q7 7.575 7 8t.287.712Q7.575 9 8 9Zm0 4h4q0-.525.113-1.025.112-.5.312-.975H8q-.425 0-.713.287Q7 11.575 7 12t.287.712Q7.575 13 8 13Zm0 4h2.45q.275-.225.588-.4.312-.175.637-.325V16q0-.4-.212-.7-.213-.3-.788-.3H8q-.425 0-.713.287Q7 15.575 7 16t.287.712Q7.575 17 8 17Z" })); }); IconMaterialClinicalNotes.displayName = 'AmauiIconMaterialClinicalNotes'; export default IconMaterialClinicalNotes;