@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.09 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PauseOutlineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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" }))); });
PauseOutlineMIcon.displayName = 'PauseOutlineMIcon';