@vkontakte/icons 1.161.0 → 1.163.0

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.
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon12Cards2", "cards_2_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="cards_2_12"><path fill="currentColor" d="m3.619 2.974-2.21.382c-.552.095-.828.143-1.02.287a.99.99 0 0 0-.353.505c-.07.229-.02.505.08 1.056l.972 5.387c.1.551.149.827.294 1.02.128.168.306.293.509.355.23.07.506.023 1.059-.072l2.423-.419c.552-.095.828-.143 1.02-.287a.994.994 0 0 0 .15-.138l-1.166-.21c-.335-.06-.644-.114-.899-.182a2.343 2.343 0 0 1-.847-.392 2.345 2.345 0 0 1-.818-1.188 2.401 2.401 0 0 1-.071-.928c.024-.265.078-.577.138-.919l.739-4.257Zm.62 6.498c.254.194.62.26 1.349.39l2.868.514c.73.13 1.095.196 1.398.101a1.324 1.324 0 0 0 .67-.477c.191-.258.256-.63.385-1.371l.95-5.475c.129-.742.193-1.113.1-1.422a1.345 1.345 0 0 0-.468-.682c-.254-.194-.619-.26-1.348-.39L7.274.146C6.544.016 6.18-.05 5.877.045a1.324 1.324 0 0 0-.67.477c-.19.258-.255.63-.384 1.371l-.95 5.475c-.13.742-.194 1.113-.1 1.422a1.345 1.345 0 0 0 .468.682Z" /></symbol>', 12, 12);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20DonutCircleFillYellow", "donut_circle_fill_yellow_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="donut_circle_fill_yellow_20"><path fill="url(#donut_circle_fill_yellow_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" d="m11.805 7.566 2.39.235c.831.081 1.086.913.444 1.458l-1.87 1.591.694 2.592c.228.851-.48 1.366-1.189.854l-2.273-1.643-2.273 1.643c-.706.51-1.417-.003-1.189-.854l.695-2.592-1.87-1.59c-.646-.549-.392-1.377.443-1.46l2.39-.234 1.052-2.483c.33-.778 1.174-.777 1.504 0l1.052 2.483Z" /><defs><linearGradient id="donut_circle_fill_yellow_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 20, 20);
8
+ exports.default = _default;
package/dist/SvgIcon.js CHANGED
@@ -98,7 +98,7 @@ function iconClass(fragments, param) {
98
98
  return res;
99
99
  }
