@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialCancelScheduleSend = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CancelScheduleSend', short_name: 'CancelScheduleSend', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m679-251 55 55q6 6 15 6t15-6q6-6 6-15t-6-15l-54-54 55-55q6-6 6-15t-6-15q-6-6-15-6t-15 6l-55 55-55-55q-6-6-15-6t-15 6q-6 6-6 15t6 15l55 55-56 56q-6 6-6 14t6 14q6 6 15 6t15-6l55-55Zm-559 31v-520q0-22 17.5-33.5T175-777l399 167q19 8 23 23.5t-2 29.5q-6 14-20 22t-33 0L200-680v140l124 31q11 3 16.5 11t5.5 18q0 10-5.5 18T324-451l-124 31v140l149-63q19-8 32.5-.5T401-322q6 14 2 29.5T380-269l-204 86q-20 8-38-3.5T120-220ZM680-80q-83 0-141.5-58.5T480-280q0-83 58.5-141.5T680-480q83 0 141.5 58.5T880-280q0 83-58.5 141.5T680-80ZM337-480Z" }) })));
});
IconMaterialCancelScheduleSend.displayName = 'OnesyIconMaterialCancelScheduleSend';
exports.default = IconMaterialCancelScheduleSend;
;