Operand

_

gram: op

> ./assets/react-components/icon.jsx

import React from "react";
import * as HeroIcons from "react-icons/hi";
export function Icon({label}) {
const icon = HeroIcons[label]
return <icon />
}