import React, { FC } from "react"; import { BaseIconProps } from "./index"; interface Props extends BaseIconProps {} export const EntrustBoth: FC = () => { return ( ); };