@atlaskit/icon-file-type 7.0.7 → 7.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/afm-cc/tsconfig.json +6 -2
  3. package/afm-jira/tsconfig.json +7 -3
  4. package/afm-products/tsconfig.json +6 -2
  5. package/dist/cjs/index.js +2 -2
  6. package/dist/cjs/internal/icon.compiled.css +30 -0
  7. package/dist/cjs/internal/icon.js +88 -0
  8. package/dist/es2019/index.js +1 -1
  9. package/dist/es2019/internal/icon.compiled.css +30 -0
  10. package/dist/es2019/internal/icon.js +79 -0
  11. package/dist/esm/index.js +1 -1
  12. package/dist/esm/internal/icon.compiled.css +30 -0
  13. package/dist/esm/internal/icon.js +80 -0
  14. package/dist/types/index.d.ts +1 -1
  15. package/dist/types/internal/icon.d.ts +9 -0
  16. package/dist/types-ts4.5/index.d.ts +1 -1
  17. package/dist/types-ts4.5/internal/icon.d.ts +9 -0
  18. package/docs/0-intro.tsx +2 -1
  19. package/docs/content/props-definition.tsx +2 -1
  20. package/docs/content/usage.tsx +2 -1
  21. package/glyph/archive/16.d.ts +2 -3
  22. package/glyph/archive/16.js +12 -22
  23. package/glyph/archive/24.d.ts +2 -3
  24. package/glyph/archive/24.js +12 -22
  25. package/glyph/archive/48.d.ts +2 -3
  26. package/glyph/archive/48.js +13 -23
  27. package/glyph/audio/16.d.ts +2 -3
  28. package/glyph/audio/16.js +12 -22
  29. package/glyph/audio/24.d.ts +2 -3
  30. package/glyph/audio/24.js +12 -22
  31. package/glyph/audio/48.d.ts +2 -3
  32. package/glyph/audio/48.js +13 -23
  33. package/glyph/document/16.d.ts +2 -3
  34. package/glyph/document/16.js +12 -22
  35. package/glyph/document/24.d.ts +2 -3
  36. package/glyph/document/24.js +12 -22
  37. package/glyph/document/48.d.ts +2 -3
  38. package/glyph/document/48.js +13 -23
  39. package/glyph/excel-spreadsheet/16.d.ts +2 -3
  40. package/glyph/excel-spreadsheet/16.js +12 -22
  41. package/glyph/excel-spreadsheet/24.d.ts +2 -3
  42. package/glyph/excel-spreadsheet/24.js +12 -22
  43. package/glyph/excel-spreadsheet/48.d.ts +2 -3
  44. package/glyph/excel-spreadsheet/48.js +13 -23
  45. package/glyph/executable/16.d.ts +2 -3
  46. package/glyph/executable/16.js +12 -22
  47. package/glyph/executable/24.d.ts +2 -3
  48. package/glyph/executable/24.js +12 -22
  49. package/glyph/executable/48.d.ts +2 -3
  50. package/glyph/executable/48.js +13 -23
  51. package/glyph/figma/16.d.ts +2 -3
  52. package/glyph/figma/16.js +12 -22
  53. package/glyph/figma/24.d.ts +2 -3
  54. package/glyph/figma/24.js +12 -22
  55. package/glyph/figma/48.d.ts +2 -3
  56. package/glyph/figma/48.js +13 -23
  57. package/glyph/folder/16.d.ts +2 -3
  58. package/glyph/folder/16.js +12 -22
  59. package/glyph/folder/24.d.ts +2 -3
  60. package/glyph/folder/24.js +12 -22
  61. package/glyph/folder/48.d.ts +2 -3
  62. package/glyph/folder/48.js +13 -23
  63. package/glyph/generic/16.d.ts +2 -3
  64. package/glyph/generic/16.js +12 -22
  65. package/glyph/generic/24.d.ts +2 -3
  66. package/glyph/generic/24.js +12 -22
  67. package/glyph/generic/48.d.ts +2 -3
  68. package/glyph/generic/48.js +13 -23
  69. package/glyph/gif/16.d.ts +2 -3
  70. package/glyph/gif/16.js +12 -22
  71. package/glyph/gif/24.d.ts +2 -3
  72. package/glyph/gif/24.js +12 -22
  73. package/glyph/gif/48.d.ts +2 -3
  74. package/glyph/gif/48.js +13 -23
  75. package/glyph/google-doc/16.d.ts +2 -3
  76. package/glyph/google-doc/16.js +12 -22
  77. package/glyph/google-doc/24.d.ts +2 -3
  78. package/glyph/google-doc/24.js +12 -22
  79. package/glyph/google-doc/48.d.ts +2 -3
  80. package/glyph/google-doc/48.js +13 -23
  81. package/glyph/google-form/16.d.ts +2 -3
  82. package/glyph/google-form/16.js +12 -22
  83. package/glyph/google-form/24.d.ts +2 -3
  84. package/glyph/google-form/24.js +12 -22
  85. package/glyph/google-form/48.d.ts +2 -3
  86. package/glyph/google-form/48.js +13 -23
  87. package/glyph/google-sheet/16.d.ts +2 -3
  88. package/glyph/google-sheet/16.js +12 -22
  89. package/glyph/google-sheet/24.d.ts +2 -3
  90. package/glyph/google-sheet/24.js +12 -22
  91. package/glyph/google-sheet/48.d.ts +2 -3
  92. package/glyph/google-sheet/48.js +13 -23
  93. package/glyph/google-slide/16.d.ts +2 -3
  94. package/glyph/google-slide/16.js +12 -22
  95. package/glyph/google-slide/24.d.ts +2 -3
  96. package/glyph/google-slide/24.js +12 -22
  97. package/glyph/google-slide/48.d.ts +2 -3
  98. package/glyph/google-slide/48.js +13 -23
  99. package/glyph/image/16.d.ts +2 -3
  100. package/glyph/image/16.js +12 -22
  101. package/glyph/image/24.d.ts +2 -3
  102. package/glyph/image/24.js +12 -22
  103. package/glyph/image/48.d.ts +2 -3
  104. package/glyph/image/48.js +13 -23
  105. package/glyph/pdf-document/16.d.ts +2 -3
  106. package/glyph/pdf-document/16.js +12 -22
  107. package/glyph/pdf-document/24.d.ts +2 -3
  108. package/glyph/pdf-document/24.js +12 -22
  109. package/glyph/pdf-document/48.d.ts +2 -3
  110. package/glyph/pdf-document/48.js +13 -23
  111. package/glyph/powerpoint-presentation/16.d.ts +2 -3
  112. package/glyph/powerpoint-presentation/16.js +12 -22
  113. package/glyph/powerpoint-presentation/24.d.ts +2 -3
  114. package/glyph/powerpoint-presentation/24.js +12 -22
  115. package/glyph/powerpoint-presentation/48.d.ts +2 -3
  116. package/glyph/powerpoint-presentation/48.js +13 -23
  117. package/glyph/presentation/16.d.ts +2 -3
  118. package/glyph/presentation/16.js +12 -22
  119. package/glyph/presentation/24.d.ts +2 -3
  120. package/glyph/presentation/24.js +12 -22
  121. package/glyph/presentation/48.d.ts +2 -3
  122. package/glyph/presentation/48.js +13 -23
  123. package/glyph/sketch/16.d.ts +2 -3
  124. package/glyph/sketch/16.js +12 -22
  125. package/glyph/sketch/24.d.ts +2 -3
  126. package/glyph/sketch/24.js +12 -22
  127. package/glyph/sketch/48.d.ts +2 -3
  128. package/glyph/sketch/48.js +13 -23
  129. package/glyph/source-code/16.d.ts +2 -3
  130. package/glyph/source-code/16.js +12 -22
  131. package/glyph/source-code/24.d.ts +2 -3
  132. package/glyph/source-code/24.js +12 -22
  133. package/glyph/source-code/48.d.ts +2 -3
  134. package/glyph/source-code/48.js +13 -23
  135. package/glyph/spreadsheet/16.d.ts +2 -3
  136. package/glyph/spreadsheet/16.js +12 -22
  137. package/glyph/spreadsheet/24.d.ts +2 -3
  138. package/glyph/spreadsheet/24.js +12 -22
  139. package/glyph/spreadsheet/48.d.ts +2 -3
  140. package/glyph/spreadsheet/48.js +13 -23
  141. package/glyph/video/16.d.ts +2 -3
  142. package/glyph/video/16.js +12 -22
  143. package/glyph/video/24.d.ts +2 -3
  144. package/glyph/video/24.js +12 -22
  145. package/glyph/video/48.d.ts +2 -3
  146. package/glyph/video/48.js +13 -23
  147. package/glyph/word-document/16.d.ts +2 -3
  148. package/glyph/word-document/16.js +12 -22
  149. package/glyph/word-document/24.d.ts +2 -3
  150. package/glyph/word-document/24.js +12 -22
  151. package/glyph/word-document/48.d.ts +2 -3
  152. package/glyph/word-document/48.js +13 -23
  153. package/package.json +5 -3
  154. package/tsconfig.json +18 -19
  155. package/build/tsconfig.json +0 -23
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Presentation24Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#8270db" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m3 14a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m8-6a1 1 0 0 0-1 1v9a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1m-4 4a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1m8-7a1 1 0 0 0-1 1v12a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'medium',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Presentation24Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#8270db" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m3 14a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m8-6a1 1 0 0 0-1 1v9a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1m-4 4a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1m8-7a1 1 0 0 0-1 1v12a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1"/></svg>`
12
+ }, props, {
13
+ size: "medium"
14
+ }));
25
15
  Presentation24Icon.displayName = 'Presentation24Icon';
