@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 632 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExclamationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExclamationW100Filled",
short_name: "Exclamation",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.65 14.1V6.4h.7v7.7Zm0 3.5v-.7h.7v.7Z"
}));
});
IconMaterialExclamationW100Filled.displayName = 'AmauiIconMaterialExclamationW100Filled';
export default IconMaterialExclamationW100Filled;