UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 779 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialArrowSelectorTool = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ArrowSelectorTool", short_name: "ArrowSelectorTool", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m320-410 79-110h170L320-716v306Zm286 305q-23 11-46 2.5T526-134L406-392l-93 130q-17 24-45 15t-28-38v-513q0-25 22.5-36t42.5 5l404 318q23 17 13.5 44T684-440H516l119 255q11 23 2.5 46T606-105ZM399-520Z" })); }); IconMaterialArrowSelectorTool.displayName = 'OnesyIconMaterialArrowSelectorTool'; export default IconMaterialArrowSelectorTool;