@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.56 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialClinicalNotesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ClinicalNotesW100Filled",
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.613ZM8.9 19.1v.6H5.8q-.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-.6-.375-1.287-.575-.688-.2-1.413-.2-.175 0-.325.012-.15.013-.325.038V8.3q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h7.2q-1.05.4-1.813 1.175-.762.775-1.162 1.825H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h4.025q-.125.65-.1 1.312.025.663.225 1.313-.225.1-.437.187-.213.088-.413.188H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h2.25q-.65.575-1 1.388-.35.812-.35 1.662Zm3.75 2q-.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.212Z"
}));
});
IconMaterialClinicalNotesW100Filled.displayName = 'AmauiIconMaterialClinicalNotesW100Filled';
export default IconMaterialClinicalNotesW100Filled;