26
- var _default = (exports.default = Presentation24Icon);
16
+ var _default = exports.default = Presentation24Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,27 +1,17 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Presentation48Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#8270db" d="M17 34.333c.644 0 1.167.523 1.167 1.167V39a1.167 1.167 0 0 1-2.334 0v-3.5c0-.644.523-1.167 1.167-1.167m9.333-7c.645 0 1.167.523 1.167 1.167V39a1.167 1.167 0 0 1-2.333 0V28.5c0-.644.522-1.167 1.166-1.167M21.667 32c.644 0 1.166.522 1.166 1.167V39a1.167 1.167 0 1 1-2.333 0v-5.833c0-.645.522-1.167 1.167-1.167M31 23.833c.644 0 1.167.523 1.167 1.167v14a1.167 1.167 0 0 1-2.334 0V25c0-.644.523-1.167 1.167-1.167"/></g></svg>`,
18
- },
19
- props,
20
- {
21
- width: 48,
22
- height: 64,
23
- },
24
- ),
25
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Presentation48Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#8270db" d="M17 34.333c.644 0 1.167.523 1.167 1.167V39a1.167 1.167 0 0 1-2.334 0v-3.5c0-.644.523-1.167 1.167-1.167m9.333-7c.645 0 1.167.523 1.167 1.167V39a1.167 1.167 0 0 1-2.333 0V28.5c0-.644.522-1.167 1.166-1.167M21.667 32c.644 0 1.166.522 1.166 1.167V39a1.167 1.167 0 1 1-2.333 0v-5.833c0-.645.522-1.167 1.167-1.167M31 23.833c.644 0 1.167.523 1.167 1.167v14a1.167 1.167 0 0 1-2.334 0V25c0-.644.523-1.167 1.167-1.167"/></g></svg>`
12
+ }, props, {
13
+ width: 48,
14
+ height: 64
15
+ }));
26
16
  Presentation48Icon.displayName = 'Presentation48Icon';
