@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 704 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCheckSmallFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CheckSmallFilled",
short_name: "CheckSmall",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m400-416 236-236q11-11 28-11t28 11q11 11 11 28t-11 28L428-332q-12 12-28 12t-28-12L268-436q-11-11-11-28t11-28q11-11 28-11t28 11l76 76Z"
}));
});
IconMaterialCheckSmallFilled.displayName = 'OnesyIconMaterialCheckSmallFilled';
export default IconMaterialCheckSmallFilled;