@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.26 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PauseOutlineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PauseOutlineMIcon = (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", fillRule: "evenodd", d: "M3.154 3.154a2.11 2.11 0 0 1 1.494-.618h3.407a2.113 2.113 0 0 1 2.113 2.112v14.99a2.113 2.113 0 0 1-2.113 2.112H4.648a2.113 2.113 0 0 1-2.112-2.113V4.648c0-.56.222-1.097.618-1.494m1.494.882a.613.613 0 0 0-.612.612v14.99a.613.613 0 0 0 .612.612h3.407a.613.613 0 0 0 .613-.613V4.648a.613.613 0 0 0-.613-.612zm10.089-.882a2.11 2.11 0 0 1 1.494-.618h3.406a2.113 2.113 0 0 1 2.113 2.112v14.99a2.113 2.113 0 0 1-2.113 2.112h-3.406a2.113 2.113 0 0 1-2.113-2.113V4.648c0-.56.223-1.097.619-1.494m1.494.882a.613.613 0 0 0-.613.612v14.99a.613.613 0 0 0 .613.612h3.406a.613.613 0 0 0 .613-.613V4.648a.613.613 0 0 0-.613-.612z", clipRule: "evenodd" }))); });
exports.PauseOutlineMIcon.displayName = 'PauseOutlineMIcon';