UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PauseMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PauseMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.15442 3.15449C3.55062 2.75829 4.08798 2.53571 4.64828 2.53571H8.05487C8.61518 2.53571 9.15254 2.75829 9.54874 3.15449C9.94493 3.55069 10.1675 4.08804 10.1675 4.64835V19.6374C10.1675 20.1977 9.94493 20.735 9.54874 21.1312C9.15254 21.5274 8.61518 21.75 8.05487 21.75H4.64828C4.08798 21.75 3.55062 21.5274 3.15442 21.1312C2.75822 20.735 2.53564 20.1977 2.53564 19.6374V4.64835C2.53564 4.08804 2.75823 3.55069 3.15442 3.15449ZM4.64828 4.03571C4.4858 4.03571 4.32997 4.10026 4.21508 4.21515C4.10019 4.33004 4.03564 4.48587 4.03564 4.64835V19.6374C4.03564 19.7998 4.10019 19.9557 4.21508 20.0706C4.32997 20.1855 4.4858 20.25 4.64828 20.25H8.05487C8.21736 20.25 8.37318 20.1855 8.48807 20.0706C8.60297 19.9557 8.66751 19.7998 8.66751 19.6374V4.64835C8.66751 4.48587 8.60297 4.33004 8.48807 4.21515C8.37318 4.10026 8.21736 4.03571 8.05487 4.03571H4.64828ZM14.7369 3.15449C15.1331 2.75829 15.6705 2.53571 16.2308 2.53571H19.6374C20.1977 2.53571 20.735 2.75829 21.1312 3.15449C21.5274 3.55069 21.75 4.08804 21.75 4.64835V19.6374C21.75 20.1977 21.5274 20.735 21.1312 21.1312C20.735 21.5274 20.1977 21.75 19.6374 21.75H16.2308C15.6705 21.75 15.1331 21.5274 14.7369 21.1312C14.3407 20.735 14.1181 20.1977 14.1181 19.6374V4.64835C14.1181 4.08804 14.3407 3.55069 14.7369 3.15449ZM16.2308 4.03571C16.0683 4.03571 15.9125 4.10026 15.7976 4.21515C15.6827 4.33004 15.6181 4.48587 15.6181 4.64835V19.6374C15.6181 19.7998 15.6827 19.9557 15.7976 20.0706C15.9125 20.1855 16.0683 20.25 16.2308 20.25H19.6374C19.7999 20.25 19.9557 20.1855 20.0706 20.0706C20.1855 19.9557 20.25 19.7998 20.25 19.6374V4.64835C20.25 4.48587 20.1855 4.33004 20.0706 4.21515C19.9557 4.10026 19.7999 4.03571 19.6374 4.03571H16.2308Z", fill: "currentColor" }))); }); exports.PauseMIcon.displayName = 'PauseMIcon';