UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 621 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialExpandContentW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExpandContentW100", short_name: "ExpandContent", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.3 17.7V13H7v4h4v.7ZM17.7 11H17V7h-4v-.7h4.7Z" })); }); IconMaterialExpandContentW100.displayName = 'AmauiIconMaterialExpandContentW100'; export default IconMaterialExpandContentW100;