import styles from "./iconListBlock.module.scss"; export const IconListBlock = ({ block }: any) => { return (
); };