UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAmendFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AmendFilled", short_name: "Amend", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8 16h8q.425 0 .712-.288Q17 15.425 17 15t-.288-.713Q16.425 14 16 14H8q-.425 0-.713.287Q7 14.575 7 15t.287.712Q7.575 16 8 16Zm1.575-5.5q.5-.475 1.125-.738.625-.262 1.3-.262 1 0 1.825.55t1.25 1.45q.125.275.413.375.287.1.562-.025.3-.125.425-.4t-.025-.55q-.65-1.3-1.837-2.1Q13.425 8 12 8q-.975 0-1.887.375Q9.2 8.75 8.5 9.45v-.7q0-.325-.212-.538Q8.075 8 7.75 8q-.325 0-.537.212Q7 8.425 7 8.75v2.5q0 .325.213.537.212.213.537.213h2.5q.325 0 .538-.213.212-.212.212-.537 0-.325-.212-.538-.213-.212-.538-.212ZM12 22q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z" })); }); IconMaterialAmendFilled.displayName = 'AmauiIconMaterialAmendFilled'; export default IconMaterialAmendFilled;