UNPKG

741 BJavaScriptView Raw
1"use strict";
2var __importStar = (this && this.__importStar) || function (mod) {
3 if (mod && mod.__esModule) return mod;
4 var result = {};
5 if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
6 result["default"] = mod;
7 return result;
8};
9Object.defineProperty(exports, "__esModule", { value: true });
10const React = __importStar(require("react"));
11const SvgStop = (props) => (React.createElement("svg", Object.assign({ width: 64, height: 64, viewBox: "0 0 64 64", fill: "none" }, props),
12 React.createElement("path", { d: "M15 23a8 8 0 018-8h17a8 8 0 018 8v17a8 8 0 01-8 8H23a8 8 0 01-8-8V23z", fill: "currentColor" })));
13exports.default = SvgStop;
14//# sourceMappingURL=Stop.js.map
\No newline at end of file