UNPKG

1.29 kBJavaScriptView Raw
1"use strict";
2// If this file is moved or split, the scripts for building codepen examples will likely need to be updated.
3Object.defineProperty(exports, "__esModule", { value: true });
4exports.TestImages = void 0;
5var baseProductionCdnUrl = 'https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/';
6/** @deprecated Use the version from `@fluentui/example-data` instead. */
7exports.TestImages = {
8 choiceGroupBarUnselected: baseProductionCdnUrl + 'choicegroup-bar-unselected.png',
9 choiceGroupBarSelected: baseProductionCdnUrl + 'choicegroup-bar-selected.png',
10 choiceGroupPieUnselected: baseProductionCdnUrl + 'choicegroup-pie-unselected.png',
11 choiceGroupPieSelected: baseProductionCdnUrl + 'choicegroup-pie-selected.png',
12 documentPreview: baseProductionCdnUrl + 'document-preview.png',
13 documentPreviewTwo: baseProductionCdnUrl + 'document-preview2.png',
14 documentPreviewThree: baseProductionCdnUrl + 'document-preview3.png',
15 iconOne: baseProductionCdnUrl + 'icon-one.png',
16 iconPpt: 'https://static2.sharepointonline.com/files/fabric/assets/item-types/32/pptx.png',
17 personaFemale: baseProductionCdnUrl + 'persona-female.png',
18 personaMale: baseProductionCdnUrl + 'persona-male.png',
19};
20//# sourceMappingURL=TestImages.js.map
\No newline at end of file