/**
* @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 const FAKE_SVGS = {
cat: '',
dog: '',
dogWithSpaces: '',
farmSet1: `
`,
farmSet2: `
`,
farmSet3: `
`,
farmSet4: `
`,
farmSet5: `
`,
arrows: `
`
};