@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 804 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialArrowLeftW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowLeftW100Filled",
short_name: "ArrowLeft",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m508-368-95.7-95.7q-3.3-3.3-5.3-7.36-2-4.07-2-8.94 0-4.88 2-8.94t5.3-7.36l95.72-95.72q1.98-1.98 4.74-3.48 2.77-1.5 5.92-1.5 6.32 0 10.82 4.12 4.5 4.13 4.5 10.88v204q0 6.75-4.64 10.87-4.63 4.13-10.81 4.13-1.55 0-10.55-5Z"
}));
});
IconMaterialArrowLeftW100Filled.displayName = 'OnesyIconMaterialArrowLeftW100Filled';
export default IconMaterialArrowLeftW100Filled;