UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 686 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialArrowDropDown = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowDropDown", short_name: "ArrowDropDown", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M459-381 314-526q-3-3-4.5-6.5T308-540q0-8 5.5-14t14.5-6h304q9 0 14.5 6t5.5 14q0 2-6 14L501-381q-5 5-10 7t-11 2q-6 0-11-2t-10-7Z" })); }); IconMaterialArrowDropDown.displayName = 'OnesyIconMaterialArrowDropDown'; export default IconMaterialArrowDropDown;