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 IconMaterialFitbitCheckSmall = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FitbitCheckSmall", short_name: "FitbitCheckSmall", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m420 632 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L448 716q-12 12-28 12t-28-12L288 612q-11-11-11-28t11-28q11-11 28-11t28 11l76 76Z" })); }); IconMaterialFitbitCheckSmall.displayName = 'AmauiIconMaterialFitbitCheckSmall'; export default IconMaterialFitbitCheckSmall;