UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 678 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCrop54 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Crop54", 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 20Zm0-2h14V6H5v12Zm0 0V6v12Z" })); }); IconMaterialCrop54.displayName = 'AmauiIconMaterialCrop54'; export default IconMaterialCrop54;