@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 714 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialArrowRightW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowRightW100",
short_name: "ArrowRight",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.925 14.175q-.35.35-.812.162-.463-.187-.463-.687v-3.3q0-.5.463-.688.462-.187.812.163l1.65 1.65q.125.125.175.25.05.125.05.275 0 .15-.05.275-.05.125-.175.25Z"
}));
});
IconMaterialArrowRightW100.displayName = 'AmauiIconMaterialArrowRightW100';
export default IconMaterialArrowRightW100;