Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 88c4dd4

Browse files
cainhimselfswese44
authored andcommitted
Adding FileBug Icon (#480)
1 parent 2a629df commit 88c4dd4

File tree

5 files changed

+27
-29
lines changed

5 files changed

+27
-29
lines changed

assets/icons/FileBug.svg

Lines changed: 3 additions & 0 deletions
Loading
Loading

src/components/Icon/icons/FileBug.tsx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

src/components/Icon/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export { default as FabricFolder } from './FabricFolder';
4949
export { default as FavoriteStar } from './FavoriteStar';
5050
export { default as FavoriteStarFill } from './FavoriteStarFill';
5151
export { default as FavoriteStartRemove } from './FavoriteStartRemove';
52+
export { default as FileBug } from './FileBug';
5253
export { default as Filter } from './Filter';
5354
export { default as Flag } from './Flag';
5455
export { default as Forward } from './Forward';

src/components/Illustration/illustrations/PraiseGiftSmaller72.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)