UNPKG

@brizy/ui-icons

Version:
13 lines (12 loc) 2.05 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinistryBrandsEventFeatured = void 0; const react_1 = __importDefault(require("react")); exports.MinistryBrandsEventFeatured = ({ 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: "M5.28571429,0 C5.52232143,0 5.71428571,0.16796875 5.71428571,0.375 L5.71428571,2 L10.2857143,2 L10.2857143,0.375 C10.2857143,0.16796875 10.4776786,0 10.7142857,0 L12.1428571,0 C12.3794643,0 12.5714286,0.16796875 12.5714286,0.375 L12.5714286,2 L14.2857143,2 C15.2325149,2 16,2.67154948 16,3.5 L16,14.5 C16,15.3284505 15.2325149,16 14.2857143,16 L1.71428571,16 C0.767485119,16 0,15.3284505 0,14.5 L0,3.5 C0,2.67154948 0.767485119,2 1.71428571,2 L3.42857143,2 L3.42857143,0.375 C3.42857143,0.16796875 3.62053571,0 3.85714286,0 L5.28571429,0 Z M14,5 L2,5 L2,13.8223684 C2,13.9204359 2.09161932,14 2.20454545,14 L13.7954545,14 C13.9083807,14 14,13.9204359 14,13.8223684 L14,5 Z M8.32184261,6.69136391 L9.05419517,8.11339755 L10.6927304,8.34219839 C10.9865359,8.38303571 11.1042917,8.72998506 10.8912097,8.92868937 L9.70582423,10.034989 L9.98619529,11.5977715 C10.0366621,11.8801644 9.72591749,12.0907283 9.46575652,11.9597132 L8,11.2218445 L6.53424348,11.9597132 C6.27408251,12.0918471 5.96333792,11.8801644 6.01380471,11.5977715 L6.29417577,10.034989 L5.1087903,8.92868937 C4.8957083,8.72998506 5.01346415,8.38303571 5.30726965,8.34219839 L6.94580483,8.11339755 L7.67815739,6.69136391 C7.81051589,6.4345923 8.19065232,6.43783691 8.32184261,6.69136391 Z", fill: "currentColor", fillRule: "nonzero" })))); };