import React from "react";
import {
ReportDecorator,
CardDecorator,
} from "../../components/storybook/index.js";
import { RbcsIcon, RbcsZoneRegIcon } from "./RbcsIcons.js";
export default {
component: RbcsIcon,
title: "Components/Rbcs/RbcsIcon",
decorators: [CardDecorator, ReportDecorator],
};
export const zone = () => (
<>
>
);
export const mpa = () => (
<>
>
);