UNPKG

ur-ui-kit-tm

Version:
18 lines (17 loc) 1.62 kB
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; import { jsx as _jsx } from "react/jsx-runtime"; var DeleteIcon = function (_a) { var _b = _a.width, width = _b === void 0 ? "24" : _b, _c = _a.height, height = _c === void 0 ? "24" : _c, _d = _a.color, color = _d === void 0 ? "#D00000" : _d, _e = _a.style, style = _e === void 0 ? {} : _e; return (_jsx("svg", __assign({ style: style, width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.0711 2.92879C13.1678 -0.974435 6.83216 -0.974435 2.92893 2.92879C-0.974297 6.83202 -0.974297 13.1677 2.92893 17.0709C6.83216 20.9742 13.1678 20.9742 17.0711 17.0709C20.9743 13.1677 20.9743 6.83202 17.0711 2.92879ZM12.8284 5.75722L10 8.58565L7.17157 5.75722L5.75736 7.17144L8.58579 9.99986L5.75736 12.8283L7.17157 14.2425L10 11.4141L12.8284 14.2425L14.2426 12.8283L11.4142 9.99986L14.2426 7.17144L12.8284 5.75722ZM4.34315 4.34301C1.22481 7.46135 1.22481 12.5384 4.34315 15.6567C7.46149 18.7751 12.5385 18.7751 15.6569 15.6567C18.7752 12.5384 18.7752 7.46135 15.6569 4.34301C12.5385 1.22467 7.46149 1.22467 4.34315 4.34301Z", fill: color }, void 0) }), void 0)); }; export default DeleteIcon;