UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 737 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineEndArrowNotch = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineEndArrowNotch", short_name: "LineEndArrowNotch", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M508-243q-14 8-25-2.5t-3-24.5l97-170H120q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h457l-97-170q-8-14 3-24.5t25-2.5l319 203q19 12 19 34t-19 34L508-243Z" })); }); IconMaterialLineEndArrowNotch.displayName = 'OnesyIconMaterialLineEndArrowNotch'; export default IconMaterialLineEndArrowNotch;