27
- var _default = (exports.default = Presentation48Icon);
17
+ var _default = exports.default = Presentation48Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Sketch16Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff8b00" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6.02 13.333a.67.67 0 0 0 .502-.228L13.17 7.77a.67.67 0 0 0 .063-.79l-1.657-2.666A.67.67 0 0 0 11.01 4H5.116a.67.67 0 0 0-.554.296L2.779 6.963a.67.67 0 0 0 .054.81l4.686 5.334a.67.67 0 0 0 .5.226"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'small',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Sketch16Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff8b00" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6.02 13.333a.67.67 0 0 0 .502-.228L13.17 7.77a.67.67 0 0 0 .063-.79l-1.657-2.666A.67.67 0 0 0 11.01 4H5.116a.67.67 0 0 0-.554.296L2.779 6.963a.67.67 0 0 0 .054.81l4.686 5.334a.67.67 0 0 0 .5.226"/></svg>`
12
+ }, props, {
13
+ size: "small"
14
+ }));
25
15
  Sketch16Icon.displayName = 'Sketch16Icon';
26
- var _default = (exports.default = Sketch16Icon);
16
+ var _default = exports.default = Sketch16Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Sketch24Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff8b00" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9.03 20c.29-.001.562-.126.752-.343l6.971-8a1 1 0 0 0 .095-1.185l-2.485-4a1 1 0 0 0-.85-.472h-8.84c-.334 0-.646.167-.832.444l-2.674 4a1 1 0 0 0 .081 1.216l7.03 8c.188.216.462.34.75.34"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'medium',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Sketch24Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff8b00" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9.03 20c.29-.001.562-.126.752-.343l6.971-8a1 1 0 0 0 .095-1.185l-2.485-4a1 1 0 0 0-.85-.472h-8.84c-.334 0-.646.167-.832.444l-2.674 4a1 1 0 0 0 .081 1.216l7.03 8c.188.216.462.34.75.34"/></svg>`
12
+ }, props, {
13
+ size: "medium"
14
+ }));
25
15
  Sketch24Icon.displayName = 'Sketch24Icon';
