UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 818 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineStartArrowW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineStartArrowW100", short_name: "LineStartArrow", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M412-342 235-455q-14-8.79-14-24.89Q221-496 235-505l177-113q15-10 30.5-1.19T458-592v98h352q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H458v98q0 18.38-15.5 27.19Q427-332 412-342Zm18-22v-232L248-480l182 116Zm0-116Z" })); }); IconMaterialLineStartArrowW100.displayName = 'OnesyIconMaterialLineStartArrowW100'; export default IconMaterialLineStartArrowW100;