@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 811 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialArrowDropDownW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowDropDownW100",
short_name: "ArrowDropDown",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m463.7-412.3-95.72-95.72q-1.98-1.98-3.48-4.74-1.5-2.77-1.5-5.92 0-6.32 4.13-10.82 4.12-4.5 10.87-4.5h204q6.75 0 10.88 4.64 4.12 4.63 4.12 10.81 0 1.55-5 10.55l-95.7 95.7q-3.3 3.3-7.36 5.3-4.06 2-8.94 2-4.87 0-8.94-2-4.06-2-7.36-5.3Z"
}));
});
IconMaterialArrowDropDownW100.displayName = 'OnesyIconMaterialArrowDropDownW100';
export default IconMaterialArrowDropDownW100;