@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 782 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExpandMoreW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExpandMoreW100",
short_name: "ExpandMore",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 14.2q-.125 0-.262-.05-.138-.05-.263-.175L7.15 9.65q-.125-.125-.125-.25t.125-.25q.125-.125.25-.125t.25.125L12 13.5l4.35-4.35q.125-.125.25-.125t.25.125q.125.125.125.25t-.125.25l-4.325 4.325q-.125.125-.25.175-.125.05-.275.05Z"
}));
});
IconMaterialExpandMoreW100.displayName = 'AmauiIconMaterialExpandMoreW100';
export default IconMaterialExpandMoreW100;