@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 781 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEditW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EditW100Filled",
short_name: "Edit",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M18.15 8.225 16.175 6.25l1.175-1.175q.2-.2.5-.2t.5.2l.975.975q.2.2.2.5t-.2.5ZM5.45 19.7q-.325 0-.538-.213-.212-.212-.212-.537v-.925q0-.15.05-.275.05-.125.175-.25l10.75-10.75 1.975 1.975L6.9 19.475q-.125.125-.25.175-.125.05-.275.05Z"
}));
});
IconMaterialEditW100Filled.displayName = 'AmauiIconMaterialEditW100Filled';
export default IconMaterialEditW100Filled;