This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +27
-29
lines changed
config/styleguide-visual/reference
Illustration/illustrations Expand file tree Collapse file tree 5 files changed +27
-29
lines changed Original file line number Diff line number Diff line change
1
+ /*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. */
2
+ /* tslint:disable:max-line-length */
3
+ // This file was auto-generated -- do not edit
4
+
5
+ import * as React from 'react' ;
6
+ import BaseIcon from '../BaseIcon' ;
7
+
8
+ export default class FileBug extends BaseIcon {
9
+ public render ( ) {
10
+ return (
11
+ < svg
12
+ viewBox = "0 0 240 240"
13
+ className = { this . getClassName ( ) }
14
+ style = { this . getStyle ( ) }
15
+ aria-hidden = "true"
16
+ tabIndex = { - 1 }
17
+ focusable = "false"
18
+ >
19
+ < path fillRule = "evenodd" d = "M218 64.336V240H23V0h130.664L218 64.336zM158 60h34.336L158 25.664V60zm45 165V75h-60V15H38v210h165zM113 90h15v60h-15V90zm0 75h15v15h-15v-15z" />
20
+ </ svg >
21
+ ) ;
22
+ }
23
+ }
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export { default as FabricFolder } from './FabricFolder';
49
49
export { default as FavoriteStar } from './FavoriteStar' ;
50
50
export { default as FavoriteStarFill } from './FavoriteStarFill' ;
51
51
export { default as FavoriteStartRemove } from './FavoriteStartRemove' ;
52
+ export { default as FileBug } from './FileBug' ;
52
53
export { default as Filter } from './Filter' ;
53
54
export { default as Flag } from './Flag' ;
54
55
export { default as Forward } from './Forward' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments