UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 801 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFitbitArrowUpwardW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FitbitArrowUpwardW100Filled", short_name: "FitbitArrowUpward", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M466 427 306 586q-4 4-10 4.5t-10-4.5q-4-4-3.5-10t4.5-10l172-172q9-9 21-9t21 9l173 173q4 4 4 9.5t-4 9.5q-4 5-10 4.5t-10-4.5L494 427v349q0 6-4 10t-10 4q-6 0-10-4t-4-10V427Z" })); }); IconMaterialFitbitArrowUpwardW100Filled.displayName = 'AmauiIconMaterialFitbitArrowUpwardW100Filled'; export default IconMaterialFitbitArrowUpwardW100Filled;