26
- var _default = (exports.default = Sketch24Icon);
16
+ var _default = exports.default = Sketch24Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,27 +1,17 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Sketch48Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#ff8b00" d="M24.034 41.333c-.336 0-.655-.144-.876-.396l-8.2-9.334a1.17 1.17 0 0 1-.095-1.418l3.12-4.667a1.17 1.17 0 0 1 .97-.518h10.314c.403 0 .778.209.991.55l2.9 4.667c.27.436.225.997-.111 1.383l-8.133 9.333a1.17 1.17 0 0 1-.877.4z"/></g></svg>`,
18
- },
19
- props,
20
- {
21
- width: 48,
22
- height: 64,
23
- },
24
- ),
25
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Sketch48Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#ff8b00" d="M24.034 41.333c-.336 0-.655-.144-.876-.396l-8.2-9.334a1.17 1.17 0 0 1-.095-1.418l3.12-4.667a1.17 1.17 0 0 1 .97-.518h10.314c.403 0 .778.209.991.55l2.9 4.667c.27.436.225.997-.111 1.383l-8.133 9.333a1.17 1.17 0 0 1-.877.4z"/></g></svg>`
12
+ }, props, {
13
+ width: 48,
14
+ height: 64
15
+ }));
26
16
  Sketch48Icon.displayName = 'Sketch48Icon';
27
- var _default = (exports.default = Sketch48Icon);
17
+ var _default = exports.default = Sketch48Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const SourceCode16Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#00b8d9" fill-rule="evenodd" d="M0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006zm6.639 8.417L4.253 8.1l2.589-2.51a.924.924 0 1 0-1.288-1.328L2.281 7.435a.925.925 0 0 0 0 1.328l3.07 2.976a.925.925 0 1 0 1.288-1.328m7.203-3.173L10.77 4.26a.924.924 0 1 0-1.286 1.33l2.385 2.313-2.588 2.51a.924.924 0 1 0 1.287 1.327l3.274-3.173a.925.925 0 0 0 0-1.328"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'small',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const SourceCode16Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#00b8d9" fill-rule="evenodd" d="M0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006zm6.639 8.417L4.253 8.1l2.589-2.51a.924.924 0 1 0-1.288-1.328L2.281 7.435a.925.925 0 0 0 0 1.328l3.07 2.976a.925.925 0 1 0 1.288-1.328m7.203-3.173L10.77 4.26a.924.924 0 1 0-1.286 1.33l2.385 2.313-2.588 2.51a.924.924 0 1 0 1.287 1.327l3.274-3.173a.925.925 0 0 0 0-1.328"/></svg>`
12
+ }, props, {
13
+ size: "small"
14
+ }));
25
15
  SourceCode16Icon.displayName = 'SourceCode16Icon';
