UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PauseSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PauseSIcon = (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_315_397)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.93888 0.785094C10.2815 0.442479 10.7462 0.25 11.2307 0.25H13.923C14.4076 0.25 14.8722 0.442479 15.2149 0.785094C15.5575 1.12771 15.75 1.5924 15.75 2.07693V13.9231C15.75 14.4076 15.5575 14.8723 15.2149 15.2149C14.8722 15.5576 14.4076 15.75 13.923 15.75H11.2307C10.7462 15.75 10.2815 15.5576 9.93888 15.2149C9.59627 14.8723 9.40378 14.4076 9.40378 13.9231V2.07693C9.40378 1.59239 9.59627 1.12771 9.93888 0.785094ZM11.2307 1.75C11.144 1.75 11.0609 1.78444 10.9995 1.84575C10.9382 1.90707 10.9038 1.99022 10.9038 2.07693V13.9231C10.9038 14.0098 10.9382 14.093 10.9995 14.1543C11.0609 14.2156 11.144 14.25 11.2307 14.25H13.923C14.0097 14.25 14.0929 14.2156 14.1542 14.1543C14.2155 14.093 14.25 14.0098 14.25 13.9231V2.07693C14.25 1.99022 14.2155 1.90706 14.1542 1.84575C14.0929 1.78444 14.0097 1.75 13.923 1.75H11.2307ZM0.785094 0.785128C1.12771 0.442513 1.59239 0.250034 2.07693 0.250034H4.76924C5.25377 0.250034 5.71846 0.442514 6.06107 0.785128C6.40369 1.12774 6.59617 1.59243 6.59617 2.07696V13.9231C6.59617 14.4077 6.40369 14.8724 6.06107 15.215C5.71846 15.5576 5.25377 15.7501 4.76924 15.7501H2.07693C1.5924 15.7501 1.12771 15.5576 0.785094 15.215C0.442479 14.8724 0.25 14.4077 0.25 13.9231V2.07696C0.25 1.59243 0.442479 1.12774 0.785094 0.785128ZM2.07693 1.75003C1.99022 1.75003 1.90706 1.78448 1.84575 1.84579C1.78444 1.9071 1.75 1.99025 1.75 2.07696V13.9231C1.75 14.0098 1.78444 14.093 1.84575 14.1543C1.90706 14.2156 1.99022 14.2501 2.07693 14.2501H4.76924C4.85595 14.2501 4.9391 14.2156 5.00041 14.1543C5.06172 14.093 5.09617 14.0098 5.09617 13.9231V2.07696C5.09617 1.99025 5.06172 1.9071 5.00041 1.84579C4.9391 1.78448 4.85595 1.75003 4.76924 1.75003H2.07693Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_315_397" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.PauseSIcon.displayName = 'PauseSIcon';