@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 801 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExpandLessW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExpandLessW100Filled",
short_name: "ExpandLess",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7.15 14.25q-.125-.125-.125-.25t.125-.25l4.325-4.325q.125-.125.25-.175.125-.05.275-.05.15 0 .275.05.125.05.25.175l4.35 4.35q.1.1.1.225t-.125.25q-.125.125-.25.125t-.25-.125L12 9.9l-4.375 4.375q-.1.1-.225.1t-.25-.125Z"
}));
});
IconMaterialExpandLessW100Filled.displayName = 'AmauiIconMaterialExpandLessW100Filled';
export default IconMaterialExpandLessW100Filled;