import type { SVGProps } from "react"; export default function BarrierIcon(props: SVGProps) { return ( ); }