@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.34 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StopSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.StopSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_10337_91)" },
react_1.default.createElement("path", { d: "M5 6.5C5 5.67157 5.67157 5 6.5 5H9.5C10.3284 5 11 5.67157 11 6.5V9.5C11 10.3284 10.3284 11 9.5 11H6.5C5.67157 11 5 10.3284 5 9.5V6.5Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M14.5 8C14.5 4.41015 11.5899 1.5 8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8ZM16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_10337_91" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.StopSIcon.displayName = 'StopSIcon';