100
100
  var SvgIcon = function(_param) {
101
- var width = _param.width, height = _param.height, viewBox = _param.viewBox, id = _param.id, _className = _param.className, className = _className === void 0 ? "" : _className, _style = _param.style, style = _style === void 0 ? {} : _style, fill = _param.fill, getRootRef = _param.getRootRef, _Component = _param.Component, Component = _Component === void 0 ? "div" : _Component, restProps = _objectWithoutProperties(_param, [
101
+ var width = _param.width, height = _param.height, viewBox = _param.viewBox, id = _param.id, _className = _param.className, className = _className === void 0 ? "" : _className, _style = _param.style, style = _style === void 0 ? {} : _style, fill = _param.fill, getRootRef = _param.getRootRef, _Component = _param.Component, Component = _Component === void 0 ? "div" : _Component, role = _param.role, ariaLabel = _param["aria-label"], ariaHidden = _param["aria-hidden"], restProps = _objectWithoutProperties(_param, [
102
102
  "width",
103
103
  "height",
104
104
  "viewBox",
@@ -107,7 +107,10 @@ var SvgIcon = function(_param) {
107
107
  "style",
108
108
  "fill",
109
109
  "getRootRef",
110
- "Component"
110
+ "Component",
111
+ "role",
112
+ "aria-label",
113
+ "aria-hidden"
111
114
  ]);
112
115
  var size = Math.max(width, height);
113
116
  var iconSettings = _react.default.useContext(_iconSettings.IconSettingsContext);
@@ -131,7 +134,10 @@ var SvgIcon = function(_param) {
131
134
  viewBox: viewBox,
132
135
  width: width,
133
136
  height: height,
134
- style: svgStyle
137
+ style: svgStyle,
138
+ role: role,
139
+ "aria-label": ariaLabel,
140
+ "aria-hidden": ariaHidden
135
141
  }, /*#__PURE__*/ _react.default.createElement("use", {
136
142
  xlinkHref: "#".concat(id),
137
143
  style: {
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon12Cards2", "cards_2_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="cards_2_12"><path fill="currentColor" d="m3.619 2.974-2.21.382c-.552.095-.828.143-1.02.287a.99.99 0 0 0-.353.505c-.07.229-.02.505.08 1.056l.972 5.387c.1.551.149.827.294 1.02.128.168.306.293.509.355.23.07.506.023 1.059-.072l2.423-.419c.552-.095.828-.143 1.02-.287a.994.994 0 0 0 .15-.138l-1.166-.21c-.335-.06-.644-.114-.899-.182a2.343 2.343 0 0 1-.847-.392 2.345 2.345 0 0 1-.818-1.188 2.401 2.401 0 0 1-.071-.928c.024-.265.078-.577.138-.919l.739-4.257Zm.62 6.498c.254.194.62.26 1.349.39l2.868.514c.73.13 1.095.196 1.398.101a1.324 1.324 0 0 0 .67-.477c.191-.258.256-.63.385-1.371l.95-5.475c.129-.742.193-1.113.1-1.422a1.345 1.345 0 0 0-.468-.682c-.254-.194-.619-.26-1.348-.39L7.274.146C6.544.016 6.18-.05 5.877.045a1.324 1.324 0 0 0-.67.477c-.19.258-.255.63-.384 1.371l-.95 5.475c-.13.742-.194 1.113-.1 1.422a1.345 1.345 0 0 0 .468.682Z" /></symbol>', 12, 12);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20DonutCircleFillYellow", "donut_circle_fill_yellow_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="donut_circle_fill_yellow_20"><path fill="url(#donut_circle_fill_yellow_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" d="m11.805 7.566 2.39.235c.831.081 1.086.913.444 1.458l-1.87 1.591.694 2.592c.228.851-.48 1.366-1.189.854l-2.273-1.643-2.273 1.643c-.706.51-1.417-.003-1.189-.854l.695-2.592-1.87-1.59c-.646-.549-.392-1.377.443-1.46l2.39-.234 1.052-2.483c.33-.778 1.174-.777 1.504 0l1.052 2.483Z" /><defs><linearGradient id="donut_circle_fill_yellow_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 20, 20);
@@ -89,7 +89,7 @@ function iconClass(fragments, param) {
89
89
  return res;
90
90
  }
91
91
  var SvgIcon = function(_param) {
92
- var width = _param.width, height = _param.height, viewBox = _param.viewBox, id = _param.id, _className = _param.className, className = _className === void 0 ? "" : _className, _style = _param.style, style = _style === void 0 ? {} : _style, fill = _param.fill, getRootRef = _param.getRootRef, _Component = _param.Component, Component = _Component === void 0 ? "div" : _Component, restProps = _objectWithoutProperties(_param, [
92
+ var width = _param.width, height = _param.height, viewBox = _param.viewBox, id = _param.id, _className = _param.className, className = _className === void 0 ? "" : _className, _style = _param.style, style = _style === void 0 ? {} : _style, fill = _param.fill, getRootRef = _param.getRootRef, _Component = _param.Component, Component = _Component === void 0 ? "div" : _Component, role = _param.role, ariaLabel = _param["aria-label"], ariaHidden = _param["aria-hidden"], restProps = _objectWithoutProperties(_param, [
93
93
  "width",
94
94
  "height",
95
95
  "viewBox",
@@ -98,7 +98,10 @@ var SvgIcon = function(_param) {
98
98
  "style",
99
99
  "fill",
100
100
  "getRootRef",
101
- "Component"
101
+ "Component",
102
+ "role",
103
+ "aria-label",
104
+ "aria-hidden"
102
105
  ]);
103
106
  var size = Math.max(width, height);
104
107
  var iconSettings = React.useContext(IconSettingsContext);
@@ -122,7 +125,10 @@ var SvgIcon = function(_param) {
122
125
  viewBox: viewBox,
123
126
  width: width,
124
127
  height: height,
125
- style: svgStyle
128
+ style: svgStyle,
129
+ role: role,
130
+ "aria-label": ariaLabel,
131
+ "aria-hidden": ariaHidden
126
132
  }, /*#__PURE__*/ React.createElement("use", {
127
133
  xlinkHref: "#".concat(id),
128
134
  style: {
package/dist/es6/index.js CHANGED
@@ -10,6 +10,7 @@ export { default as Icon12BookmarkOutline } from "./12/bookmark_outline";
10
10
  export { default as Icon12Cake } from "./12/cake";
11
11
  export { default as Icon12Cancel } from "./12/cancel";
12
12
  export { default as Icon12CancelOutline } from "./12/cancel_outline";
13
+ export { default as Icon12Cards2 } from "./12/cards_2";
13
14
  export { default as Icon12Chain } from "./12/chain";
14
15
  export { default as Icon12CheckCircle } from "./12/check_circle";
15
16
  export { default as Icon12CheckCircleFill } from "./12/check_circle_fill";
@@ -399,6 +400,7 @@ export { default as Icon20DiscussionsCircleFillBlue } from "./20/discussions_cir
399
400
  export { default as Icon20DismissDark } from "./20/dismiss_dark";
400
401
  export { default as Icon20DocumentOutline } from "./20/document_outline";
401
402
  export { default as Icon20DonateCircleFillYellow } from "./20/donate_circle_fill_yellow";
403
+ export { default as Icon20DonutCircleFillYellow } from "./20/donut_circle_fill_yellow";
402
404
  export { default as Icon20DoorArrowRightOutline } from "./20/door_arrow_right_outline";
403
405
  export { default as Icon20DownloadOutline } from "./20/download_outline";
404
406
  export { default as Icon20Dropdown } from "./20/dropdown";
@@ -1966,4 +1968,3 @@ export { default as Icon56WindowsDeviceOutline } from "./56/windows_device_outli
1966
1968
  export { default as Icon56WriteOutline } from "./56/write_outline";
1967
1969
  export { default as Icon96GoodsCollection } from "./96/goods_collection";
1968
1970
  export { default as Icon96NotePenOutline } from "./96/note_pen_outline";
1969
- export { default as IconParadigm20FolderOutline } from "./Paradigm/folder_outline_20";
package/dist/index.js CHANGED
@@ -74,6 +74,12 @@ Object.defineProperty(exports, "Icon12CancelOutline", {
74
74
  return _cancelOutline.default;
75
75
  }
76
76
  });
77
+ Object.defineProperty(exports, "Icon12Cards2", {
78
+ enumerable: true,
79
+ get: function() {
80
+ return _cards2.default;
81
+ }
82
+ });
77
83
  Object.defineProperty(exports, "Icon12Chain", {
78
84
  enumerable: true,
79
85
  get: function() {
@@ -587,7 +593,7 @@ Object.defineProperty(exports, "Icon16CancelCircleOutline", {
587
593
  Object.defineProperty(exports, "Icon16Cards2", {
588
594
  enumerable: true,
589
595
  get: function() {
590
- return _cards2.default;
596
+ return _cards21.default;
591
597
  }
592
598
  });
593
599
  Object.defineProperty(exports, "Icon16CheckCircle", {
@@ -2408,6 +2414,12 @@ Object.defineProperty(exports, "Icon20DonateCircleFillYellow", {
2408
2414
  return _donateCircleFillYellow.default;
2409
2415
  }
2410
2416
  });
2417
+ Object.defineProperty(exports, "Icon20DonutCircleFillYellow", {
2418
+ enumerable: true,
2419
+ get: function() {
2420
+ return _donutCircleFillYellow.default;
2421
+ }
2422
+ });
2411
2423
  Object.defineProperty(exports, "Icon20DoorArrowRightOutline", {
2412
2424
  enumerable: true,
2413
2425
  get: function() {
@@ -9857,7 +9869,7 @@ Object.defineProperty(exports, "Icon32DoneOutline", {
9857
9869
  Object.defineProperty(exports, "Icon32DonutCircleFillYellow", {
9858
9870
  enumerable: true,
9859
9871
  get: function() {
9860
- return _donutCircleFillYellow.default;
9872
+ return _donutCircleFillYellow1.default;
9861
9873
  }
9862
9874
  });
9863
9875
  Object.defineProperty(exports, "Icon32ErrorCircle", {
@@ -11810,12 +11822,6 @@ Object.defineProperty(exports, "Icon96NotePenOutline", {
11810
11822
  return _notePenOutline1.default;
11811
11823
  }
11812
11824
  });
11813
- Object.defineProperty(exports, "IconParadigm20FolderOutline", {
11814
- enumerable: true,
11815
- get: function() {
11816
- return _folderOutline20.default;
11817
- }
11818
- });
11819
11825
  var _iconSettings = require("./IconSettings");
11820
11826
  var _add = _interopRequireDefault(require("./12/add"));
11821
11827
  var _arrowDownCircle = _interopRequireDefault(require("./12/arrow_down_circle"));
@@ -11828,6 +11834,7 @@ var _bookmarkOutline = _interopRequireDefault(require("./12/bookmark_outline"));
11828
11834
  var _cake = _interopRequireDefault(require("./12/cake"));
11829
11835
  var _cancel = _interopRequireDefault(require("./12/cancel"));
11830
11836
  var _cancelOutline = _interopRequireDefault(require("./12/cancel_outline"));
11837
+ var _cards2 = _interopRequireDefault(require("./12/cards_2"));
11831
11838
  var _chain = _interopRequireDefault(require("./12/chain"));
11832
11839
  var _checkCircle = _interopRequireDefault(require("./12/check_circle"));
11833
11840
  var _checkCircleFill = _interopRequireDefault(require("./12/check_circle_fill"));
@@ -11913,7 +11920,7 @@ var _camSlash = _interopRequireDefault(require("./16/cam_slash"));
11913
11920
  var _cancel1 = _interopRequireDefault(require("./16/cancel"));
11914
11921
  var _cancelCircle = _interopRequireDefault(require("./16/cancel_circle"));
11915
11922
  var _cancelCircleOutline = _interopRequireDefault(require("./16/cancel_circle_outline"));
11916
- var _cards2 = _interopRequireDefault(require("./16/cards_2"));
11923
+ var _cards21 = _interopRequireDefault(require("./16/cards_2"));
11917
11924
  var _checkCircle1 = _interopRequireDefault(require("./16/check_circle"));
11918
11925
  var _checkCircleOutline = _interopRequireDefault(require("./16/check_circle_outline"));
11919
11926
  var _checkDoubleOutline = _interopRequireDefault(require("./16/check_double_outline"));
@@ -12217,6 +12224,7 @@ var _discussionsCircleFillBlue = _interopRequireDefault(require("./20/discussion
12217
12224
  var _dismissDark = _interopRequireDefault(require("./20/dismiss_dark"));
12218
12225
  var _documentOutline = _interopRequireDefault(require("./20/document_outline"));
12219
12226
  var _donateCircleFillYellow = _interopRequireDefault(require("./20/donate_circle_fill_yellow"));
12227
+ var _donutCircleFillYellow = _interopRequireDefault(require("./20/donut_circle_fill_yellow"));
12220
12228
  var _doorArrowRightOutline = _interopRequireDefault(require("./20/door_arrow_right_outline"));
12221
12229
  var _downloadOutline1 = _interopRequireDefault(require("./20/download_outline"));
12222
12230
  var _dropdown2 = _interopRequireDefault(require("./20/dropdown"));
@@ -13458,7 +13466,7 @@ var _discussions1 = _interopRequireDefault(require("./32/discussions"));
13458
13466
  var _document2 = _interopRequireDefault(require("./32/document"));
13459
13467
  var _documentOutline3 = _interopRequireDefault(require("./32/document_outline"));
13460
13468
  var _doneOutline2 = _interopRequireDefault(require("./32/done_outline"));
13461
- var _donutCircleFillYellow = _interopRequireDefault(require("./32/donut_circle_fill_yellow"));
13469
+ var _donutCircleFillYellow1 = _interopRequireDefault(require("./32/donut_circle_fill_yellow"));
13462
13470
  var _errorCircle3 = _interopRequireDefault(require("./32/error_circle"));
13463
13471
  var _errorCircleOutline4 = _interopRequireDefault(require("./32/error_circle_outline"));
13464
13472
  var _favoriteCircleFillGreen2 = _interopRequireDefault(require("./32/favorite_circle_fill_green"));
@@ -13784,7 +13792,6 @@ var _windowsDeviceOutline = _interopRequireDefault(require("./56/windows_device_
13784
13792
  var _writeOutline3 = _interopRequireDefault(require("./56/write_outline"));
13785
13793
  var _goodsCollection2 = _interopRequireDefault(require("./96/goods_collection"));
13786
13794
  var _notePenOutline1 = _interopRequireDefault(require("./96/note_pen_outline"));
13787
- var _folderOutline20 = _interopRequireDefault(require("./Paradigm/folder_outline_20"));
13788
13795
  function _interopRequireDefault(obj) {
13789
13796
  return obj && obj.__esModule ? obj : {
13790
13797
  default: obj
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ export interface Icon12Cards2Props extends HTMLAttributes<HTMLDivElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
7
+ }
8
+ declare const _default: import("react").FC<Icon12Cards2Props>;
9
+ export default _default;
@@ -1,9 +1,9 @@
1
1
  import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
- export interface IconParadigm20FolderOutlineProps extends HTMLAttributes<HTMLDivElement> {
2
+ export interface Icon20DonutCircleFillYellowProps extends HTMLAttributes<HTMLDivElement> {
3
3
  fill?: string;
4
4
  width?: number;
5
5
  height?: number;
6
6
  getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
7
7
  }
8
- declare const _default: import("react").FC<IconParadigm20FolderOutlineProps>;
8
+ declare const _default: import("react").FC<Icon20DonutCircleFillYellowProps>;
9
9
  export default _default;
@@ -10,6 +10,7 @@ export { default as Icon12BookmarkOutline } from './12/bookmark_outline';
10
10
  export { default as Icon12Cake } from './12/cake';
11
11
  export { default as Icon12Cancel } from './12/cancel';
12
12
  export { default as Icon12CancelOutline } from './12/cancel_outline';
13
+ export { default as Icon12Cards2 } from './12/cards_2';
13
14
  export { default as Icon12Chain } from './12/chain';
14
15
  export { default as Icon12CheckCircle } from './12/check_circle';
15
16
  export { default as Icon12CheckCircleFill } from './12/check_circle_fill';
@@ -399,6 +400,7 @@ export { default as Icon20DiscussionsCircleFillBlue } from './20/discussions_cir
399
400
  export { default as Icon20DismissDark } from './20/dismiss_dark';
400
401
  export { default as Icon20DocumentOutline } from './20/document_outline';
401
402
  export { default as Icon20DonateCircleFillYellow } from './20/donate_circle_fill_yellow';
403
+ export { default as Icon20DonutCircleFillYellow } from './20/donut_circle_fill_yellow';
402
404
  export { default as Icon20DoorArrowRightOutline } from './20/door_arrow_right_outline';
403
405
  export { default as Icon20DownloadOutline } from './20/download_outline';
404
406
  export { default as Icon20Dropdown } from './20/dropdown';
@@ -1966,4 +1968,3 @@ export { default as Icon56WindowsDeviceOutline } from './56/windows_device_outli
1966
1968
  export { default as Icon56WriteOutline } from './56/write_outline';
1967
1969
  export { default as Icon96GoodsCollection } from './96/goods_collection';
1968
1970
  export { default as Icon96NotePenOutline } from './96/note_pen_outline';
1969
- export { default as IconParadigm20FolderOutline } from './Paradigm/folder_outline_20';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "1.161.0",
3
+ "version": "1.163.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "repository": "https://github.com/VKCOM/icons",
6
6
  "homepage": "https://vkcom.github.io/icons/",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12"><path fill="currentColor" d="m3.6185 2.9742-2.2094.3817c-.5523.0955-.8285.1432-1.02.287a.99.99 0 0 0-.3533.5049c-.0695.2292-.0197.505.0798 1.0565l.972 5.3863c.0995.5516.1493.8274.2948 1.0195.128.169.306.2936.5086.3559.2304.0709.5065.0232 1.0588-.0722l2.4228-.4187c.5523-.0954.8284-.1431 1.02-.2869a.9941.9941 0 0 0 .1497-.1386l-1.1655-.2088c-.335-.06-.644-.1153-.8987-.1831-.2755-.0733-.5724-.1814-.847-.3919a2.3454 2.3454 0 0 1-.8185-1.1876c-.0987-.3286-.0972-.6433-.071-.9281.0244-.2648.0787-.5773.138-.919l.739-4.257Z M4.2399 9.4715c.2536.1944.6184.2597 1.348.3904l2.8683.5139c.7296.1307 1.0945.1961 1.3982.1015a1.324 1.324 0 0 0 .6699-.4772c.1912-.258.2556-.6292.3845-1.3714l.9503-5.4748c.1289-.7423.1933-1.1134.1005-1.4223a1.3447 1.3447 0 0 0-.4688-.6812C11.2372.856 10.8724.7907 10.1427.66L7.2745.1463C6.5448.0156 6.18-.0497 5.8762.0448a1.3242 1.3242 0 0 0-.6698.4772c-.1913.258-.2557.6292-.3845 1.3714l-.9504 5.4747c-.1288.7422-.1932 1.1133-.1004 1.4223a1.345 1.345 0 0 0 .4688.6811Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="url(#a)" d="M0 10C0 4.4771 4.4771 0 10 0c5.5228 0 10 4.4771 10 10 0 5.5228-4.4772 10-10 10-5.5229 0-10-4.4772-10-10Z"/><path fill="#fff" d="m11.8049 7.5662 2.3897.2346c.8315.0816 1.0865.9127.4444 1.4586l-1.8709 1.5909.6946 2.5917c.2281.8511-.4796 1.3664-1.1884.8541l-2.2732-1.6428-2.2732 1.6428c-.706.5102-1.4165-.0029-1.1884-.8541l.6946-2.5917-1.871-1.5909c-.6447-.5482-.3907-1.3766.4444-1.4586l2.3893-.2346 1.0526-2.4831c.3297-.7777 1.1739-.7773 1.5033 0l1.0522 2.4831Z"/><defs><linearGradient id="a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D"/><stop offset="1" stop-color="#FFA000"/></linearGradient></defs></svg>
@@ -0,0 +1,18 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon12Cards2Props extends HTMLAttributes<HTMLDivElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
9
+ }
10
+
11
+ export default makeIcon<Icon12Cards2Props>(
12
+ 'Icon12Cards2',
13
+ 'cards_2_12',
14
+ '0 0 12 12',
15
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="cards_2_12"><path fill="currentColor" d="m3.619 2.974-2.21.382c-.552.095-.828.143-1.02.287a.99.99 0 0 0-.353.505c-.07.229-.02.505.08 1.056l.972 5.387c.1.551.149.827.294 1.02.128.168.306.293.509.355.23.07.506.023 1.059-.072l2.423-.419c.552-.095.828-.143 1.02-.287a.994.994 0 0 0 .15-.138l-1.166-.21c-.335-.06-.644-.114-.899-.182a2.343 2.343 0 0 1-.847-.392 2.345 2.345 0 0 1-.818-1.188 2.401 2.401 0 0 1-.071-.928c.024-.265.078-.577.138-.919l.739-4.257Zm.62 6.498c.254.194.62.26 1.349.39l2.868.514c.73.13 1.095.196 1.398.101a1.324 1.324 0 0 0 .67-.477c.191-.258.256-.63.385-1.371l.95-5.475c.129-.742.193-1.113.1-1.422a1.345 1.345 0 0 0-.468-.682c-.254-.194-.619-.26-1.348-.39L7.274.146C6.544.016 6.18-.05 5.877.045a1.324 1.324 0 0 0-.67.477c-.19.258-.255.63-.384 1.371l-.95 5.475c-.13.742-.194 1.113-.1 1.422a1.345 1.345 0 0 0 .468.682Z" /></symbol>',
16
+ 12,
17
+ 12
18
+ );
@@ -0,0 +1,18 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon20DonutCircleFillYellowProps extends HTMLAttributes<HTMLDivElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
9
+ }
10
+
11
+ export default makeIcon<Icon20DonutCircleFillYellowProps>(
12
+ 'Icon20DonutCircleFillYellow',
13
+ 'donut_circle_fill_yellow_20',
14
+ '0 0 20 20',
15
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="donut_circle_fill_yellow_20"><path fill="url(#donut_circle_fill_yellow_20_a)" d="M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10Z" /><path fill="#fff" d="m11.805 7.566 2.39.235c.831.081 1.086.913.444 1.458l-1.87 1.591.694 2.592c.228.851-.48 1.366-1.189.854l-2.273-1.643-2.273 1.643c-.706.51-1.417-.003-1.189-.854l.695-2.592-1.87-1.59c-.646-.549-.392-1.377.443-1.46l2.39-.234 1.052-2.483c.33-.778 1.174-.777 1.504 0l1.052 2.483Z" /><defs><linearGradient id="donut_circle_fill_yellow_20_a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>',
16
+ 20,
17
+ 20
18
+ );
package/ts/SvgIcon.tsx CHANGED
@@ -38,6 +38,9 @@ const SvgIcon: React.FC<SvgIconProps> = ({
38
38
  fill,
39
39
  getRootRef,
40
40
  Component = 'div',
41
+ role,
42
+ "aria-label": ariaLabel,
43
+ "aria-hidden": ariaHidden,
41
44
  ...restProps
42
45
  }) => {
43
46
  const size = Math.max(width, height);
@@ -53,7 +56,15 @@ const SvgIcon: React.FC<SvgIconProps> = ({
53
56
  className={`${ownClass} ${className}`}
54
57
  style={{ ...style, width, height }}
55
58
  >
56
- <svg viewBox={viewBox} width={width} height={height} style={svgStyle}>
59
+ <svg
60
+ viewBox={viewBox}
61
+ width={width}
62
+ height={height}
63
+ style={svgStyle}
64
+ role={role}
65
+ aria-label={ariaLabel}
66
+ aria-hidden={ariaHidden}
67
+ >
57
68
  <use xlinkHref={`#${id}`} style={{ fill: 'currentColor', color: fill }} />
58
69
  </svg>
59
70
  </Component>
package/ts/index.ts CHANGED
@@ -10,6 +10,7 @@ export { default as Icon12BookmarkOutline } from './12/bookmark_outline';
10
10
  export { default as Icon12Cake } from './12/cake';
11
11
  export { default as Icon12Cancel } from './12/cancel';
12
12
  export { default as Icon12CancelOutline } from './12/cancel_outline';
13
+ export { default as Icon12Cards2 } from './12/cards_2';
13
14
  export { default as Icon12Chain } from './12/chain';
14
15
  export { default as Icon12CheckCircle } from './12/check_circle';
15
16
  export { default as Icon12CheckCircleFill } from './12/check_circle_fill';
@@ -399,6 +400,7 @@ export { default as Icon20DiscussionsCircleFillBlue } from './20/discussions_cir
399
400
  export { default as Icon20DismissDark } from './20/dismiss_dark';
400
401
  export { default as Icon20DocumentOutline } from './20/document_outline';
401
402
  export { default as Icon20DonateCircleFillYellow } from './20/donate_circle_fill_yellow';
403
+ export { default as Icon20DonutCircleFillYellow } from './20/donut_circle_fill_yellow';
402
404
  export { default as Icon20DoorArrowRightOutline } from './20/door_arrow_right_outline';
403
405
  export { default as Icon20DownloadOutline } from './20/download_outline';
404
406
  export { default as Icon20Dropdown } from './20/dropdown';
@@ -1965,5 +1967,4 @@ export { default as Icon56WifiOutline } from './56/wifi_outline';
1965
1967
  export { default as Icon56WindowsDeviceOutline } from './56/windows_device_outline';
1966
1968
  export { default as Icon56WriteOutline } from './56/write_outline';
1967
1969
  export { default as Icon96GoodsCollection } from './96/goods_collection';
1968
- export { default as Icon96NotePenOutline } from './96/note_pen_outline';
1969
- export { default as IconParadigm20FolderOutline } from './Paradigm/folder_outline_20';
1970
+ export { default as Icon96NotePenOutline } from './96/note_pen_outline';
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- exports.default = void 0;
6
- var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("IconParadigm20FolderOutline", "folder_outline_20", "0 0 20 20", '<symbol viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="folder_outline_20"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.494 2.55c-.206-.05-.417-.05-.614-.05H5.42c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v7.16c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 3 17.2c.337.172.693.24 1.073.27.365.03.81.03 1.345.03h9.162c.535 0 .98 0 1.345-.03.38-.03.736-.098 1.073-.27A2.749 2.749 0 0 0 18.201 16c.172-.338.24-.694.27-1.074.03-.365.03-.81.03-1.345V8.443c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.074A2.75 2.75 0 0 0 17 4.823c-.337-.172-.694-.24-1.073-.27-.365-.03-.81-.03-1.345-.03h-4.413a6.337 6.337 0 0 1-.31-.007.25.25 0 0 1-.072-.03l-.04-.034a6.35 6.35 0 0 1-.182-.181L8.503 3.198l-.034-.035c-.138-.14-.286-.29-.466-.401a1.75 1.75 0 0 0-.51-.213ZM6.832 4a6.336 6.336 0 0 1 .31.007.25.25 0 0 1 .072.03c-.004-.002.004.002.04.034.04.038.091.09.182.181l1.061 1.073.034.035c.138.14.286.29.466.401.158.098.33.17.51.213.205.05.416.05.613.049h4.431c.572 0 .957 0 1.252.025.287.023.425.065.515.111.235.12.427.311.547.546.046.091.088.228.111.515.024.296.025.68.025 1.253v5.077c0 .572 0 .957-.025 1.253-.023.287-.065.424-.111.514a1.25 1.25 0 0 1-.547.547c-.09.046-.228.088-.515.111-.296.024-.68.025-1.252.025H5.449c-.572 0-.957 0-1.252-.025-.288-.023-.425-.065-.515-.111a1.25 1.25 0 0 1-.547-.546c-.046-.091-.088-.228-.111-.515-.024-.296-.025-.68-.025-1.253v-7.1c0-.572 0-.957.025-1.252.023-.288.065-.425.111-.515a1.25 1.25 0 0 1 .547-.547c.09-.046.227-.088.515-.111C4.492 4 4.877 4 5.449 4h1.383Z" /></symbol>', 20, 20);
8
- exports.default = _default;
@@ -1,2 +0,0 @@
1
- import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("IconParadigm20FolderOutline", "folder_outline_20", "0 0 20 20", '<symbol viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="folder_outline_20"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.494 2.55c-.206-.05-.417-.05-.614-.05H5.42c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v7.16c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 3 17.2c.337.172.693.24 1.073.27.365.03.81.03 1.345.03h9.162c.535 0 .98 0 1.345-.03.38-.03.736-.098 1.073-.27A2.749 2.749 0 0 0 18.201 16c.172-.338.24-.694.27-1.074.03-.365.03-.81.03-1.345V8.443c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.074A2.75 2.75 0 0 0 17 4.823c-.337-.172-.694-.24-1.073-.27-.365-.03-.81-.03-1.345-.03h-4.413a6.337 6.337 0 0 1-.31-.007.25.25 0 0 1-.072-.03l-.04-.034a6.35 6.35 0 0 1-.182-.181L8.503 3.198l-.034-.035c-.138-.14-.286-.29-.466-.401a1.75 1.75 0 0 0-.51-.213ZM6.832 4a6.336 6.336 0 0 1 .31.007.25.25 0 0 1 .072.03c-.004-.002.004.002.04.034.04.038.091.09.182.181l1.061 1.073.034.035c.138.14.286.29.466.401.158.098.33.17.51.213.205.05.416.05.613.049h4.431c.572 0 .957 0 1.252.025.287.023.425.065.515.111.235.12.427.311.547.546.046.091.088.228.111.515.024.296.025.68.025 1.253v5.077c0 .572 0 .957-.025 1.253-.023.287-.065.424-.111.514a1.25 1.25 0 0 1-.547.547c-.09.046-.228.088-.515.111-.296.024-.68.025-1.252.025H5.449c-.572 0-.957 0-1.252-.025-.288-.023-.425-.065-.515-.111a1.25 1.25 0 0 1-.547-.546c-.046-.091-.088-.228-.111-.515-.024-.296-.025-.68-.025-1.253v-7.1c0-.572 0-.957.025-1.252.023-.288.065-.425.111-.515a1.25 1.25 0 0 1 .547-.547c.09-.046.227-.088.515-.111C4.492 4 4.877 4 5.449 4h1.383Z" /></symbol>', 20, 20);
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.49388 2.54909C7.28789 2.49926 7.07725 2.49964 6.88041 2.49998L6.83191 2.50004L5.41859 2.50004C4.88444 2.50003 4.43859 2.50002 4.07435 2.52978C3.69447 2.56082 3.33781 2.62793 3.00055 2.79977C2.4831 3.06342 2.06241 3.48412 1.79876 4.00157C1.62691 4.33883 1.5598 4.69548 1.52876 5.07537C1.499 5.4396 1.49901 5.88545 1.49902 6.4196L1.49902 6.45004L1.49902 13.5805C1.49901 14.1146 1.499 14.5605 1.52876 14.9247C1.5598 15.3046 1.62691 15.6613 1.79876 15.9985C2.06241 16.516 2.4831 16.9367 3.00055 17.2003C3.33781 17.3722 3.69447 17.4393 4.07435 17.4703C4.43858 17.5001 4.88443 17.5 5.41857 17.5H14.5813C15.1155 17.5 15.5613 17.5001 15.9255 17.4703C16.3054 17.4393 16.6621 17.3722 16.9993 17.2003C17.5168 16.9367 17.9375 16.516 18.2011 15.9985C18.373 15.6613 18.4401 15.3046 18.4711 14.9247C18.5009 14.5605 18.5009 14.1146 18.5009 13.5804V8.44259C18.5009 7.90841 18.5009 7.46253 18.4711 7.09828C18.4401 6.7184 18.373 6.36174 18.2011 6.02448C17.9375 5.50703 17.5168 5.08634 16.9993 4.82269C16.6621 4.65084 16.3054 4.58373 15.9255 4.55269C15.5613 4.52293 15.1154 4.52294 14.5813 4.52295L10.1681 4.52295C10.0383 4.52295 9.96571 4.52277 9.91077 4.52024C9.87664 4.51867 9.86249 4.51661 9.85878 4.51595C9.83309 4.50973 9.80856 4.49949 9.78608 4.48559L9.74647 4.45164C9.70605 4.41435 9.65491 4.36288 9.56363 4.27056L8.50305 3.19783L8.469 3.1633C8.33085 3.02308 8.18303 2.87303 8.00276 2.76158C7.84543 2.6643 7.67367 2.59258 7.49388 2.54909ZM6.83191 4.00004C6.96174 4.00004 7.03429 4.00022 7.08923 4.00275C7.12336 4.00432 7.13751 4.00638 7.14122 4.00705C7.16691 4.01326 7.19144 4.0235 7.21392 4.0374C7.21 4.03498 7.21821 4.03877 7.25353 4.07136C7.29396 4.10864 7.34509 4.16011 7.43637 4.25243L8.49695 5.32516L8.531 5.35969C8.66915 5.49991 8.81698 5.64996 8.99724 5.76142C9.15457 5.85869 9.32633 5.93041 9.50612 5.9739C9.71212 6.02373 9.92275 6.02336 10.1196 6.02301L10.1681 6.02295H14.5509C15.1233 6.02295 15.5075 6.02354 15.8034 6.04771C16.0905 6.07117 16.2278 6.11305 16.3183 6.15919C16.5535 6.27904 16.7448 6.47026 16.8646 6.70546C16.9108 6.79603 16.9526 6.93331 16.9761 7.22043C17.0003 7.51631 17.0009 7.90052 17.0009 8.47295V13.55C17.0009 14.1225 17.0003 14.5067 16.9761 14.8026C16.9526 15.0897 16.9108 15.227 16.8646 15.3175C16.7448 15.5527 16.5535 15.744 16.3183 15.8638C16.2278 15.9099 16.0905 15.9518 15.8034 15.9753C15.5075 15.9995 15.1233 16 14.5509 16H5.44902C4.8766 16 4.49238 15.9995 4.1965 15.9753C3.90938 15.9518 3.7721 15.9099 3.68154 15.8638C3.44633 15.744 3.25511 15.5527 3.13527 15.3175C3.08912 15.227 3.04724 15.0897 3.02378 14.8026C2.99961 14.5067 2.99902 14.1225 2.99902 13.55V6.45004C2.99902 5.87761 2.99961 5.4934 3.02378 5.19752C3.04724 4.91039 3.08912 4.77311 3.13527 4.68255C3.25511 4.44735 3.44633 4.25612 3.68154 4.13628C3.7721 4.09014 3.90938 4.04826 4.1965 4.0248C4.49238 4.00062 4.8766 4.00004 5.44902 4.00004H6.83191Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.14132 1.99997C7.16783 1.99999 7.19466 2.00001 7.22184 2.00001H12.7783C12.8054 2.00001 12.8323 1.99999 12.8588 1.99997C13.3215 1.99968 13.6857 1.99944 14.0336 2.09148C14.3399 2.17254 14.63 2.30595 14.8909 2.48581C15.1872 2.69004 15.424 2.96666 15.7249 3.31823C15.7422 3.33837 15.7596 3.35875 15.7773 3.37938L17.0491 4.86314C17.0633 4.87971 17.0774 4.89608 17.0912 4.91224C17.3356 5.19709 17.5281 5.4214 17.6686 5.681C17.7925 5.9099 17.8832 6.15523 17.9381 6.40963C18.0004 6.69817 18.0003 6.99373 18.0001 7.36907C18.0001 7.39037 18 7.41193 18 7.43376V12.4821C18.0001 13.295 18.0001 13.9506 17.9567 14.4815C17.912 15.0281 17.8177 15.5083 17.5913 15.9525C17.2318 16.6581 16.6581 17.2318 15.9525 17.5913C15.5083 17.8176 15.0281 17.912 14.4815 17.9566C13.9506 18 13.295 18 12.4822 18H7.51792C6.70509 18 6.04948 18 5.51858 17.9566C4.97194 17.912 4.4918 17.8176 4.04758 17.5913C3.34197 17.2318 2.76829 16.6581 2.40877 15.9525C2.18243 15.5083 2.08807 15.0281 2.04341 14.4815C2.00003 13.9506 2.00004 13.295 2.00004 12.4821L2.00004 7.43376C2.00004 7.41193 2.00003 7.39037 2.00002 7.36907C1.99983 6.99373 1.99967 6.69817 2.06195 6.40963C2.11687 6.15522 2.20762 5.9099 2.33149 5.681C2.47198 5.4214 2.66444 5.19709 2.90886 4.91224C2.92273 4.89607 2.93677 4.87971 2.95098 4.86314L4.22277 3.37938C4.24046 3.35875 4.25791 3.33836 4.27514 3.31823C4.57609 2.96666 4.8129 2.69003 5.10917 2.48581C5.3701 2.30595 5.66016 2.17254 5.96653 2.09148C6.3144 1.99944 6.67854 1.99968 7.14132 1.99997ZM7.22184 3.50001C6.64066 3.50001 6.4853 3.50584 6.35019 3.54159C6.21093 3.57843 6.07909 3.63907 5.96048 3.72083C5.84542 3.80014 5.73988 3.91431 5.36166 4.35557L4.08987 5.83932C3.78403 6.19613 3.70536 6.29392 3.6507 6.39492C3.59439 6.49897 3.55314 6.61048 3.52818 6.72612C3.50395 6.83838 3.50004 6.96382 3.50004 7.43376V12.45C3.50004 13.3025 3.50063 13.8967 3.53843 14.3593C3.57551 14.8132 3.64464 15.074 3.74528 15.2715C3.96099 15.6948 4.3052 16.0391 4.72857 16.2548C4.92608 16.3554 5.18685 16.4245 5.64072 16.4616C6.10336 16.4994 6.69759 16.5 7.55004 16.5H12.45C13.3025 16.5 13.8967 16.4994 14.3594 16.4616C14.8132 16.4245 15.074 16.3554 15.2715 16.2548C15.6949 16.0391 16.0391 15.6948 16.2548 15.2715C16.3554 15.074 16.4246 14.8132 16.4617 14.3593C16.4995 13.8967 16.5 13.3025 16.5 12.45V7.43376C16.5 6.96382 16.4961 6.83838 16.4719 6.72612C16.4469 6.61048 16.4057 6.49897 16.3494 6.39492C16.2947 6.29392 16.2161 6.19613 15.9102 5.83932L14.6384 4.35557C14.2602 3.91431 14.1547 3.80014 14.0396 3.72083C13.921 3.63907 13.7892 3.57843 13.6499 3.54159C13.5148 3.50584 13.3594 3.50001 12.7783 3.50001H7.22184ZM10 7.00001C10.4143 7.00001 10.75 7.33579 10.75 7.75001V10.4393L11.7197 9.46968C12.0126 9.17678 12.4875 9.17678 12.7804 9.46968C13.0733 9.76257 13.0733 10.2374 12.7804 10.5303L10.5304 12.7803C10.3897 12.921 10.199 13 10 13C9.80113 13 9.61037 12.921 9.46971 12.7803L7.21971 10.5303C6.92682 10.2374 6.92682 9.76257 7.21971 9.46968C7.51261 9.17678 7.98748 9.17678 8.28037 9.46968L9.25004 10.4393L9.25004 7.75001C9.25004 7.33579 9.58583 7.00001 10 7.00001Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 14.75C1.5 14.3358 1.83579 14 2.25 14L7.43934 14L5.71967 12.2804C5.42678 11.9875 5.42678 11.5126 5.71967 11.2197C6.01257 10.9268 6.48744 10.9268 6.78033 11.2197L9.78033 14.2197C10.0732 14.5126 10.0732 14.9875 9.78033 15.2804L6.78033 18.2804C6.48744 18.5732 6.01257 18.5732 5.71967 18.2804C5.42678 17.9875 5.42678 17.5126 5.71967 17.2197L7.43935 15.5L2.25 15.5C1.83579 15.5 1.5 15.1642 1.5 14.75Z" fill="currentColor"/>
3
- <path d="M6.83191 4.00006C6.96174 4.00006 7.03429 4.00024 7.08923 4.00277C7.12336 4.00434 7.13751 4.0064 7.14122 4.00707C7.16691 4.01328 7.19144 4.02353 7.21392 4.03742C7.21 4.035 7.21821 4.03879 7.25353 4.07138C7.29396 4.10867 7.34509 4.16013 7.43637 4.25245L8.49695 5.32518L8.531 5.35971C8.66915 5.49994 8.81698 5.64998 8.99724 5.76144C9.15457 5.85872 9.32633 5.93043 9.50612 5.97392C9.71212 6.02375 9.92275 6.02338 10.1196 6.02303L10.1681 6.02298H14.5509C15.1233 6.02298 15.5075 6.02356 15.8034 6.04773C16.0905 6.07119 16.2278 6.11307 16.3183 6.15922C16.5535 6.27906 16.7448 6.47029 16.8646 6.70549C16.9108 6.79605 16.9526 6.93333 16.9761 7.22045C17.0003 7.51633 17.0009 7.90055 17.0009 8.47298V13.5501C17.0009 14.1225 17.0003 14.5067 16.9761 14.8026C16.9526 15.0897 16.9108 15.227 16.8646 15.3175C16.7448 15.5528 16.5535 15.744 16.3183 15.8638C16.2278 15.91 16.0905 15.9518 15.8034 15.9753C15.5075 15.9995 15.1233 16.0001 14.5509 16.0001H11.5C11.0858 16.0001 10.75 16.3358 10.75 16.7501C10.75 17.1643 11.0858 17.5001 11.5 17.5001H14.5813C15.1155 17.5001 15.5613 17.5001 15.9255 17.4703C16.3054 17.4393 16.6621 17.3722 16.9993 17.2003C17.5168 16.9367 17.9375 16.516 18.2011 15.9985C18.373 15.6613 18.4401 15.3046 18.4711 14.9247C18.5009 14.5605 18.5009 14.1146 18.5009 13.5804V8.44262C18.5009 7.90843 18.5009 7.46256 18.4711 7.09831C18.4401 6.71842 18.373 6.36176 18.2011 6.0245C17.9375 5.50706 17.5168 5.08636 16.9993 4.82271C16.6621 4.65086 16.3054 4.58375 15.9255 4.55271C15.5613 4.52296 15.1154 4.52296 14.5813 4.52298L10.1681 4.52298C10.0383 4.52298 9.96571 4.52279 9.91077 4.52027C9.87664 4.51869 9.86249 4.51664 9.85878 4.51597C9.83337 4.50982 9.80925 4.49987 9.78697 4.4862L9.74647 4.45166C9.70605 4.41437 9.65491 4.36291 9.56363 4.27058L8.50305 3.19785L8.469 3.16333C8.33085 3.0231 8.18303 2.87306 8.00276 2.7616C7.84543 2.66432 7.67367 2.5926 7.49388 2.54912C7.28789 2.49929 7.07725 2.49966 6.88041 2.5L6.83191 2.50006L5.41859 2.50006C4.88444 2.50005 4.43859 2.50004 4.07435 2.5298C3.69447 2.56084 3.33781 2.62795 3.00055 2.79979C2.4831 3.06345 2.06241 3.48414 1.79876 4.00159C1.62691 4.33885 1.5598 4.69551 1.52876 5.07539C1.499 5.43963 1.49901 5.88547 1.49902 6.41963L1.49902 11.75C1.49902 12.1642 1.83481 12.5 2.24902 12.5C2.66324 12.5 2.99902 12.1642 2.99902 11.75V6.45006C2.99902 5.87763 2.99961 5.49342 3.02378 5.19754C3.04724 4.91042 3.08912 4.77313 3.13527 4.68257C3.25511 4.44737 3.44633 4.25615 3.68154 4.1363C3.7721 4.09016 3.90938 4.04828 4.1965 4.02482C4.49238 4.00065 4.8766 4.00006 5.44902 4.00006H6.83191Z" fill="currentColor"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.31739 2H11.6826C12.6351 1.99999 13.3956 1.99999 14.0099 2.05018C14.6399 2.10165 15.1818 2.20963 15.6795 2.46322C16.4791 2.87068 17.1293 3.52085 17.5368 4.32054C17.7904 4.81824 17.8984 5.36012 17.9498 5.99013C18 6.60439 18 7.36493 18 8.31737V10.25C18 10.6642 17.6642 11 17.25 11C16.8358 11 16.5 10.6642 16.5 10.25V8.35C16.5 7.35753 16.4994 6.65829 16.4548 6.11228C16.4109 5.57503 16.3282 5.25252 16.2003 5.00153C15.9366 4.48408 15.5159 4.06338 14.9985 3.79973C14.7475 3.67184 14.425 3.58909 13.8877 3.54519C13.3417 3.50058 12.6425 3.5 11.65 3.5H8.35C7.35753 3.5 6.65829 3.50058 6.11228 3.54519C5.57503 3.58909 5.25252 3.67184 5.00153 3.79973C4.48408 4.06338 4.06338 4.48408 3.79973 5.00153C3.67184 5.25252 3.58909 5.57503 3.54519 6.11228C3.50058 6.65829 3.5 7.35753 3.5 8.35V11.65C3.5 12.6425 3.50058 13.3417 3.54519 13.8877C3.58909 14.425 3.67184 14.7475 3.79973 14.9985C4.06338 15.5159 4.48408 15.9366 5.00153 16.2003C5.25252 16.3282 5.57503 16.4109 6.11228 16.4548C6.65829 16.4994 7.35753 16.5 8.35 16.5H10.25C10.6642 16.5 11 16.8358 11 17.25C11 17.6642 10.6642 18 10.25 18H8.31737C7.36493 18 6.60439 18 5.99013 17.9498C5.36012 17.8984 4.81824 17.7904 4.32054 17.5368C3.52085 17.1293 2.87068 16.4791 2.46322 15.6795C2.20963 15.1818 2.10165 14.6399 2.05018 14.0099C1.99999 13.3956 1.99999 12.6351 2 11.6826V8.31739C1.99999 7.36494 1.99999 6.6044 2.05018 5.99013C2.10165 5.36012 2.20963 4.81824 2.46322 4.32054C2.87068 3.52085 3.52085 2.87068 4.32054 2.46322C4.81824 2.20963 5.36012 2.10165 5.99013 2.05018C6.6044 1.99999 7.36494 1.99999 8.31739 2ZM5 5.75C5 5.33579 5.33579 5 5.75 5H9.25C9.66421 5 10 5.33579 10 5.75C10 6.16421 9.66421 6.5 9.25 6.5H5.75C5.33579 6.5 5 6.16421 5 5.75ZM14.5 11C14.9142 11 15.25 11.3358 15.25 11.75V13.75H17.25C17.6642 13.75 18 14.0858 18 14.5C18 14.9142 17.6642 15.25 17.25 15.25H15.25V17.25C15.25 17.6642 14.9142 18 14.5 18C14.0858 18 13.75 17.6642 13.75 17.25V15.25H11.75C11.3358 15.25 11 14.9142 11 14.5C11 14.0858 11.3358 13.75 11.75 13.75H13.75V11.75C13.75 11.3358 14.0858 11 14.5 11Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8648 16.4855C11.2564 16.5564 11.6445 16.3445 11.7964 15.9767L13.4085 12.0712C13.4685 11.9261 13.4993 11.7705 13.4993 11.6135V4.75244C13.4993 4.06208 12.9394 3.50244 12.2487 3.50244L6.83559 3.50244C6.32884 3.50244 5.87218 3.8081 5.67922 4.27646L3.67413 9.14319C3.064 10.6241 4.15329 12.2499 5.75559 12.2499L9.49744 12.25C9.91185 12.25 10.2478 12.5857 10.2478 13V15.7469C10.2478 16.1098 10.5075 16.4207 10.8648 16.4855ZM13.1836 16.5488C12.7621 17.57 11.6845 18.1584 10.5971 17.9614C9.52592 17.7673 8.74709 16.8351 8.74709 15.7469V13.75L5.75558 13.7499C3.08509 13.7499 1.2696 11.0402 2.28648 8.57201L4.29158 3.70528C4.7161 2.6749 5.72074 2.00244 6.83559 2.00244L12.2487 2.00244C13.7682 2.00244 15 3.23365 15 4.75244V11.6135C15 11.9668 14.9306 12.3167 14.7958 12.6433L13.1836 16.5488Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.25 2C17.6642 2 18 2.33579 18 2.75V11.25C18 11.6642 17.6642 12 17.25 12C16.8358 12 16.5 11.6642 16.5 11.25V2.75C16.5 2.33579 16.8358 2 17.25 2Z" fill="currentColor"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.13525 3.51374C8.74356 3.44277 8.35546 3.65473 8.20363 4.02254L6.59146 7.92797C6.53154 8.07315 6.5007 8.22866 6.5007 8.38571L6.5007 15.2468C6.5007 15.9371 7.0606 16.4968 7.75128 16.4968H13.1644C13.6712 16.4968 14.1278 16.1911 14.3208 15.7227L16.3259 10.856C16.936 9.37512 15.8467 7.74926 14.2444 7.74925L10.5026 7.74925C10.0882 7.74925 9.75221 7.41346 9.75221 6.99925V4.25225C9.75221 3.88938 9.49248 3.57847 9.13525 3.51374ZM6.81638 3.45041C7.23791 2.42924 8.31546 1.84076 9.40293 2.0378C10.4741 2.23188 11.2529 3.16415 11.2529 4.25225V6.24925L14.2444 6.24925C16.9149 6.24926 18.7304 8.95903 17.7135 11.4272L15.7084 16.2939C15.2839 17.3243 14.2793 17.9968 13.1644 17.9968H7.75128C6.23179 17.9968 5 16.7655 5 15.2468L5 8.38571C5 8.03237 5.06938 7.68247 5.20421 7.35585L6.81638 3.45041Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.75 17.9992C2.33579 17.9992 2 17.6634 2 17.2492L2 8.7492C2 8.33499 2.33579 7.9992 2.75 7.9992C3.16421 7.9992 3.5 8.33499 3.5 8.7492L3.5 17.2492C3.5 17.6634 3.16421 17.9992 2.75 17.9992Z" fill="currentColor"/>
4
- </svg>
@@ -1,18 +0,0 @@
1
- import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
- import { makeIcon } from '../SvgIcon';
3
-
4
- export interface IconParadigm20FolderOutlineProps extends HTMLAttributes<HTMLDivElement> {
5
- fill?: string;
6
- width?: number;
7
- height?: number;
8
- getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
9
- }
10
-
11
- export default makeIcon<IconParadigm20FolderOutlineProps>(
12
- 'IconParadigm20FolderOutline',
13
- 'folder_outline_20',
14
- '0 0 20 20',
15
- '<symbol viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="folder_outline_20"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.494 2.55c-.206-.05-.417-.05-.614-.05H5.42c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v7.16c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 3 17.2c.337.172.693.24 1.073.27.365.03.81.03 1.345.03h9.162c.535 0 .98 0 1.345-.03.38-.03.736-.098 1.073-.27A2.749 2.749 0 0 0 18.201 16c.172-.338.24-.694.27-1.074.03-.365.03-.81.03-1.345V8.443c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.074A2.75 2.75 0 0 0 17 4.823c-.337-.172-.694-.24-1.073-.27-.365-.03-.81-.03-1.345-.03h-4.413a6.337 6.337 0 0 1-.31-.007.25.25 0 0 1-.072-.03l-.04-.034a6.35 6.35 0 0 1-.182-.181L8.503 3.198l-.034-.035c-.138-.14-.286-.29-.466-.401a1.75 1.75 0 0 0-.51-.213ZM6.832 4a6.336 6.336 0 0 1 .31.007.25.25 0 0 1 .072.03c-.004-.002.004.002.04.034.04.038.091.09.182.181l1.061 1.073.034.035c.138.14.286.29.466.401.158.098.33.17.51.213.205.05.416.05.613.049h4.431c.572 0 .957 0 1.252.025.287.023.425.065.515.111.235.12.427.311.547.546.046.091.088.228.111.515.024.296.025.68.025 1.253v5.077c0 .572 0 .957-.025 1.253-.023.287-.065.424-.111.514a1.25 1.25 0 0 1-.547.547c-.09.046-.228.088-.515.111-.296.024-.68.025-1.252.025H5.449c-.572 0-.957 0-1.252-.025-.288-.023-.425-.065-.515-.111a1.25 1.25 0 0 1-.547-.546c-.046-.091-.088-.228-.111-.515-.024-.296-.025-.68-.025-1.253v-7.1c0-.572 0-.957.025-1.252.023-.288.065-.425.111-.515a1.25 1.25 0 0 1 .547-.547c.09-.046.227-.088.515-.111C4.492 4 4.877 4 5.449 4h1.383Z" /></symbol>',
16
- 20,
17
- 20
18
- );