UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 970 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialArrowSplit = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowSplit", short_name: "ArrowSplit", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m664-240-99-98q-12-12-12-28.5t12-28.5q12-12 29-12t29 12l97 99v-64q0-17 11.5-28.5T760-400q17 0 28.5 11.5T800-360v160q0 17-11.5 28.5T760-160H600q-17 0-28.5-11.5T560-200q0-17 11.5-28.5T600-240h64ZM464-520l200-200h-64q-17 0-28.5-11.5T560-760q0-17 11.5-28.5T600-800h160q17 0 28.5 11.5T800-760v160q0 17-11.5 28.5T760-560q-17 0-28.5-11.5T720-600v-64L519-463q-11 11-25.5 17t-30.5 6H200q-17 0-28.5-11.5T160-480q0-17 11.5-28.5T200-520h264Z" })); }); IconMaterialArrowSplit.displayName = 'AmauiIconMaterialArrowSplit'; export default IconMaterialArrowSplit;