UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 899 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WpPostNavigation = void 0; const react_1 = __importDefault(require("react")); exports.WpPostNavigation = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "m12.999 6.66 2.708 3.045c.39.439.39 1.151 0 1.59l-3 3.375A.947.947 0 0 1 12 15H6c-.552 0-1-.504-1-1.125l-.001-1.876L10 12a3 3 0 0 0 2.995-2.824L13 9l-.001-2.34Zm-3-5.66c.553 0 1 .504 1 1.125v6.75C11 9.496 10.553 10 10 10H4a.947.947 0 0 1-.706-.33l-3-3.375a1.227 1.227 0 0 1 0-1.59l3-3.375A.947.947 0 0 1 4 1h6Z" })));