@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 IconMaterialCrop54Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Crop54Filled",
short_name: "Crop54",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 20q-.825 0-1.413-.587Q3 18.825 3 18V6q0-.825.587-1.412Q4.175 4 5 4h14q.825 0 1.413.588Q21 5.175 21 6v12q0 .825-.587 1.413Q19.825 20 19 20Z"
}));
});
IconMaterialCrop54Filled.displayName = 'AmauiIconMaterialCrop54Filled';
export default IconMaterialCrop54Filled;