@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 803 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialArrowTopLeftW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowTopLeftW100",
short_name: "ArrowTopLeft",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m266-586 144 144q5 5 5 10t-5 10q-5 5-10.5 4.5T390-422L233-579q-5-5-7-10t-2-11q0-6 2-11t7-10l157-157q5-5 10-5t10 5q5 5 4.5 10.5T410-758L266-614h382q25 0 42.5 17.5T708-554v328q0 6-4 10t-10 4q-6 0-10-4t-4-10v-328q0-14-9-23t-23-9H266Z"
}));
});
IconMaterialArrowTopLeftW100.displayName = 'OnesyIconMaterialArrowTopLeftW100';
export default IconMaterialArrowTopLeftW100;