@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCancelScheduleSendW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CancelScheduleSendW100",
short_name: "CancelScheduleSend",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m670-280 60 60q4 4 9.5 4.5T750-220q5-5 5-10t-5-10l-60-60 60-60q4-4 4.5-9.5T750-380q-5-5-10-5t-10 5l-60 60-60-60q-4-4-9.5-4.5T590-380q-5 5-5 10t5 10l60 60-60 60q-4 4-4.5 9.5T590-220q5 5 10 5t10-5l60-60Zm-488-1.65v-400.41Q182-699 195.5-708t28.5-2l382 165q7.04 2.87 8.52 8.44 1.48 5.56-.62 10.65-2.1 5.09-7 8T594-518L210-680v160l81 18q9 2.28 13.5 8.34 4.5 6.07 4.5 13.66t-4.5 13.66Q300-460.28 291-458l-81 18v160l222-94q6-3 10.85-.38 4.84 2.61 7 7.5 2.15 4.88.67 10.44-1.48 5.57-8.52 8.44l-218 94q-15 7-28.5-1.86-13.5-8.85-13.5-25.79ZM670-152q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43ZM390-480Z"
}));
});
IconMaterialCancelScheduleSendW100.displayName = 'OnesyIconMaterialCancelScheduleSendW100';
export default IconMaterialCancelScheduleSendW100;