UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 728 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialArrowDropDown = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowDropDown", short_name: "ArrowDropDown", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m11.3 14.3-2.6-2.6q-.475-.475-.212-1.087Q8.75 10 9.425 10h5.15q.675 0 .937.613.263.612-.212 1.087l-2.6 2.6q-.15.15-.325.225-.175.075-.375.075t-.375-.075q-.175-.075-.325-.225Z" })); }); IconMaterialArrowDropDown.displayName = 'AmauiIconMaterialArrowDropDown'; export default IconMaterialArrowDropDown;