UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 688 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCrop169Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Crop169Filled", short_name: "Crop169", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 17q-.825 0-1.413-.587Q3 15.825 3 15V9q0-.825.587-1.413Q4.175 7 5 7h14q.825 0 1.413.587Q21 8.175 21 9v6q0 .825-.587 1.413Q19.825 17 19 17Z" })); }); IconMaterialCrop169Filled.displayName = 'AmauiIconMaterialCrop169Filled'; export default IconMaterialCrop169Filled;