import {HTMLAttributes, ReactNode} from "react"; // https://github.com/palantir/blueprint/issues/2348#issuecomment-389322440 export const bpIconWrapper = (path: ReactNode, viewbox = 16, svgProps?: HTMLAttributes, className?: string) => { return ( {path} ); };