UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 764 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WpPosts = void 0; const react_1 = __importDefault(require("react")); exports.WpPosts = ({ 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: "M15 9c.6 0 1 .4 1 1v5c0 .6-.4 1-1 1h-5c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1Zm-8 4v2H0v-2h7Zm0-3v2H0v-2h7ZM6 0c.6 0 1 .4 1 1v5c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1Zm10 4v2H9V4h7Zm0-3v2H9V1h7Z" })));