UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialArrowDropDownCircle = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowDropDownCircle", short_name: "ArrowDropDownCircle", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11.65 14.65q.15.15.35.15.2 0 .35-.15l2.8-2.8q.25-.25.125-.55-.125-.3-.475-.3H9.2q-.35 0-.475.3t.125.55ZM12 22q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-10Zm0 8q3.325 0 5.663-2.337Q20 15.325 20 12t-2.337-5.663Q15.325 4 12 4T6.338 6.337Q4 8.675 4 12t2.338 5.663Q8.675 20 12 20Z" })); }); IconMaterialArrowDropDownCircle.displayName = 'AmauiIconMaterialArrowDropDownCircle'; export default IconMaterialArrowDropDownCircle;