@vkontakte/icons 2.22.0 → 2.23.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/square_filled.js +12 -0
- package/dist/12/square_outline.js +12 -0
- package/dist/16/list_letter_eng_outline.js +12 -0
- package/dist/16/table_outline.js +12 -0
- package/dist/16/text_bold_eng_outline.js +12 -0
- package/dist/16/text_italic_eng_outline.js +12 -0
- package/dist/16/text_underline_eng_outline.js +12 -0
- package/dist/20/zip_outline.js +12 -0
- package/dist/24/education_outline.js +1 -1
- package/dist/24/question.js +12 -0
- package/dist/56/privacy_outline.js +12 -0
- package/dist/es6/12/square_filled.js +2 -0
- package/dist/es6/12/square_outline.js +2 -0
- package/dist/es6/16/list_letter_eng_outline.js +2 -0
- package/dist/es6/16/table_outline.js +2 -0
- package/dist/es6/16/text_bold_eng_outline.js +2 -0
- package/dist/es6/16/text_italic_eng_outline.js +2 -0
- package/dist/es6/16/text_underline_eng_outline.js +2 -0
- package/dist/es6/20/zip_outline.js +2 -0
- package/dist/es6/24/education_outline.js +1 -1
- package/dist/es6/24/question.js +2 -0
- package/dist/es6/56/privacy_outline.js +2 -0
- package/dist/es6/index.js +10 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +46 -6
- package/dist/typings/12/square_filled.d.ts +12 -0
- package/dist/typings/12/square_outline.d.ts +12 -0
- package/dist/typings/16/list_letter_eng_outline.d.ts +12 -0
- package/dist/typings/16/table_outline.d.ts +12 -0
- package/dist/typings/16/text_bold_eng_outline.d.ts +12 -0
- package/dist/typings/16/text_italic_eng_outline.d.ts +12 -0
- package/dist/typings/16/text_underline_eng_outline.d.ts +12 -0
- package/dist/typings/20/zip_outline.d.ts +12 -0
- package/dist/typings/24/question.d.ts +12 -0
- package/dist/typings/56/privacy_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +10 -0
- package/package.json +3 -2
- package/src/svg/12/square_filled_12.svg +1 -0
- package/src/svg/12/square_outline_12.svg +1 -0
- package/src/svg/16/list_letter_eng_outline_16.svg +1 -0
- package/src/svg/16/table_outline_16.svg +1 -0
- package/src/svg/16/text_bold_eng_outline_16.svg +1 -0
- package/src/svg/16/text_italic_eng_outline_16.svg +1 -0
- package/src/svg/16/text_underline_eng_outline_16.svg +1 -0
- package/src/svg/20/zip_outline_20.svg +1 -0
- package/src/svg/24/education_outline_24.svg +1 -1
- package/src/svg/24/question_24.svg +1 -0
- package/src/svg/56/privacy_outline_56.svg +1 -0
- package/ts/12/square_filled.ts +24 -0
- package/ts/12/square_outline.ts +24 -0
- package/ts/16/list_letter_eng_outline.ts +24 -0
- package/ts/16/table_outline.ts +24 -0
- package/ts/16/text_bold_eng_outline.ts +24 -0
- package/ts/16/text_italic_eng_outline.ts +24 -0
- package/ts/16/text_underline_eng_outline.ts +24 -0
- package/ts/20/zip_outline.ts +24 -0
- package/ts/24/education_outline.ts +1 -1
- package/ts/24/question.ts +24 -0
- package/ts/56/privacy_outline.ts +24 -0
- package/ts/index.ts +10 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon16TextUnderlineEngOutlineProps 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<Icon16TextUnderlineEngOutlineProps>(
|
|
16
|
+
'Icon16TextUnderlineEngOutline',
|
|
17
|
+
'text_underline_eng_outline_16',
|
|
18
|
+
'0 0 16 16',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_underline_eng_outline_16"><path d="M7.876 12.248c1.125 0 2.042-.342 2.68-.936.637-.593.985-1.43.985-2.404v-5.1c0-.24-.07-.443-.209-.588a.763.763 0 0 0-.569-.22c-.235 0-.434.074-.574.22-.14.145-.21.349-.21.588v4.984c0 .607-.192 1.115-.546 1.472-.353.356-.876.57-1.557.57-.68 0-1.202-.214-1.554-.57-.352-.356-.543-.865-.543-1.472V3.808c0-.24-.072-.444-.212-.588A.773.773 0 0 0 4.995 3c-.235 0-.434.074-.574.22-.14.145-.21.349-.21.588v5.1c0 .973.349 1.81.986 2.404.637.594 1.554.936 2.68.936ZM4.752 13a.75.75 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5h-6.5Z" /></symbol>',
|
|
20
|
+
16,
|
|
21
|
+
16,
|
|
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 Icon20ZipOutlineProps 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<Icon20ZipOutlineProps>(
|
|
16
|
+
'Icon20ZipOutline',
|
|
17
|
+
'zip_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zip_outline_20"><path fill-rule="evenodd" d="M9.35 1.5h-.033c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67C3 6.103 3 6.864 3 7.816v4.367c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h1.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67.05-.614.05-1.375.05-2.327V7.817c0-.952 0-1.713-.05-2.327-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413-.614-.05-1.375-.05-2.327-.05H9.35ZM6.002 3.3c.25-.128.573-.21 1.11-.255.375-.03.823-.04 1.388-.043V3.7c0 .28 0 .42.054.527a.5.5 0 0 0 .219.218c.107.055.247.055.527.055h.7V3h.65c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 15.2 4.502c.128.25.21.573.255 1.11.044.546.045 1.246.045 2.238v4.3c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11A2.751 2.751 0 0 1 14 16.7c-.252.128-.574.21-1.111.255-.546.044-1.245.045-2.238.045h-1.3c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 4.8 15.5c-.128-.252-.21-.574-.255-1.111-.044-.546-.045-1.245-.045-2.238v-4.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 6.002 3.3Zm2.536 3.009C8.5 6.4 8.5 6.517 8.5 6.75s0 .35.038.441a.5.5 0 0 0 .27.271c.093.038.209.038.442.038H10V6h-.75c-.233 0-.35 0-.441.038a.5.5 0 0 0-.271.27ZM10 4.5h.75c.233 0 .35 0 .441.038a.5.5 0 0 1 .27.27c.039.093.039.21.039.442 0 .233 0 .35-.038.441a.5.5 0 0 1-.27.271C11.1 6 10.982 6 10.75 6H10V4.5Zm.75 3H10v.75c0 .233 0 .35.038.441a.5.5 0 0 0 .27.271c.092.038.21.038.442.038s.35 0 .441-.038a.5.5 0 0 0 .27-.27c.039-.092.039-.209.039-.442s0-.35-.038-.441a.5.5 0 0 0-.27-.27c-.092-.039-.21-.039-.442-.039ZM8.5 10.75c0-.233 0-.35.038-.441a.5.5 0 0 1 .27-.27C8.902 10 9.018 10 9.25 10h1.5c.233 0 .35 0 .441.038a.5.5 0 0 1 .27.27c.039.092.039.209.039.442v.75a1.5 1.5 0 0 1-3 0v-.75Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -16,7 +16,7 @@ export default makeIcon<Icon24EducationOutlineProps>(
|
|
|
16
16
|
'Icon24EducationOutline',
|
|
17
17
|
'education_outline_24',
|
|
18
18
|
'0 0 24 24',
|
|
19
|
-
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="education_outline_24"><path fill-rule="evenodd" d="
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="education_outline_24"><path fill-rule="evenodd" d="M12.329 3.033a1.711 1.711 0 0 0-.65 0c-.25.048-.473.165-.639.251l-.045.024-7.288 3.775c-.325.169-.622.323-.85.468-.225.144-.527.367-.697.73a1.695 1.695 0 0 0 0 1.438c.17.363.472.586.698.73.227.145.524.3.85.468l1.492.773v2.545c0 .338 0 .548.01.73a6.4 6.4 0 0 0 6.025 6.025c.183.01.392.01.73.01h.07c.338 0 .547 0 .73-.01a6.4 6.4 0 0 0 6.024-6.025c.011-.182.011-.392.011-.73V11.69l1.4-.726v4.138a.9.9 0 1 0 1.8 0v-6.09c.002-.25-.051-.5-.16-.732-.17-.363-.471-.585-.697-.73a11.336 11.336 0 0 0-.85-.467l-7.28-3.775-.046-.024c-.165-.087-.39-.204-.638-.252Zm-.366 1.803.04-.02a3.843 3.843 0 0 1 .176.09l7.248 3.757c.289.15.488.254.631.337-.143.083-.342.187-.631.337l-7.248 3.757c-.055.03-.098.051-.135.07-.031.016-.05.016-.081 0-.037-.019-.08-.04-.135-.07L4.574 9.338c-.29-.15-.488-.253-.632-.337.144-.084.343-.187.632-.337l7.254-3.757c.055-.03.098-.051.135-.07ZM17 12.624l-3.987 2.067c-.219.114-.44.229-.684.276a1.712 1.712 0 0 1-.65 0c-.245-.047-.466-.161-.684-.275L7 12.622V14.2c0 .384 0 .538.007.663a4.6 4.6 0 0 0 4.33 4.33c.125.007.28.007.663.007.384 0 .538 0 .663-.008a4.6 4.6 0 0 0 4.33-4.33c.007-.124.007-.278.007-.662v-1.576Z" clip-rule="evenodd" /></symbol>',
|
|
20
20
|
24,
|
|
21
21
|
24,
|
|
22
22
|
false,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon24QuestionProps 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<Icon24QuestionProps>(
|
|
16
|
+
'Icon24Question',
|
|
17
|
+
'question_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="question_24"><path fill-rule="evenodd" d="M22 11.5c0 4.695-4.477 8.5-10 8.5-1.425 0-2.78-.253-4.008-.71-1.022.731-2.49 1.604-5.064 1.708-.298.012-.518-.314-.393-.597.664-1.52.965-2.697.965-4.401l.032.023C2.562 14.713 2 13.163 2 11.5 2 6.806 6.477 3 12 3s10 3.806 10 8.5ZM11.347 8.18c-.149.104-.296.279-.385.593a1 1 0 0 1-1.924-.546c.205-.723.61-1.299 1.164-1.686A3.12 3.12 0 0 1 12 6c1.733 0 3 1.492 3 3 0 1.172-.774 1.941-1.23 2.394l-.063.063c-.557.557-.707.772-.707 1.043a1 1 0 1 1-2 0c0-1.172.774-1.941 1.23-2.394l.063-.063C12.85 9.486 13 9.27 13 9c0-.492-.459-1-1-1-.278 0-.497.071-.653.18Zm1.902 7.57a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" clip-rule="evenodd" /></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 Icon56PrivacyOutlineProps 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<Icon56PrivacyOutlineProps>(
|
|
16
|
+
'Icon56PrivacyOutline',
|
|
17
|
+
'privacy_outline_56',
|
|
18
|
+
'0 0 56 56',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="privacy_outline_56"><path fill-rule="evenodd" d="M29 8.995a1.996 1.996 0 0 0-1.998-2 2 2 0 0 0-1.998 2v18.507a1.5 1.5 0 0 1-3 0v-14.5a2 2 0 0 0-4.002 0v15.501a1.5 1.5 0 0 1-3 0V20A2 2 0 0 0 11 20v15c0 3.93 1.27 7.42 3.597 9.914C16.911 47.391 20.373 49 25.004 49c5.564 0 9.344-2.19 11.747-4.362a17.139 17.139 0 0 0 2.628-3c.278-.407.478-.74.606-.967a7.89 7.89 0 0 0 .169-.315l.03-.06 6.583-12.384a1.979 1.979 0 0 0-3.314-2.14l-5.383 6.952c-.63.814-.946 1.221-1.223 1.268a.72.72 0 0 1-.65-.222c-.19-.207-.19-.722-.19-1.751V14.5c0-1.105-.902-2-2.007-2a1.995 1.995 0 0 0-1.994 2L32 27.502a1.5 1.5 0 1 1-3 0V8.995Zm3 1.007.006-1.007a5 5 0 0 0-5.008-5C24.429 4 22.28 5.906 22 8.4c-.62-.276-1.273-.398-1.997-.398a5 5 0 0 0-5.001 5V15.4a4.976 4.976 0 0 0-2-.4A5 5 0 0 0 8 20v15c0 4.57 1.48 8.83 4.405 11.961C15.344 50.109 19.633 52 25.005 52c6.438 0 10.91-2.56 13.76-5.138a20.131 20.131 0 0 0 3.09-3.53c.332-.485.578-.893.743-1.187a10.672 10.672 0 0 0 .242-.453l.006-.011 6.57-12.361a4.981 4.981 0 0 0-8.336-5.385l-2.072 2.677V14.5c0-2.761-2.246-5-5.008-5-.711 0-1.387.234-2 .502Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
56,
|
|
21
|
+
56,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -74,6 +74,8 @@ export { default as Icon12Repost } from './12/repost';
|
|
|
74
74
|
export { default as Icon12Services } from './12/services';
|
|
75
75
|
export { default as Icon12SmileFilled } from './12/smile_filled';
|
|
76
76
|
export { default as Icon12Spinner } from './12/spinner';
|
|
77
|
+
export { default as Icon12SquareFilled } from './12/square_filled';
|
|
78
|
+
export { default as Icon12SquareOutline } from './12/square_outline';
|
|
77
79
|
export { default as Icon12Star } from './12/star';
|
|
78
80
|
export { default as Icon12StarCircle } from './12/star_circle';
|
|
79
81
|
export { default as Icon12StarCircleFillYellow } from './12/star_circle_fill_yellow';
|
|
@@ -229,6 +231,7 @@ export { default as Icon16Link } from './16/link';
|
|
|
229
231
|
export { default as Icon16Linked } from './16/linked';
|
|
230
232
|
export { default as Icon16LinkOutline } from './16/link_outline';
|
|
231
233
|
export { default as Icon16ListBulletOutline } from './16/list_bullet_outline';
|
|
234
|
+
export { default as Icon16ListLetterEngOutline } from './16/list_letter_eng_outline';
|
|
232
235
|
export { default as Icon16ListLetterOutline } from './16/list_letter_outline';
|
|
233
236
|
export { default as Icon16ListNumberOutline } from './16/list_number_outline';
|
|
234
237
|
export { default as Icon16ListPlayOutline } from './16/list_play_outline';
|
|
@@ -329,11 +332,15 @@ export { default as Icon16Story } from './16/story';
|
|
|
329
332
|
export { default as Icon16StoryOutline } from './16/story_outline';
|
|
330
333
|
export { default as Icon16Sun } from './16/sun';
|
|
331
334
|
export { default as Icon16Sync } from './16/sync';
|
|
335
|
+
export { default as Icon16TableOutline } from './16/table_outline';
|
|
332
336
|
export { default as Icon16Tag } from './16/tag';
|
|
333
337
|
export { default as Icon16TearOffFlyerOutline } from './16/tear_off_flyer_outline';
|
|
334
338
|
export { default as Icon16Text } from './16/text';
|
|
339
|
+
export { default as Icon16TextBoldEngOutline } from './16/text_bold_eng_outline';
|
|
335
340
|
export { default as Icon16TextCenterOutline } from './16/text_center_outline';
|
|
341
|
+
export { default as Icon16TextItalicEngOutline } from './16/text_italic_eng_outline';
|
|
336
342
|
export { default as Icon16TextOutline } from './16/text_outline';
|
|
343
|
+
export { default as Icon16TextUnderlineEngOutline } from './16/text_underline_eng_outline';
|
|
337
344
|
export { default as Icon16ThumbsDownOutline } from './16/thumbs_down_outline';
|
|
338
345
|
export { default as Icon16ThumbsUpOutline } from './16/thumbs_up_outline';
|
|
339
346
|
export { default as Icon16TicketOutline } from './16/ticket_outline';
|
|
@@ -837,6 +844,7 @@ export { default as Icon20WrenchOutline } from './20/wrench_outline';
|
|
|
837
844
|
export { default as Icon20Write } from './20/write';
|
|
838
845
|
export { default as Icon20WriteOutline } from './20/write_outline';
|
|
839
846
|
export { default as Icon20WriteSquareOutline } from './20/write_square_outline';
|
|
847
|
+
export { default as Icon20ZipOutline } from './20/zip_outline';
|
|
840
848
|
export { default as Icon20ZodiacAquariusOutline } from './20/zodiac_aquarius_outline';
|
|
841
849
|
export { default as Icon20ZodiacAriesOutline } from './20/zodiac_aries_outline';
|
|
842
850
|
export { default as Icon20ZodiacCancerOutline } from './20/zodiac_cancer_outline';
|
|
@@ -1227,6 +1235,7 @@ export { default as Icon24Printer } from './24/printer';
|
|
|
1227
1235
|
export { default as Icon24PrinterOutline } from './24/printer_outline';
|
|
1228
1236
|
export { default as Icon24Privacy } from './24/privacy';
|
|
1229
1237
|
export { default as Icon24Qr } from './24/qr';
|
|
1238
|
+
export { default as Icon24Question } from './24/question';
|
|
1230
1239
|
export { default as Icon24QuestionOutline } from './24/question_outline';
|
|
1231
1240
|
export { default as Icon24Recent } from './24/recent';
|
|
1232
1241
|
export { default as Icon24RecentOutline } from './24/recent_outline';
|
|
@@ -2387,6 +2396,7 @@ export { default as Icon56PictureInPicture } from './56/picture_in_picture';
|
|
|
2387
2396
|
export { default as Icon56PlaceOutline } from './56/place_outline';
|
|
2388
2397
|
export { default as Icon56PlayGesture } from './56/play_gesture';
|
|
2389
2398
|
export { default as Icon56PlaylistOutline } from './56/playlist_outline';
|
|
2399
|
+
export { default as Icon56PrivacyOutline } from './56/privacy_outline';
|
|
2390
2400
|
export { default as Icon56QuestionOutline } from './56/question_outline';
|
|
2391
2401
|
export { default as Icon56RecentOutline } from './56/recent_outline';
|
|
2392
2402
|
export { default as Icon56ReportOutline } from './56/report_outline';
|