@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.57 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PauseOutlineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PauseOutlineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#PauseOutlineSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.939.785A1.83 1.83 0 0 1 11.23.25h2.692a1.827 1.827 0 0 1 1.827 1.827v11.846a1.827 1.827 0 0 1-1.827 1.827h-2.692a1.827 1.827 0 0 1-1.827-1.827V2.077c0-.485.192-.95.535-1.292m1.292.965a.327.327 0 0 0-.327.327v11.846a.327.327 0 0 0 .327.327h2.692a.327.327 0 0 0 .327-.327V2.077a.327.327 0 0 0-.327-.327zM.785.785A1.83 1.83 0 0 1 2.077.25h2.692a1.827 1.827 0 0 1 1.827 1.827v11.846A1.827 1.827 0 0 1 4.77 15.75H2.077A1.827 1.827 0 0 1 .25 13.923V2.077c0-.485.192-.95.535-1.292m1.292.965a.327.327 0 0 0-.327.327v11.846a.327.327 0 0 0 .327.327h2.692a.327.327 0 0 0 .327-.327V2.077a.327.327 0 0 0-.327-.327z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "PauseOutlineSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.PauseOutlineSIcon.displayName = 'PauseOutlineSIcon';