UNPKG

@brizy/ui-icons

Version:
13 lines (12 loc) 909 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinistryBrandsArticleLayout = void 0; const react_1 = __importDefault(require("react")); exports.MinistryBrandsArticleLayout = ({ className, onClick, style }) => { return (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" }, react_1.default.createElement("path", { d: "M14 0H2c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1M8 13H4v-2h4zm4-4H4V7h8zm0-4H4V3h8z", fill: "currentColor", fillRule: "nonzero" })))); };