UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 865 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StopMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.StopMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5z" }), react_1.default.createElement("path", { fill: "currentColor", d: "M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10" }))); }); exports.StopMIcon.displayName = 'StopMIcon';