@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 755 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialArrowBackIosNewW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowBackIosNewW100Filled",
short_name: "ArrowBackIosNew",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m344-480 313 313q7 7 7 17t-7 17q-7 7-17 7t-17-7L318-438q-9-9-13-20t-4-22q0-11 4-22t13-20l305-305q7-7 17-7t17 7q7 7 7 17t-7 17L344-480Z"
}));
});
IconMaterialArrowBackIosNewW100Filled.displayName = 'OnesyIconMaterialArrowBackIosNewW100Filled';
export default IconMaterialArrowBackIosNewW100Filled;