@vkontakte/icons 2.23.0 → 2.24.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.
- package/dist/12/education.js +12 -0
- package/dist/20/thumbs_up.js +12 -0
- package/dist/24/editor_cut_outline.js +12 -0
- package/dist/28/18_circle_outline.js +12 -0
- package/dist/28/editor_cut_outline.js +12 -0
- package/dist/es6/12/education.js +2 -0
- package/dist/es6/20/thumbs_up.js +2 -0
- package/dist/es6/24/editor_cut_outline.js +2 -0
- package/dist/es6/28/18_circle_outline.js +2 -0
- package/dist/es6/28/editor_cut_outline.js +2 -0
- package/dist/es6/index.js +5 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +28 -8
- package/dist/typings/12/education.d.ts +12 -0
- package/dist/typings/20/thumbs_up.d.ts +12 -0
- package/dist/typings/24/editor_cut_outline.d.ts +12 -0
- package/dist/typings/28/18_circle_outline.d.ts +12 -0
- package/dist/typings/28/editor_cut_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +2 -3
- package/src/svg/12/education_12.svg +1 -0
- package/src/svg/20/thumbs_up_20.svg +1 -0
- package/src/svg/24/editor_cut_outline_24.svg +1 -0
- package/src/svg/28/18_circle_outline_28.svg +1 -0
- package/src/svg/28/editor_cut_outline_28.svg +1 -0
- package/ts/12/education.ts +24 -0
- package/ts/20/thumbs_up.ts +24 -0
- package/ts/24/editor_cut_outline.ts +24 -0
- package/ts/28/18_circle_outline.ts +24 -0
- package/ts/28/editor_cut_outline.ts +24 -0
- package/ts/index.ts +5 -0
package/dist/index.js
CHANGED
|
@@ -108,6 +108,9 @@ _export(exports, {
|
|
|
108
108
|
Icon12Dropdown: function() {
|
|
109
109
|
return _dropdown.default;
|
|
110
110
|
},
|
|
111
|
+
Icon12Education: function() {
|
|
112
|
+
return _education.default;
|
|
113
|
+
},
|
|
111
114
|
Icon12ErrorCircle: function() {
|
|
112
115
|
return _errorCircle.default;
|
|
113
116
|
},
|
|
@@ -544,7 +547,7 @@ _export(exports, {
|
|
|
544
547
|
return _dropOutline.default;
|
|
545
548
|
},
|
|
546
549
|
Icon16Education: function() {
|
|
547
|
-
return
|
|
550
|
+
return _education1.default;
|
|
548
551
|
},
|
|
549
552
|
Icon16EducationOutline: function() {
|
|
550
553
|
return _educationOutline.default;
|
|
@@ -2382,6 +2385,9 @@ _export(exports, {
|
|
|
2382
2385
|
Icon20TextUnderlineOutline: function() {
|
|
2383
2386
|
return _textUnderlineOutline.default;
|
|
2384
2387
|
},
|
|
2388
|
+
Icon20ThumbsUp: function() {
|
|
2389
|
+
return _thumbsUp.default;
|
|
2390
|
+
},
|
|
2385
2391
|
Icon20ThumbsUpCircleFillGreen: function() {
|
|
2386
2392
|
return _thumbsUpCircleFillGreen.default;
|
|
2387
2393
|
},
|
|
@@ -3054,8 +3060,11 @@ _export(exports, {
|
|
|
3054
3060
|
Icon24Dropdown: function() {
|
|
3055
3061
|
return _dropdown3.default;
|
|
3056
3062
|
},
|
|
3063
|
+
Icon24EditorCutOutline: function() {
|
|
3064
|
+
return _editorCutOutline.default;
|
|
3065
|
+
},
|
|
3057
3066
|
Icon24Education: function() {
|
|
3058
|
-
return
|
|
3067
|
+
return _education2.default;
|
|
3059
3068
|
},
|
|
3060
3069
|
Icon24EducationOutline: function() {
|
|
3061
3070
|
return _educationOutline2.default;
|
|
@@ -4221,6 +4230,9 @@ _export(exports, {
|
|
|
4221
4230
|
Icon24WriteOutline: function() {
|
|
4222
4231
|
return _writeOutline1.default;
|
|
4223
4232
|
},
|
|
4233
|
+
Icon2818CircleOutline: function() {
|
|
4234
|
+
return _18CircleOutline1.default;
|
|
4235
|
+
},
|
|
4224
4236
|
Icon28AccessibilityOutline: function() {
|
|
4225
4237
|
return _accessibilityOutline1.default;
|
|
4226
4238
|
},
|
|
@@ -4758,6 +4770,9 @@ _export(exports, {
|
|
|
4758
4770
|
Icon28EditCircleFillBlue: function() {
|
|
4759
4771
|
return _editCircleFillBlue1.default;
|
|
4760
4772
|
},
|
|
4773
|
+
Icon28EditorCutOutline: function() {
|
|
4774
|
+
return _editorCutOutline1.default;
|
|
4775
|
+
},
|
|
4761
4776
|
Icon28EditOutline: function() {
|
|
4762
4777
|
return _editOutline.default;
|
|
4763
4778
|
},
|
|
@@ -6199,7 +6214,7 @@ _export(exports, {
|
|
|
6199
6214
|
return _zipOutline1.default;
|
|
6200
6215
|
},
|
|
6201
6216
|
Icon3218CircleOutline: function() {
|
|
6202
|
-
return
|
|
6217
|
+
return _18CircleOutline2.default;
|
|
6203
6218
|
},
|
|
6204
6219
|
Icon32AdvertisingOutline: function() {
|
|
6205
6220
|
return _advertisingOutline3.default;
|
|
@@ -6814,7 +6829,7 @@ _export(exports, {
|
|
|
6814
6829
|
return _writebarSend.default;
|
|
6815
6830
|
},
|
|
6816
6831
|
Icon5618CircleOutline: function() {
|
|
6817
|
-
return
|
|
6832
|
+
return _18CircleOutline3.default;
|
|
6818
6833
|
},
|
|
6819
6834
|
Icon56AccessibilityOutline: function() {
|
|
6820
6835
|
return _accessibilityOutline2.default;
|
|
@@ -7405,6 +7420,7 @@ var _delete = /*#__PURE__*/ _interopRequireDefault(require("./12/delete"));
|
|
|
7405
7420
|
var _download = /*#__PURE__*/ _interopRequireDefault(require("./12/download"));
|
|
7406
7421
|
var _drop = /*#__PURE__*/ _interopRequireDefault(require("./12/drop"));
|
|
7407
7422
|
var _dropdown = /*#__PURE__*/ _interopRequireDefault(require("./12/dropdown"));
|
|
7423
|
+
var _education = /*#__PURE__*/ _interopRequireDefault(require("./12/education"));
|
|
7408
7424
|
var _errorCircle = /*#__PURE__*/ _interopRequireDefault(require("./12/error_circle"));
|
|
7409
7425
|
var _errorCircleFill = /*#__PURE__*/ _interopRequireDefault(require("./12/error_circle_fill"));
|
|
7410
7426
|
var _explicit = /*#__PURE__*/ _interopRequireDefault(require("./12/explicit"));
|
|
@@ -7550,7 +7566,7 @@ var _dropdownFlipped = /*#__PURE__*/ _interopRequireDefault(require("./16/dropdo
|
|
|
7550
7566
|
var _dropdownFlippedOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/dropdown_flipped_outline"));
|
|
7551
7567
|
var _dropdownOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/dropdown_outline"));
|
|
7552
7568
|
var _dropOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/drop_outline"));
|
|
7553
|
-
var
|
|
7569
|
+
var _education1 = /*#__PURE__*/ _interopRequireDefault(require("./16/education"));
|
|
7554
7570
|
var _educationOutline = /*#__PURE__*/ _interopRequireDefault(require("./16/education_outline"));
|
|
7555
7571
|
var _errorCircle1 = /*#__PURE__*/ _interopRequireDefault(require("./16/error_circle"));
|
|
7556
7572
|
var _errorCircleFill1 = /*#__PURE__*/ _interopRequireDefault(require("./16/error_circle_fill"));
|
|
@@ -8163,6 +8179,7 @@ var _textOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./20/text_outl
|
|
|
8163
8179
|
var _textRightOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/text_right_outline"));
|
|
8164
8180
|
var _textTtOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/text_tt_outline"));
|
|
8165
8181
|
var _textUnderlineOutline = /*#__PURE__*/ _interopRequireDefault(require("./20/text_underline_outline"));
|
|
8182
|
+
var _thumbsUp = /*#__PURE__*/ _interopRequireDefault(require("./20/thumbs_up"));
|
|
8166
8183
|
var _thumbsUpCircleFillGreen = /*#__PURE__*/ _interopRequireDefault(require("./20/thumbs_up_circle_fill_green"));
|
|
8167
8184
|
var _thumbsUpOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./20/thumbs_up_outline"));
|
|
8168
8185
|
var _ticketOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./20/ticket_outline"));
|
|
@@ -8387,7 +8404,8 @@ var _downloadCrossBadgeOutline = /*#__PURE__*/ _interopRequireDefault(require(".
|
|
|
8387
8404
|
var _downloadOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./24/download_outline"));
|
|
8388
8405
|
var _drillOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/drill_outline"));
|
|
8389
8406
|
var _dropdown3 = /*#__PURE__*/ _interopRequireDefault(require("./24/dropdown"));
|
|
8390
|
-
var
|
|
8407
|
+
var _editorCutOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/editor_cut_outline"));
|
|
8408
|
+
var _education2 = /*#__PURE__*/ _interopRequireDefault(require("./24/education"));
|
|
8391
8409
|
var _educationOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./24/education_outline"));
|
|
8392
8410
|
var _employeeOutline = /*#__PURE__*/ _interopRequireDefault(require("./24/employee_outline"));
|
|
8393
8411
|
var _error = /*#__PURE__*/ _interopRequireDefault(require("./24/error"));
|
|
@@ -8776,6 +8794,7 @@ var _work = /*#__PURE__*/ _interopRequireDefault(require("./24/work"));
|
|
|
8776
8794
|
var _workOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./24/work_outline"));
|
|
8777
8795
|
var _write1 = /*#__PURE__*/ _interopRequireDefault(require("./24/write"));
|
|
8778
8796
|
var _writeOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./24/write_outline"));
|
|
8797
|
+
var _18CircleOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/18_circle_outline"));
|
|
8779
8798
|
var _accessibilityOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/accessibility_outline"));
|
|
8780
8799
|
var _achievementCircleFillBlue1 = /*#__PURE__*/ _interopRequireDefault(require("./28/achievement_circle_fill_blue"));
|
|
8781
8800
|
var _addAwardOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/add_award_outline"));
|
|
@@ -8955,6 +8974,7 @@ var _downloadCloudOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./28/
|
|
|
8955
8974
|
var _downloadOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./28/download_outline"));
|
|
8956
8975
|
var _drillOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/drill_outline"));
|
|
8957
8976
|
var _editCircleFillBlue1 = /*#__PURE__*/ _interopRequireDefault(require("./28/edit_circle_fill_blue"));
|
|
8977
|
+
var _editorCutOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/editor_cut_outline"));
|
|
8958
8978
|
var _editOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/edit_outline"));
|
|
8959
8979
|
var _educationCircleFillGray = /*#__PURE__*/ _interopRequireDefault(require("./28/education_circle_fill_gray"));
|
|
8960
8980
|
var _educationOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./28/education_outline"));
|
|
@@ -9435,7 +9455,7 @@ var _writeOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./28/write_ou
|
|
|
9435
9455
|
var _writeSquareOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/write_square_outline"));
|
|
9436
9456
|
var _zeroRubleOutline = /*#__PURE__*/ _interopRequireDefault(require("./28/zero_ruble_outline"));
|
|
9437
9457
|
var _zipOutline1 = /*#__PURE__*/ _interopRequireDefault(require("./28/zip_outline"));
|
|
9438
|
-
var
|
|
9458
|
+
var _18CircleOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./32/18_circle_outline"));
|
|
9439
9459
|
var _advertisingOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./32/advertising_outline"));
|
|
9440
9460
|
var _cakeCircleFillPurple2 = /*#__PURE__*/ _interopRequireDefault(require("./32/cake_circle_fill_purple"));
|
|
9441
9461
|
var _cakeCircleFillRaspberryPink2 = /*#__PURE__*/ _interopRequireDefault(require("./32/cake_circle_fill_raspberry_pink"));
|
|
@@ -9639,7 +9659,7 @@ var _userRectangleHorizontalOutline1 = /*#__PURE__*/ _interopRequireDefault(requ
|
|
|
9639
9659
|
var _video4 = /*#__PURE__*/ _interopRequireDefault(require("./48/video"));
|
|
9640
9660
|
var _writebarDone = /*#__PURE__*/ _interopRequireDefault(require("./48/writebar_done"));
|
|
9641
9661
|
var _writebarSend = /*#__PURE__*/ _interopRequireDefault(require("./48/writebar_send"));
|
|
9642
|
-
var
|
|
9662
|
+
var _18CircleOutline3 = /*#__PURE__*/ _interopRequireDefault(require("./56/18_circle_outline"));
|
|
9643
9663
|
var _accessibilityOutline2 = /*#__PURE__*/ _interopRequireDefault(require("./56/accessibility_outline"));
|
|
9644
9664
|
var _addCircleOutline4 = /*#__PURE__*/ _interopRequireDefault(require("./56/add_circle_outline"));
|
|
9645
9665
|
var _advertisingOutline5 = /*#__PURE__*/ _interopRequireDefault(require("./56/advertising_outline"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon12EducationProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon12EducationProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20ThumbsUpProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon20ThumbsUpProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24EditorCutOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon24EditorCutOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon2818CircleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon2818CircleOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon28EditorCutOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon28EditorCutOutlineProps>;
|
|
12
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export { default as Icon12Delete } from './12/delete';
|
|
|
31
31
|
export { default as Icon12Download } from './12/download';
|
|
32
32
|
export { default as Icon12Drop } from './12/drop';
|
|
33
33
|
export { default as Icon12Dropdown } from './12/dropdown';
|
|
34
|
+
export { default as Icon12Education } from './12/education';
|
|
34
35
|
export { default as Icon12ErrorCircle } from './12/error_circle';
|
|
35
36
|
export { default as Icon12ErrorCircleFill } from './12/error_circle_fill';
|
|
36
37
|
export { default as Icon12Explicit } from './12/explicit';
|
|
@@ -789,6 +790,7 @@ export { default as Icon20TextOutline } from './20/text_outline';
|
|
|
789
790
|
export { default as Icon20TextRightOutline } from './20/text_right_outline';
|
|
790
791
|
export { default as Icon20TextTtOutline } from './20/text_tt_outline';
|
|
791
792
|
export { default as Icon20TextUnderlineOutline } from './20/text_underline_outline';
|
|
793
|
+
export { default as Icon20ThumbsUp } from './20/thumbs_up';
|
|
792
794
|
export { default as Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green';
|
|
793
795
|
export { default as Icon20ThumbsUpOutline } from './20/thumbs_up_outline';
|
|
794
796
|
export { default as Icon20TicketOutline } from './20/ticket_outline';
|
|
@@ -1013,6 +1015,7 @@ export { default as Icon24DownloadCrossBadgeOutline } from './24/download_cross_
|
|
|
1013
1015
|
export { default as Icon24DownloadOutline } from './24/download_outline';
|
|
1014
1016
|
export { default as Icon24DrillOutline } from './24/drill_outline';
|
|
1015
1017
|
export { default as Icon24Dropdown } from './24/dropdown';
|
|
1018
|
+
export { default as Icon24EditorCutOutline } from './24/editor_cut_outline';
|
|
1016
1019
|
export { default as Icon24Education } from './24/education';
|
|
1017
1020
|
export { default as Icon24EducationOutline } from './24/education_outline';
|
|
1018
1021
|
export { default as Icon24EmployeeOutline } from './24/employee_outline';
|
|
@@ -1402,6 +1405,7 @@ export { default as Icon24Work } from './24/work';
|
|
|
1402
1405
|
export { default as Icon24WorkOutline } from './24/work_outline';
|
|
1403
1406
|
export { default as Icon24Write } from './24/write';
|
|
1404
1407
|
export { default as Icon24WriteOutline } from './24/write_outline';
|
|
1408
|
+
export { default as Icon2818CircleOutline } from './28/18_circle_outline';
|
|
1405
1409
|
export { default as Icon28AccessibilityOutline } from './28/accessibility_outline';
|
|
1406
1410
|
export { default as Icon28AchievementCircleFillBlue } from './28/achievement_circle_fill_blue';
|
|
1407
1411
|
export { default as Icon28AddAwardOutline } from './28/add_award_outline';
|
|
@@ -1581,6 +1585,7 @@ export { default as Icon28DownloadCloudOutline } from './28/download_cloud_outli
|
|
|
1581
1585
|
export { default as Icon28DownloadOutline } from './28/download_outline';
|
|
1582
1586
|
export { default as Icon28DrillOutline } from './28/drill_outline';
|
|
1583
1587
|
export { default as Icon28EditCircleFillBlue } from './28/edit_circle_fill_blue';
|
|
1588
|
+
export { default as Icon28EditorCutOutline } from './28/editor_cut_outline';
|
|
1584
1589
|
export { default as Icon28EditOutline } from './28/edit_outline';
|
|
1585
1590
|
export { default as Icon28EducationCircleFillGray } from './28/education_circle_fill_gray';
|
|
1586
1591
|
export { default as Icon28EducationOutline } from './28/education_outline';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.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/",
|
|
@@ -32,8 +32,7 @@
|
|
|
32
32
|
"lint:prettier"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@vkontakte/icons-sprite": "^1.0.1"
|
|
36
|
-
"typescript": "^5.0.2"
|
|
35
|
+
"@vkontakte/icons-sprite": "^1.0.1"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
39
38
|
"react": "^16.9.34 || ^17 || ^18"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 12 12"><path fill-rule="evenodd" d="M5.625 1.128.76 3.697l-.078.04c-.374.199-.565.306-.631.448a.5.5 0 0 0-.005.416c.068.153.279.27.699.503l4.87 2.704c.142.078.213.118.288.133a.5.5 0 0 0 .202 0c.075-.015.146-.055.287-.134L11 5.243V7.5a.5.5 0 1 0 1 0V4.444c0-.104-.031-.2-.085-.28-.066-.108-.21-.2-.46-.336a26.536 26.536 0 0 0-.23-.124h-.002L6.374 1.128c-.137-.072-.205-.109-.277-.123a.5.5 0 0 0-.194 0c-.072.014-.14.05-.278.123ZM1.99 6.998v-.062l2.847 1.58c.426.237.639.355.864.402.2.04.405.04.605 0 .225-.047.438-.165.863-.402l2.817-1.568v.05a3.998 3.998 0 0 1-7.996 0Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M18.006 12.713c0 2.662-1.85 4.287-5.024 4.287H8.99c-.52 0-.78 0-.978-.102a.929.929 0 0 1-.405-.406c-.101-.2-.101-.46-.101-.981V8.794c0-.23 0-.346.008-.46.008-.102.021-.204.04-.304.02-.113.049-.225.107-.448l1.134-4.348c.209-.957 1.295-1.547 2.29-1.058.528.258.913.91.913 1.558v3.267h1.004c3.457 0 5.004 1.439 5.004 4.706v1.006ZM2.03 9.288C2 9.442 2 9.628 2 10v6c0 .372 0 .558.03.712a1.6 1.6 0 0 0 1.258 1.257C3.442 18 3.628 18 4 18c.372 0 .558 0 .712-.03a1.6 1.6 0 0 0 1.257-1.258C6 16.558 6 16.372 6 16v-6c0-.372 0-.558-.03-.712A1.6 1.6 0 0 0 4.711 8.03C4.558 8 4.372 8 4 8c-.372 0-.558 0-.712.03A1.6 1.6 0 0 0 2.03 9.289Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M13 3a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V3.9A.9.9 0 0 0 13 3Zm0 4.75a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V8.65a.9.9 0 0 0-.9-.9Zm-.9 5.65a.9.9 0 1 1 1.8 0v1.95a.9.9 0 1 1-1.8 0V13.4Zm.9 3.85a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0v-1.95a.9.9 0 0 0-.9-.9ZM9.1 4h-.64c-.947 0-1.713 0-2.333.05-.64.053-1.203.163-1.726.43a4.4 4.4 0 0 0-1.923 1.922c-.266.523-.376 1.087-.429 1.726C2 8.748 2 9.514 2 10.462v3.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726A4.4 4.4 0 0 0 4.4 19.52c.523.267 1.086.377 1.726.43.62.05 1.386.05 2.333.05h.64a.9.9 0 1 0 0-1.8h-.601c-.995 0-1.687 0-2.226-.045-.528-.043-.828-.123-1.055-.238a2.6 2.6 0 0 1-1.136-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-3c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054a2.6 2.6 0 0 1 1.136-1.137c.227-.115.527-.195 1.055-.238C6.812 5.8 7.503 5.8 8.5 5.8h.6a.9.9 0 1 0 0-1.8Zm7.8 0a.9.9 0 1 0 0 1.8h1.299a2 2 0 0 1 2 2v8.4a2 2 0 0 1-2 2h-1.3a.9.9 0 1 0 0 1.8h1.3a3.8 3.8 0 0 0 3.8-3.8V7.8a3.8 3.8 0 0 0-3.8-3.8h-1.3Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14 4C8.477 4 4 8.477 4 14s4.477 10 10 10 10-4.477 10-10S19.523 4 14 4ZM2 14C2 7.373 7.373 2 14 2s12 5.373 12 12-5.373 12-12 12S2 20.627 2 14Z M16.323 18.7c2.172 0 3.677-1.044 3.677-2.587 0-1.184-.875-2.016-2.082-2.229v-.042c1.04-.237 1.767-.996 1.767-1.95 0-1.39-1.369-2.392-3.362-2.392-1.987 0-3.361 1.002-3.361 2.386 0 .972.731 1.72 1.779 1.956v.042c-1.208.213-2.089 1.039-2.089 2.223 0 1.549 1.494 2.593 3.671 2.593Zm0-5.49c-.702 0-1.202-.449-1.202-1.093 0-.65.506-1.093 1.202-1.093.702 0 1.214.444 1.214 1.093 0 .644-.506 1.093-1.214 1.093Zm0 3.96c-.815 0-1.38-.517-1.38-1.227 0-.698.565-1.202 1.38-1.202.821 0 1.386.504 1.386 1.202 0 .71-.565 1.227-1.386 1.227Zm-5.777 1.327c.662 0 1.105-.429 1.105-1.093v-6.665c0-.762-.468-1.239-1.27-1.239-.436 0-.813.048-1.28.363l-1.658 1.123c-.315.218-.443.466-.443.786 0 .447.322.767.753.767.212 0 .346-.048.546-.187l1.093-.755h.043v5.807c0 .664.449 1.093 1.11 1.093Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M5.07 4.801C6.164 4.216 7.243 4 9.691 4H11a1 1 0 1 1 0 2H9.692c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C4.212 8.673 4 9.357 4 11.692v4.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565H11a1 1 0 1 1 0 2H9.692c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C2.216 19.835 2 18.756 2 16.308v-4.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 5.07 4.801ZM18 4.986a1 1 0 0 1 1.021-.979c1.964.042 2.93.27 3.91.794a5.465 5.465 0 0 1 2.268 2.268c.585 1.096.801 2.175.801 4.623v4.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-.98.524-1.945.752-3.909.794a1 1 0 1 1-.042-2c1.798-.038 2.413-.24 3.008-.558a3.467 3.467 0 0 0 1.448-1.448c.353-.66.565-1.344.565-3.679v-4.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447c-.595-.318-1.21-.52-3.008-.558A1 1 0 0 1 18 4.986Z M15 2a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Zm0 6.5a1 1 0 0 0-1 1V12a1 1 0 1 0 2 0V9.5a1 1 0 0 0-1-1ZM14 16a1 1 0 1 1 2 0v2.5a1 1 0 0 1-2 0V16Zm1 5.5a1 1 0 0 0-1 1V25a1 1 0 1 0 2 0v-2.5a1 1 0 0 0-1-1Z"/></svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon12EducationProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon12EducationProps>(
|
|
16
|
+
'Icon12Education',
|
|
17
|
+
'education_12',
|
|
18
|
+
'0 0 12 12',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="education_12"><path fill-rule="evenodd" d="M5.625 1.128.76 3.697l-.078.04c-.374.199-.565.306-.631.448a.5.5 0 0 0-.005.416c.068.153.279.27.699.503l4.87 2.704c.142.078.213.118.288.133a.5.5 0 0 0 .202 0c.075-.015.146-.055.287-.134L11 5.243V7.5a.5.5 0 1 0 1 0V4.444c0-.104-.031-.2-.085-.28-.066-.108-.21-.2-.46-.336a26.536 26.536 0 0 0-.23-.124h-.002L6.374 1.128c-.137-.072-.205-.109-.277-.123a.5.5 0 0 0-.194 0c-.072.014-.14.05-.278.123ZM1.99 6.998v-.062l2.847 1.58c.426.237.639.355.864.402.2.04.405.04.605 0 .225-.047.438-.165.863-.402l2.817-1.568v.05a3.998 3.998 0 0 1-7.996 0Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
12,
|
|
21
|
+
12,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20ThumbsUpProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20ThumbsUpProps>(
|
|
16
|
+
'Icon20ThumbsUp',
|
|
17
|
+
'thumbs_up_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="M18.006 12.713c0 2.662-1.85 4.287-5.024 4.287H8.99c-.52 0-.78 0-.978-.102a.929.929 0 0 1-.405-.406c-.101-.2-.101-.46-.101-.981V8.794c0-.23 0-.346.008-.46.008-.102.021-.204.04-.304.02-.113.049-.225.107-.448l1.134-4.348c.209-.957 1.295-1.547 2.29-1.058.528.258.913.91.913 1.558v3.267h1.004c3.457 0 5.004 1.439 5.004 4.706v1.006ZM2.03 9.288C2 9.442 2 9.628 2 10v6c0 .372 0 .558.03.712a1.6 1.6 0 0 0 1.258 1.257C3.442 18 3.628 18 4 18c.372 0 .558 0 .712-.03a1.6 1.6 0 0 0 1.257-1.258C6 16.558 6 16.372 6 16v-6c0-.372 0-.558-.03-.712A1.6 1.6 0 0 0 4.711 8.03C4.558 8 4.372 8 4 8c-.372 0-.558 0-.712.03A1.6 1.6 0 0 0 2.03 9.289Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon24EditorCutOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon24EditorCutOutlineProps>(
|
|
16
|
+
'Icon24EditorCutOutline',
|
|
17
|
+
'editor_cut_outline_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="editor_cut_outline_24"><path d="M13 3a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V3.9A.9.9 0 0 0 13 3Zm0 4.75a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V8.65a.9.9 0 0 0-.9-.9Zm-.9 5.65a.9.9 0 1 1 1.8 0v1.95a.9.9 0 1 1-1.8 0V13.4Zm.9 3.85a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0v-1.95a.9.9 0 0 0-.9-.9ZM9.1 4h-.64c-.947 0-1.713 0-2.333.05-.64.053-1.203.163-1.726.43a4.4 4.4 0 0 0-1.923 1.922c-.266.523-.376 1.087-.429 1.726C2 8.748 2 9.514 2 10.462v3.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726A4.4 4.4 0 0 0 4.4 19.52c.523.267 1.086.377 1.726.43.62.05 1.386.05 2.333.05h.64a.9.9 0 1 0 0-1.8h-.601c-.995 0-1.687 0-2.226-.045-.528-.043-.828-.123-1.055-.238a2.6 2.6 0 0 1-1.136-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-3c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054a2.6 2.6 0 0 1 1.136-1.137c.227-.115.527-.195 1.055-.238C6.812 5.8 7.503 5.8 8.5 5.8h.6a.9.9 0 1 0 0-1.8Zm7.8 0a.9.9 0 1 0 0 1.8h1.299a2 2 0 0 1 2 2v8.4a2 2 0 0 1-2 2h-1.3a.9.9 0 1 0 0 1.8h1.3a3.8 3.8 0 0 0 3.8-3.8V7.8a3.8 3.8 0 0 0-3.8-3.8h-1.3Z" /></symbol>',
|
|
20
|
+
24,
|
|
21
|
+
24,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon2818CircleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon2818CircleOutlineProps>(
|
|
16
|
+
'Icon2818CircleOutline',
|
|
17
|
+
'18_circle_outline_28',
|
|
18
|
+
'0 0 28 28',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="18_circle_outline_28"><path fill-rule="evenodd" d="M14 4C8.477 4 4 8.477 4 14s4.477 10 10 10 10-4.477 10-10S19.523 4 14 4ZM2 14C2 7.373 7.373 2 14 2s12 5.373 12 12-5.373 12-12 12S2 20.627 2 14Zm14.323 4.7c2.172 0 3.677-1.044 3.677-2.587 0-1.184-.875-2.016-2.082-2.229v-.042c1.04-.237 1.767-.996 1.767-1.95 0-1.39-1.369-2.392-3.362-2.392-1.987 0-3.361 1.002-3.361 2.386 0 .972.731 1.72 1.779 1.956v.042c-1.208.213-2.089 1.039-2.089 2.223 0 1.549 1.494 2.593 3.671 2.593Zm0-5.49c-.702 0-1.202-.449-1.202-1.093 0-.65.506-1.093 1.202-1.093.702 0 1.214.444 1.214 1.093 0 .644-.506 1.093-1.214 1.093Zm0 3.96c-.815 0-1.38-.517-1.38-1.227 0-.698.565-1.202 1.38-1.202.821 0 1.386.504 1.386 1.202 0 .71-.565 1.227-1.386 1.227Zm-5.777 1.327c.662 0 1.105-.429 1.105-1.093v-6.665c0-.762-.468-1.239-1.27-1.239-.436 0-.813.048-1.28.363l-1.658 1.123c-.315.218-.443.466-.443.786 0 .447.322.767.753.767.212 0 .346-.048.546-.187l1.093-.755h.043v5.807c0 .664.449 1.093 1.11 1.093Z" /></symbol>',
|
|
20
|
+
28,
|
|
21
|
+
28,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon28EditorCutOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon28EditorCutOutlineProps>(
|
|
16
|
+
'Icon28EditorCutOutline',
|
|
17
|
+
'editor_cut_outline_28',
|
|
18
|
+
'0 0 28 28',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="editor_cut_outline_28"><path fill-rule="evenodd" d="M5.07 4.801C6.164 4.216 7.243 4 9.691 4H11a1 1 0 1 1 0 2H9.692c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C4.212 8.673 4 9.357 4 11.692v4.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565H11a1 1 0 1 1 0 2H9.692c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C2.216 19.835 2 18.756 2 16.308v-4.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 5.07 4.801ZM18 4.986a1 1 0 0 1 1.021-.979c1.964.042 2.93.27 3.91.794a5.465 5.465 0 0 1 2.268 2.268c.585 1.096.801 2.175.801 4.623v4.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-.98.524-1.945.752-3.909.794a1 1 0 1 1-.042-2c1.798-.038 2.413-.24 3.008-.558a3.467 3.467 0 0 0 1.448-1.448c.353-.66.565-1.344.565-3.679v-4.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447c-.595-.318-1.21-.52-3.008-.558A1 1 0 0 1 18 4.986ZM15 2a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Zm0 6.5a1 1 0 0 0-1 1V12a1 1 0 1 0 2 0V9.5a1 1 0 0 0-1-1ZM14 16a1 1 0 1 1 2 0v2.5a1 1 0 0 1-2 0V16Zm1 5.5a1 1 0 0 0-1 1V25a1 1 0 1 0 2 0v-2.5a1 1 0 0 0-1-1Z" /></symbol>',
|
|
20
|
+
28,
|
|
21
|
+
28,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -31,6 +31,7 @@ export { default as Icon12Delete } from './12/delete';
|
|
|
31
31
|
export { default as Icon12Download } from './12/download';
|
|
32
32
|
export { default as Icon12Drop } from './12/drop';
|
|
33
33
|
export { default as Icon12Dropdown } from './12/dropdown';
|
|
34
|
+
export { default as Icon12Education } from './12/education';
|
|
34
35
|
export { default as Icon12ErrorCircle } from './12/error_circle';
|
|
35
36
|
export { default as Icon12ErrorCircleFill } from './12/error_circle_fill';
|
|
36
37
|
export { default as Icon12Explicit } from './12/explicit';
|
|
@@ -789,6 +790,7 @@ export { default as Icon20TextOutline } from './20/text_outline';
|
|
|
789
790
|
export { default as Icon20TextRightOutline } from './20/text_right_outline';
|
|
790
791
|
export { default as Icon20TextTtOutline } from './20/text_tt_outline';
|
|
791
792
|
export { default as Icon20TextUnderlineOutline } from './20/text_underline_outline';
|
|
793
|
+
export { default as Icon20ThumbsUp } from './20/thumbs_up';
|
|
792
794
|
export { default as Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green';
|
|
793
795
|
export { default as Icon20ThumbsUpOutline } from './20/thumbs_up_outline';
|
|
794
796
|
export { default as Icon20TicketOutline } from './20/ticket_outline';
|
|
@@ -1013,6 +1015,7 @@ export { default as Icon24DownloadCrossBadgeOutline } from './24/download_cross_
|
|
|
1013
1015
|
export { default as Icon24DownloadOutline } from './24/download_outline';
|
|
1014
1016
|
export { default as Icon24DrillOutline } from './24/drill_outline';
|
|
1015
1017
|
export { default as Icon24Dropdown } from './24/dropdown';
|
|
1018
|
+
export { default as Icon24EditorCutOutline } from './24/editor_cut_outline';
|
|
1016
1019
|
export { default as Icon24Education } from './24/education';
|
|
1017
1020
|
export { default as Icon24EducationOutline } from './24/education_outline';
|
|
1018
1021
|
export { default as Icon24EmployeeOutline } from './24/employee_outline';
|
|
@@ -1402,6 +1405,7 @@ export { default as Icon24Work } from './24/work';
|
|
|
1402
1405
|
export { default as Icon24WorkOutline } from './24/work_outline';
|
|
1403
1406
|
export { default as Icon24Write } from './24/write';
|
|
1404
1407
|
export { default as Icon24WriteOutline } from './24/write_outline';
|
|
1408
|
+
export { default as Icon2818CircleOutline } from './28/18_circle_outline';
|
|
1405
1409
|
export { default as Icon28AccessibilityOutline } from './28/accessibility_outline';
|
|
1406
1410
|
export { default as Icon28AchievementCircleFillBlue } from './28/achievement_circle_fill_blue';
|
|
1407
1411
|
export { default as Icon28AddAwardOutline } from './28/add_award_outline';
|
|
@@ -1581,6 +1585,7 @@ export { default as Icon28DownloadCloudOutline } from './28/download_cloud_outli
|
|
|
1581
1585
|
export { default as Icon28DownloadOutline } from './28/download_outline';
|
|
1582
1586
|
export { default as Icon28DrillOutline } from './28/drill_outline';
|
|
1583
1587
|
export { default as Icon28EditCircleFillBlue } from './28/edit_circle_fill_blue';
|
|
1588
|
+
export { default as Icon28EditorCutOutline } from './28/editor_cut_outline';
|
|
1584
1589
|
export { default as Icon28EditOutline } from './28/edit_outline';
|
|
1585
1590
|
export { default as Icon28EducationCircleFillGray } from './28/education_circle_fill_gray';
|
|
1586
1591
|
export { default as Icon28EducationOutline } from './28/education_outline';
|