UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 749 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineStartArrowNotchW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineStartArrowNotchW100", short_name: "LineStartArrowNotch", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m374-466 56 102q5 11-3 18.5t-18 1.5L235-455q-14-9-14-25t14-25l174-111q10-6 18 1.5t3 18.5l-56 102h466q6 0 10 4t4 10q0 6-4 10t-10 4H374Z" })); }); IconMaterialLineStartArrowNotchW100.displayName = 'OnesyIconMaterialLineStartArrowNotchW100'; export default IconMaterialLineStartArrowNotchW100;