UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 708 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCheckSmallW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CheckSmallW100", 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" })); }); IconMaterialCheckSmallW100.displayName = 'AmauiIconMaterialCheckSmallW100'; export default IconMaterialCheckSmallW100;