You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
604 B
23 lines
604 B
/**
|
|
* @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;
|
|
};
|