import React from "react"; import { IconBaseProps } from "../IconBase"; export type ShopifyIconProps = Omit; declare const ShopifyIcon: React.FC; export default ShopifyIcon; //# sourceMappingURL=ShopifyIcon.d.ts.map