@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 812 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNavigationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NavigationW100Filled",
short_name: "Navigation",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m480-296-180 77q-10 4-18.5 1.5T267-226q-6-6-8.5-14.76-2.5-8.75 2.5-18.24l192-431q3.65-9 11.3-13.5 7.66-4.5 15.68-4.5t15.69 4.5Q503.35-699 507-690l192 431q5 9.49 2.5 18.24Q699-232 693-226t-14.5 8.5Q670-215 660-219l-180-77Z"
}));
});
IconMaterialNavigationW100Filled.displayName = 'OnesyIconMaterialNavigationW100Filled';
export default IconMaterialNavigationW100Filled;