@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 720 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCheckSmallW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CheckSmallW100",
short_name: "CheckSmall",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m400-379 254-255q3.91-4 9.96-4 6.04 0 10.04 3.93 4 3.93 4 10T674-614L421-362q-9 9-21 9t-21-9l-93-92q-4-3.91-4-9.96 0-6.04 3.93-10.04 3.93-4 10-4t10.07 4l94 95Z"
}));
});
IconMaterialCheckSmallW100.displayName = 'OnesyIconMaterialCheckSmallW100';
export default IconMaterialCheckSmallW100;