@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 651 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExpandContentW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExpandContentW100Filled",
short_name: "ExpandContent",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.3 17.7V13H7v4h4v.7ZM17.7 11H17V7h-4v-.7h4.7Z"
}));
});
IconMaterialExpandContentW100Filled.displayName = 'AmauiIconMaterialExpandContentW100Filled';
export default IconMaterialExpandContentW100Filled;