iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 936 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Pause = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 3.25A2.25 2.25 0 004.75 5.5v13A2.25 2.25 0 007 20.75h1.75A2.25 2.25 0 0011 18.5v-13a2.25 2.25 0 00-2.25-2.25H7zM6.25 5.5A.75.75 0 017 4.75h1.75a.75.75 0 01.75.75v13a.75.75 0 01-.75.75H7a.75.75 0 01-.75-.75v-13zM16.25 3.25A2.25 2.25 0 0014 5.5v13a2.25 2.25 0 002.25 2.25H18a2.25 2.25 0 002.25-2.25v-13A2.25 2.25 0 0018 3.25h-1.75zM15.5 5.5a.75.75 0 01.75-.75H18a.75.75 0 01.75.75v13a.75.75 0 01-.75.75h-1.75a.75.75 0 01-.75-.75v-13z", fill: "#323544" }));
exports.default = Pause;