26
- var _default = (exports.default = SourceCode16Icon);
16
+ var _default = exports.default = SourceCode16Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const SourceCode24Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#00b8d9" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m5.017 12.265-2.58-2.501L8.236 7.05a.999.999 0 1 0-1.392-1.436l-3.54 3.432a1 1 0 0 0 0 1.436l3.32 3.219a1 1 0 1 0 1.393-1.436m6.638-8.21a1 1 0 0 0-1.271.62l-4.83 14.046a1 1 0 0 0 1.892.65l4.829-14.045a1 1 0 0 0-.62-1.271m6.081 9.776-3.32-3.219a.999.999 0 1 0-1.393 1.436l2.58 2.501-2.799 2.714a.999.999 0 1 0 1.392 1.436l3.54-3.432a1 1 0 0 0 0-1.436"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'medium',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const SourceCode24Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#00b8d9" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m5.017 12.265-2.58-2.501L8.236 7.05a.999.999 0 1 0-1.392-1.436l-3.54 3.432a1 1 0 0 0 0 1.436l3.32 3.219a1 1 0 1 0 1.393-1.436m6.638-8.21a1 1 0 0 0-1.271.62l-4.83 14.046a1 1 0 0 0 1.892.65l4.829-14.045a1 1 0 0 0-.62-1.271m6.081 9.776-3.32-3.219a.999.999 0 1 0-1.393 1.436l2.58 2.501-2.799 2.714a.999.999 0 1 0 1.392 1.436l3.54-3.432a1 1 0 0 0 0-1.436"/></svg>`
12
+ }, props, {
13
+ size: "medium"
14
+ }));
25
15
  SourceCode24Icon.displayName = 'SourceCode24Icon';
26
- var _default = (exports.default = SourceCode24Icon);
16
+ var _default = exports.default = SourceCode24Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,27 +1,17 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const SourceCode48Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#00b8d9" d="M26.514 22.73c.609.21.933.874.723 1.483L21.603 40.6a1.166 1.166 0 1 1-2.206-.76l5.634-16.385c.21-.61.874-.934 1.483-.724m-7.161 9.579a1.168 1.168 0 0 1-1.624 1.675l-3.875-3.755a1.167 1.167 0 0 1 0-1.675l4.13-4.004a1.165 1.165 0 1 1 1.624 1.675l-3.265 3.166zm14.256 1.83a1.167 1.167 0 0 1 0 1.675l-4.13 4.004a1.167 1.167 0 1 1-1.624-1.676l3.265-3.166-3.01-2.918a1.168 1.168 0 0 1 1.624-1.675z"/></g></svg>`,
18
- },
19
- props,
20
- {
21
- width: 48,
22
- height: 64,
23
- },
24
- ),
25
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const SourceCode48Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#00b8d9" d="M26.514 22.73c.609.21.933.874.723 1.483L21.603 40.6a1.166 1.166 0 1 1-2.206-.76l5.634-16.385c.21-.61.874-.934 1.483-.724m-7.161 9.579a1.168 1.168 0 0 1-1.624 1.675l-3.875-3.755a1.167 1.167 0 0 1 0-1.675l4.13-4.004a1.165 1.165 0 1 1 1.624 1.675l-3.265 3.166zm14.256 1.83a1.167 1.167 0 0 1 0 1.675l-4.13 4.004a1.167 1.167 0 1 1-1.624-1.676l3.265-3.166-3.01-2.918a1.168 1.168 0 0 1 1.624-1.675z"/></g></svg>`
12
+ }, props, {
13
+ width: 48,
14
+ height: 64
15
+ }));
26
16
  SourceCode48Icon.displayName = 'SourceCode48Icon';
27
- var _default = (exports.default = SourceCode48Icon);
17
+ var _default = exports.default = SourceCode48Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Spreadsheet16Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m2 3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm0 4a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5-8a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2z"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'small',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Spreadsheet16Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m2 3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zm0 4a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5-8a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2z"/></svg>`
12
+ }, props, {
13
+ size: "small"
14
+ }));
25
15
  Spreadsheet16Icon.displayName = 'Spreadsheet16Icon';
26
- var _default = (exports.default = Spreadsheet16Icon);
16
+ var _default = exports.default = Spreadsheet16Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,26 +1,16 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Spreadsheet24Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m2 5a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2zm7-12a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2z"/></svg>`,
18
- },
19
- props,
20
- {
21
- size: 'medium',
22
- },
23
- ),
24
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Spreadsheet24Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m2 5a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2zm7-12a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2z"/></svg>`
12
+ }, props, {
13
+ size: "medium"
14
+ }));
25
15
  Spreadsheet24Icon.displayName = 'Spreadsheet24Icon';
