blob: 5e8bad1342c3d6f37c1e0a012d30f4b155025843 [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* Fake URLs and associated SVG documents used by tests.
* The ID attribute is used to load the icons, the name attribute is only used for testing.
* @docs-private
*/
export declare const FAKE_SVGS: {
cat: string;
dog: string;
dogWithSpaces: string;
farmSet1: string;
farmSet2: string;
farmSet3: string;
farmSet4: string;
farmSet5: string;
arrows: string;
};