@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.87 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialClinicalNotesW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ClinicalNotesW100",
short_name: "ClinicalNotes",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17 15.525q-.875 0-1.488-.613-.612-.612-.612-1.487 0-.875.612-1.487.613-.613 1.488-.613t1.488.613q.612.612.612 1.487 0 .875-.612 1.487-.613.613-1.488.613Zm0-.7q.575 0 .988-.413.412-.412.412-.987t-.412-.987q-.413-.413-.988-.413t-.987.413q-.413.412-.413.987t.413.987q.412.413.987.413ZM12.65 21.1q-.325 0-.537-.212-.213-.213-.213-.538V19.1q0-.3.138-.55.137-.25.387-.4.65-.4 1.137-.563.488-.162 1.238-.287.25-.05.475 0 .225.05.375.25L17 19.325l1.325-1.775q.15-.2.375-.25.225-.05.475 0 .775.125 1.25.287.475.163 1.15.563.25.15.375.4t.15.525v1.275q0 .325-.212.538-.213.212-.538.212Zm-.075-.7h4.35l-1.875-2.5q-.65.15-1.275.388-.625.237-1.2.562Zm4.5 0H21.4v-1.55q-.575-.325-1.2-.55-.625-.225-1.275-.375Zm-.15 0Zm.15 0ZM17 13.425ZM5 19V5 8.725v-.4V19Zm.8.7q-.625 0-1.062-.438Q4.3 18.825 4.3 18.2V5.8q0-.625.438-1.063Q5.175 4.3 5.8 4.3h12.4q.625 0 1.063.437.437.438.437 1.063v3.3q-.175-.125-.337-.213Q19.2 8.8 19 8.725V5.8q0-.35-.225-.575Q18.55 5 18.2 5H5.8q-.35 0-.575.225Q5 5.45 5 5.8v12.4q0 .35.225.575Q5.45 19 5.8 19h3.1v.7ZM8 8.65h7.2q.275-.125.563-.175.287-.05.587-.1V8.3q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 3.7h4.025q.05-.2.1-.363.05-.162.1-.337H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 3.7h2.25q.25-.2.512-.388.263-.187.538-.312H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Z"
}));
});
IconMaterialClinicalNotesW100.displayName = 'AmauiIconMaterialClinicalNotesW100';
export default IconMaterialClinicalNotesW100;