@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 898 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var StopSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", clipPath: "url(#StopSIcon__a)" },
React.createElement("path", { d: "M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5z" }),
React.createElement("path", { d: "M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "StopSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
StopSIcon.displayName = 'StopSIcon';