@gravity-ui/icons
Version:
Pack of Gravity UI icons
8 lines (7 loc) • 945 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Pause = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("path", { fill: "currentColor", d: "M5.25 1.5C6.216 1.5 7 2.284 7 3.25v9.5a1.75 1.75 0 0 1-1.75 1.75h-2l-.179-.009A1.75 1.75 0 0 1 1.51 12.93l-.01-.18v-9.5a1.75 1.75 0 0 1 1.571-1.741L3.25 1.5zm7.5 0c.966 0 1.75.784 1.75 1.75v9.5a1.75 1.75 0 0 1-1.75 1.75h-2l-.179-.009A1.75 1.75 0 0 1 9.01 12.93L9 12.75v-9.5a1.75 1.75 0 0 1 1.571-1.741l.179-.009zM3.25 3a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-9.5A.25.25 0 0 0 5.25 3zm7.5 0a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25z" })));
exports.default = Pause;