@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 747 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLineStartArrowNotch = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LineStartArrowNotch",
short_name: "LineStartArrowNotch",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m383-440 97 170q8 14-3 24.5t-25 2.5L133-446q-19-12-19-34t19-34l319-203q14-8 25 2.5t3 24.5l-97 170h457q17 0 28.5 11.5T880-480q0 17-11.5 28.5T840-440H383Z"
}));
});
IconMaterialLineStartArrowNotch.displayName = 'OnesyIconMaterialLineStartArrowNotch';
export default IconMaterialLineStartArrowNotch;