import React from "react";

/**
 * share-ios.svg
 */
declare const ShareIosIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ShareIosIcon;
