1 | "use strict";
|
2 | var __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 | };
|
9 | Object.defineProperty(exports, "__esModule", { value: true });
|
10 | const React = __importStar(require("react"));
|
11 | const 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" })));
|
13 | exports.default = SvgStop;
|
14 |
|
\ | No newline at end of file |