UNPKG

@brizy/ui-icons

Version:
13 lines (12 loc) 2.3 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinistryBrandsSermonList = void 0; const react_1 = __importDefault(require("react")); exports.MinistryBrandsSermonList = ({ 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: "M7.01350171,0 L7.01350171,5.29803966 C7.01350171,6.50834539 7.99462894,7.48947262 9.20493466,7.48947262 L13.588156,7.48947262 L13.588156,11.0672184 C13.588156,11.2946987 13.4819985,11.5010107 13.3183391,11.6314959 C13.1906974,12.0984624 13.1906974,13.429854 13.3183391,13.8971365 C13.4819985,14.0304652 13.588156,14.2367772 13.588156,14.4642575 L13.588156,14.9495487 C13.588156,15.3530103 13.2636807,15.6774857 12.8602191,15.6774857 L2.91174772,15.6774857 C1.30422033,15.6774857 0,14.3732653 0,12.765738 L0,2.91174772 C0,1.30422033 1.30422033,0 2.91174772,0 L7.01350171,0 Z M11.5680047,11.7951554 L2.91174772,11.7951554 C2.37780093,11.7951554 1.94116515,12.2317912 1.94116515,12.765738 C1.94116515,13.3025282 2.37495742,13.7363205 2.91174772,13.7363205 L11.5680047,13.7363205 C11.5105027,13.2175391 11.5105027,12.3139368 11.5680047,11.7951554 Z M15.515933,3.84670751 C15.7832618,3.84670751 16,4.06344567 16,4.330814 L16,5.30376616 C16,5.57113449 15.7832618,5.78787265 15.515933,5.78787265 L9.23771394,5.78787265 C8.97034561,5.78787265 8.75360745,5.57113449 8.75360745,5.30376616 L8.75360745,4.330814 C8.75360745,4.06344567 8.97034561,3.84670751 9.23771394,3.84670751 Z M15.515933,0.427433886 C15.7832618,0.427433886 16,0.644172052 16,0.911540379 L16,1.88449254 C16,2.15186087 15.7832618,2.36859903 15.515933,2.36859903 L9.23771394,2.36859903 C8.97034561,2.36859903 8.75360745,2.15186087 8.75360745,1.88449254 L8.75360745,0.911540379 C8.75360745,0.644172052 8.97034561,0.427433886 9.23771394,0.427433886 Z", fill: "currentColor", fillRule: "nonzero" })))); };