@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 738 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCheckSmallW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CheckSmallW100Filled",
short_name: "CheckSmall",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m10 14.525 6.35-6.375q.1-.1.25-.1t.25.1q.1.1.1.25t-.1.25l-6.325 6.3q-.225.225-.525.225-.3 0-.525-.225l-2.325-2.3q-.1-.1-.1-.25t.1-.25q.1-.1.25-.1t.25.1Z"
}));
});
IconMaterialCheckSmallW100Filled.displayName = 'AmauiIconMaterialCheckSmallW100Filled';
export default IconMaterialCheckSmallW100Filled;