UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 770 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineEndArrowNotchW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineEndArrowNotchW100Filled", short_name: "LineEndArrowNotch", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M551-344q-10 6-18-1.5t-3-18.5l56-102H120q-6 0-10-4t-4-10q0-6 4-10t10-4h466l-56-102q-5-11 3-18.5t18-1.5l174 111q14 9 14 25t-14 25L551-344Z" })); }); IconMaterialLineEndArrowNotchW100Filled.displayName = 'OnesyIconMaterialLineEndArrowNotchW100Filled'; export default IconMaterialLineEndArrowNotchW100Filled;