import React from 'react'; import { svgIcon } from '../svg/svgIcon'; export const SVGExample = (props: Parameters[0]) => ( <>
{svgIcon(props)}
);