26
- var _default = (exports.default = Spreadsheet24Icon);
16
+ var _default = exports.default = Spreadsheet24Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,27 +1,17 @@
1
- 'use strict';
1
+ "use strict";
2
2
 
3
- Object.defineProperty(exports, '__esModule', {
4
- value: true,
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require('react'));
8
- var _base = require('@atlaskit/icon/base');
9
- function _interopRequireDefault(e) {
10
- return e && e.__esModule ? e : { default: e };
11
- }
12
- const Spreadsheet48Icon = (props) =>
13
- /*#__PURE__*/ _react.default.createElement(
14
- _base.Icon,
15
- Object.assign(
16
- {
17
- dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#36b37e" d="M15.833 23.833h3.5a1.167 1.167 0 0 1 0 2.334h-3.5a1.167 1.167 0 0 1 0-2.334m0 4.667h3.5a1.167 1.167 0 0 1 0 2.333h-3.5a1.167 1.167 0 1 1 0-2.333m0 4.667h3.5a1.167 1.167 0 1 1 0 2.333h-3.5a1.167 1.167 0 0 1 0-2.333m0 4.666h3.5a1.167 1.167 0 0 1 0 2.334h-3.5a1.167 1.167 0 0 1 0-2.334m8.167-14h8.167a1.167 1.167 0 0 1 0 2.334H24a1.167 1.167 0 0 1 0-2.334m0 4.667h8.167a1.167 1.167 0 0 1 0 2.333H24a1.167 1.167 0 1 1 0-2.333m0 4.667h8.167a1.167 1.167 0 1 1 0 2.333H24a1.167 1.167 0 0 1 0-2.333m0 4.666h8.167a1.167 1.167 0 0 1 0 2.334H24a1.167 1.167 0 0 1 0-2.334"/></g></svg>`,
18
- },
19
- props,
20
- {
21
- width: 48,
22
- height: 64,
23
- },
24
- ),
25
- );
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _icon = require("../../src/internal/icon.tsx");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const Spreadsheet48Icon = props => /*#__PURE__*/_react.default.createElement(_icon.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="48" height="64" viewBox="0 0 48 64" role="presentation"><g fill-rule="evenodd"><path fill="#fff" stroke="#091e42" stroke-opacity=".08" d="M4 .5h28.007a3.5 3.5 0 0 1 2.52 1.072l11.994 12.45a3.5 3.5 0 0 1 .979 2.429V60a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 60V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#36b37e" d="M15.833 23.833h3.5a1.167 1.167 0 0 1 0 2.334h-3.5a1.167 1.167 0 0 1 0-2.334m0 4.667h3.5a1.167 1.167 0 0 1 0 2.333h-3.5a1.167 1.167 0 1 1 0-2.333m0 4.667h3.5a1.167 1.167 0 1 1 0 2.333h-3.5a1.167 1.167 0 0 1 0-2.333m0 4.666h3.5a1.167 1.167 0 0 1 0 2.334h-3.5a1.167 1.167 0 0 1 0-2.334m8.167-14h8.167a1.167 1.167 0 0 1 0 2.334H24a1.167 1.167 0 0 1 0-2.334m0 4.667h8.167a1.167 1.167 0 0 1 0 2.333H24a1.167 1.167 0 1 1 0-2.333m0 4.667h8.167a1.167 1.167 0 1 1 0 2.333H24a1.167 1.167 0 0 1 0-2.333m0 4.666h8.167a1.167 1.167 0 0 1 0 2.334H24a1.167 1.167 0 0 1 0-2.334"/></g></svg>`
12
+ }, props, {
13
+ width: 48,
14
+ height: 64
15
+ }));
26
16
  Spreadsheet48Icon.displayName = 'Spreadsheet48Icon';
27
- var _default = (exports.default = Spreadsheet48Icon);
17
+ var _default = exports.default = Spreadsheet48Icon;
@@ -1,6 +1,5 @@
1
1
  import { PureComponent } from 'react';
2
2
  import type { GlyphProps } from '@atlaskit/icon/types';
3
3
 
4
- export default class extends PureComponent<
5
- Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>
6
- > {}
4
+
5
+ export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}