@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 793 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialChevronRightW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ChevronRightW100",
short_name: "ChevronRight",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.15 16.85q-.125-.125-.125-.25t.125-.25L13.5 12 9.15 7.65q-.125-.125-.125-.25t.125-.25q.125-.125.25-.125t.25.125l4.325 4.325q.125.125.175.25.05.125.05.275 0 .15-.05.275-.05.125-.175.25L9.65 16.85q-.125.125-.25.125t-.25-.125Z"
}));
});
IconMaterialChevronRightW100.displayName = 'AmauiIconMaterialChevronRightW100';
export default IconMaterialChevronRightW100;