react-common-use-components
Version:
A React mobile commonly used component library
14 lines (13 loc) • 1.15 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var PauseIcon = function (_a) {
var style = _a.style;
return (react_1.default.createElement("svg", { version: "1.1", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", width: "64", height: "64" },
react_1.default.createElement("path", { d: "M384 810.666667c-25.6 0-42.666667-17.066667-42.666667-42.666667L341.333333 256c0-25.6 17.066667-42.666667 42.666667-42.666667s42.666667 17.066667 42.666667 42.666667l0 512C426.666667 793.6 409.6 810.666667 384 810.666667z", "p-id": "2304", fill: "#1677ff" }),
react_1.default.createElement("path", { d: "M640 810.666667c-25.6 0-42.666667-17.066667-42.666667-42.666667L597.333333 256c0-25.6 17.066667-42.666667 42.666667-42.666667s42.666667 17.066667 42.666667 42.666667l0 512C682.666667 793.6 665.6 810.666667 640 810.666667z", "p-id": "2305", fill: "#1677ff" })));
};
exports.default = PauseIcon;