UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 656 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSend = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Send", short_name: "Send", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M792-443 176-183q-20 8-38-3.5T120-220v-520q0-22 18-33.5t38-3.5l616 260q25 11 25 37t-25 37ZM200-280l474-200-474-200v140l240 60-240 60v140Zm0 0v-400 400Z" })); }); IconMaterialSend.displayName = 'OnesyIconMaterialSend'; export default IconMaterialSend;