@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 826 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialArrowTopRightW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowTopRightW100Filled",
short_name: "ArrowTopRight",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M710 470H286q-14 0-23 9t-9 23v354q0 6-4 10t-10 4q-6 0-10-4t-4-10V502q0-25 17.5-42.5T286 442h423L550 281q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l172 173q9 9 9 21t-9 21L570 649q-4 4-10 4.5t-10-4.5q-4-4-3.5-10t4.5-10l159-159Z"
}));
});
IconMaterialArrowTopRightW100Filled.displayName = 'AmauiIconMaterialArrowTopRightW100Filled';
export default IconMaterialArrowTopRightW100Filled;