@brizy/ui-icons
Version:
13 lines (12 loc) • 2.35 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MinistryBrandsSermonFeatured = void 0;
const react_1 = __importDefault(require("react"));
exports.MinistryBrandsSermonFeatured = ({ 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.41868667,0.175252187 L7.41868667,5.66306311 C7.41868667,6.87874883 8.40417516,7.86423732 9.61986088,7.86423732 L14.0225267,7.86423732 L14.0225267,11.309024 C14.0225267,11.5375155 13.9158973,11.7447445 13.7515104,11.8758098 C13.6233013,12.344852 13.6233013,13.6821618 13.7515104,14.1515214 C13.9158973,14.2854428 14.0225267,14.4926719 14.0225267,14.7211634 L14.0225267,15.2086118 C14.0225267,15.6138669 13.696609,15.9397846 13.2913539,15.9397846 L2.92469088,15.9397846 C1.31001779,15.9397846 0,14.6297668 0,13.0150937 L0,3.09994307 C0,1.48526998 1.31001779,0.175252187 2.92469088,0.175252187 L7.41868667,0.175252187 Z M11.9933954,12.0401967 L2.92469088,12.0401967 C2.38837061,12.0401967 1.94979392,12.4787734 1.94979392,13.0150937 C1.94979392,13.5542701 2.38551447,13.9899906 2.92469088,13.9899906 L11.9933954,13.9899906 C11.9356379,13.4689031 11.9356379,12.5612842 11.9933954,12.0401967 Z M11.9903152,0.23036716 C12.142909,-0.0787513594 12.5811857,-0.074820459 12.7324318,0.23036716 L13.1398602,1.05634293 L13.5767892,1.94221813 L13.7345119,1.96520453 L15.465905,2.21768065 C15.8046363,2.26683562 15.9404209,2.68448443 15.6947209,2.9237078 L14.3280778,4.25545941 L14.6513101,6.13675091 C14.7094875,6.47671763 14.3512514,6.73020455 14.051305,6.57248186 L13.7345119,6.40596143 L12.3613922,5.68421068 L10.6714794,6.57248186 C10.371533,6.73155229 10.0132595,6.47671763 10.0714368,6.13675091 L10.3947066,4.25545941 L9.02802611,2.9237078 C8.78236355,2.68448443 8.91814808,2.26683562 9.25687938,2.21768065 L11.1459952,1.94221813 L11.5923583,1.03721254 Z", fill: "currentColor", fillRule: "nonzero" }))));
};