@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 683 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCrop75Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Crop75Filled",
short_name: "Crop75",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 19q-.825 0-1.413-.587Q3 17.825 3 17V7q0-.825.587-1.412Q4.175 5 5 5h14q.825 0 1.413.588Q21 6.175 21 7v10q0 .825-.587 1.413Q19.825 19 19 19Z"
}));
});
IconMaterialCrop75Filled.displayName = 'AmauiIconMaterialCrop75Filled';
export default IconMaterialCrop75Filled;