@vkontakte/icons 2.5.0 → 2.6.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/24/copy_outline.js +8 -0
- package/dist/28/bookmark_add_outline.js +8 -0
- package/dist/28/pause_circle_fill_azure.js +8 -0
- package/dist/es6/24/copy_outline.js +2 -0
- package/dist/es6/28/bookmark_add_outline.js +2 -0
- package/dist/es6/28/pause_circle_fill_azure.js +2 -0
- package/dist/es6/index.js +3 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +23 -2
- package/dist/typings/24/copy_outline.d.ts +12 -0
- package/dist/typings/28/bookmark_add_outline.d.ts +12 -0
- package/dist/typings/28/pause_circle_fill_azure.d.ts +12 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/svg/24/copy_outline_24.svg +1 -0
- package/src/svg/28/bookmark_add_outline_28.svg +1 -0
- package/src/svg/28/pause_circle_fill_azure_28.svg +4 -0
- package/ts/24/copy_outline.ts +24 -0
- package/ts/28/bookmark_add_outline.ts +24 -0
- package/ts/28/pause_circle_fill_azure.ts +24 -0
- package/ts/index.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -5498,6 +5498,12 @@ Object.defineProperty(exports, "Icon24Copy", {
|
|
|
5498
5498
|
return _copy.default;
|
|
5499
5499
|
}
|
|
5500
5500
|
});
|
|
5501
|
+
Object.defineProperty(exports, "Icon24CopyOutline", {
|
|
5502
|
+
enumerable: true,
|
|
5503
|
+
get: function() {
|
|
5504
|
+
return _copyOutline2.default;
|
|
5505
|
+
}
|
|
5506
|
+
});
|
|
5501
5507
|
Object.defineProperty(exports, "Icon24Crop", {
|
|
5502
5508
|
enumerable: true,
|
|
5503
5509
|
get: function() {
|
|
@@ -8252,6 +8258,12 @@ Object.defineProperty(exports, "Icon28Bookmark", {
|
|
|
8252
8258
|
return _bookmark2.default;
|
|
8253
8259
|
}
|
|
8254
8260
|
});
|
|
8261
|
+
Object.defineProperty(exports, "Icon28BookmarkAddOutline", {
|
|
8262
|
+
enumerable: true,
|
|
8263
|
+
get: function() {
|
|
8264
|
+
return _bookmarkAddOutline.default;
|
|
8265
|
+
}
|
|
8266
|
+
});
|
|
8255
8267
|
Object.defineProperty(exports, "Icon28BookmarkCheckOutline", {
|
|
8256
8268
|
enumerable: true,
|
|
8257
8269
|
get: function() {
|
|
@@ -8747,7 +8759,7 @@ Object.defineProperty(exports, "Icon28ComputerSmartphoneOutline", {
|
|
|
8747
8759
|
Object.defineProperty(exports, "Icon28CopyOutline", {
|
|
8748
8760
|
enumerable: true,
|
|
8749
8761
|
get: function() {
|
|
8750
|
-
return
|
|
8762
|
+
return _copyOutline3.default;
|
|
8751
8763
|
}
|
|
8752
8764
|
});
|
|
8753
8765
|
Object.defineProperty(exports, "Icon28Crop", {
|
|
@@ -10382,6 +10394,12 @@ Object.defineProperty(exports, "Icon28PauseCircle", {
|
|
|
10382
10394
|
return _pauseCircle3.default;
|
|
10383
10395
|
}
|
|
10384
10396
|
});
|
|
10397
|
+
Object.defineProperty(exports, "Icon28PauseCircleFillAzure", {
|
|
10398
|
+
enumerable: true,
|
|
10399
|
+
get: function() {
|
|
10400
|
+
return _pauseCircleFillAzure.default;
|
|
10401
|
+
}
|
|
10402
|
+
});
|
|
10385
10403
|
Object.defineProperty(exports, "Icon28PawOutline", {
|
|
10386
10404
|
enumerable: true,
|
|
10387
10405
|
get: function() {
|
|
@@ -14982,6 +15000,7 @@ var _commentAddBadgeOutline1 = _interopRequireDefault(require("./24/comment_add_
|
|
|
14982
15000
|
var _commentOutline2 = _interopRequireDefault(require("./24/comment_outline"));
|
|
14983
15001
|
var _computerOutline1 = _interopRequireDefault(require("./24/computer_outline"));
|
|
14984
15002
|
var _copy = _interopRequireDefault(require("./24/copy"));
|
|
15003
|
+
var _copyOutline2 = _interopRequireDefault(require("./24/copy_outline"));
|
|
14985
15004
|
var _crop1 = _interopRequireDefault(require("./24/crop"));
|
|
14986
15005
|
var _crossShieldOutline = _interopRequireDefault(require("./24/cross_shield_outline"));
|
|
14987
15006
|
var _crownCircleFillVkDating2 = _interopRequireDefault(require("./24/crown_circle_fill_vk_dating"));
|
|
@@ -15441,6 +15460,7 @@ var _bluetoothOutline = _interopRequireDefault(require("./28/bluetooth_outline")
|
|
|
15441
15460
|
var _bodyOutline = _interopRequireDefault(require("./28/body_outline"));
|
|
15442
15461
|
var _bombOutline2 = _interopRequireDefault(require("./28/bomb_outline"));
|
|
15443
15462
|
var _bookmark2 = _interopRequireDefault(require("./28/bookmark"));
|
|
15463
|
+
var _bookmarkAddOutline = _interopRequireDefault(require("./28/bookmark_add_outline"));
|
|
15444
15464
|
var _bookmarkCheckOutline = _interopRequireDefault(require("./28/bookmark_check_outline"));
|
|
15445
15465
|
var _bookmarkOutline4 = _interopRequireDefault(require("./28/bookmark_outline"));
|
|
15446
15466
|
var _bookmarkSlashOutline1 = _interopRequireDefault(require("./28/bookmark_slash_outline"));
|
|
@@ -15523,7 +15543,7 @@ var _compassCircleFillPurple = _interopRequireDefault(require("./28/compass_circ
|
|
|
15523
15543
|
var _compassOutline1 = _interopRequireDefault(require("./28/compass_outline"));
|
|
15524
15544
|
var _computerOutline2 = _interopRequireDefault(require("./28/computer_outline"));
|
|
15525
15545
|
var _computerSmartphoneOutline = _interopRequireDefault(require("./28/computer_smartphone_outline"));
|
|
15526
|
-
var
|
|
15546
|
+
var _copyOutline3 = _interopRequireDefault(require("./28/copy_outline"));
|
|
15527
15547
|
var _crop2 = _interopRequireDefault(require("./28/crop"));
|
|
15528
15548
|
var _crown2 = _interopRequireDefault(require("./28/crown"));
|
|
15529
15549
|
var _crownOutline1 = _interopRequireDefault(require("./28/crown_outline"));
|
|
@@ -15796,6 +15816,7 @@ var _paletteOutline2 = _interopRequireDefault(require("./28/palette_outline"));
|
|
|
15796
15816
|
var _paperplaneOutline = _interopRequireDefault(require("./28/paperplane_outline"));
|
|
15797
15817
|
var _pause3 = _interopRequireDefault(require("./28/pause"));
|
|
15798
15818
|
var _pauseCircle3 = _interopRequireDefault(require("./28/pause_circle"));
|
|
15819
|
+
var _pauseCircleFillAzure = _interopRequireDefault(require("./28/pause_circle_fill_azure"));
|
|
15799
15820
|
var _pawOutline2 = _interopRequireDefault(require("./28/paw_outline"));
|
|
15800
15821
|
var _paymentCardOutline4 = _interopRequireDefault(require("./28/payment_card_outline"));
|
|
15801
15822
|
var _paymentCardVerticalOutline1 = _interopRequireDefault(require("./28/payment_card_vertical_outline"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24CopyOutlineProps 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<Icon24CopyOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon28BookmarkAddOutlineProps 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<Icon28BookmarkAddOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon28PauseCircleFillAzureProps 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<Icon28PauseCircleFillAzureProps>;
|
|
12
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -914,6 +914,7 @@ export { default as Icon24CommentAddBadgeOutline } from './24/comment_add_badge_
|
|
|
914
914
|
export { default as Icon24CommentOutline } from './24/comment_outline';
|
|
915
915
|
export { default as Icon24ComputerOutline } from './24/computer_outline';
|
|
916
916
|
export { default as Icon24Copy } from './24/copy';
|
|
917
|
+
export { default as Icon24CopyOutline } from './24/copy_outline';
|
|
917
918
|
export { default as Icon24Crop } from './24/crop';
|
|
918
919
|
export { default as Icon24CrossShieldOutline } from './24/cross_shield_outline';
|
|
919
920
|
export { default as Icon24CrownCircleFillVkDating } from './24/crown_circle_fill_vk_dating';
|
|
@@ -1373,6 +1374,7 @@ export { default as Icon28BluetoothOutline } from './28/bluetooth_outline';
|
|
|
1373
1374
|
export { default as Icon28BodyOutline } from './28/body_outline';
|
|
1374
1375
|
export { default as Icon28BombOutline } from './28/bomb_outline';
|
|
1375
1376
|
export { default as Icon28Bookmark } from './28/bookmark';
|
|
1377
|
+
export { default as Icon28BookmarkAddOutline } from './28/bookmark_add_outline';
|
|
1376
1378
|
export { default as Icon28BookmarkCheckOutline } from './28/bookmark_check_outline';
|
|
1377
1379
|
export { default as Icon28BookmarkOutline } from './28/bookmark_outline';
|
|
1378
1380
|
export { default as Icon28BookmarkSlashOutline } from './28/bookmark_slash_outline';
|
|
@@ -1728,6 +1730,7 @@ export { default as Icon28PaletteOutline } from './28/palette_outline';
|
|
|
1728
1730
|
export { default as Icon28PaperplaneOutline } from './28/paperplane_outline';
|
|
1729
1731
|
export { default as Icon28Pause } from './28/pause';
|
|
1730
1732
|
export { default as Icon28PauseCircle } from './28/pause_circle';
|
|
1733
|
+
export { default as Icon28PauseCircleFillAzure } from './28/pause_circle_fill_azure';
|
|
1731
1734
|
export { default as Icon28PawOutline } from './28/paw_outline';
|
|
1732
1735
|
export { default as Icon28PaymentCardOutline } from './28/payment_card_outline';
|
|
1733
1736
|
export { default as Icon28PaymentCardVerticalOutline } from './28/payment_card_vertical_outline';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M4 12.3V12c0-1.47.005-2.547.075-3.403.074-.904.216-1.482.454-1.949a4.85 4.85 0 0 1 2.12-2.12c.466-.237 1.045-.379 1.948-.453C9.51 4.001 10.675 4 12.3 4h4.512a2.073 2.073 0 0 0-.174-.49 2.4 2.4 0 0 0-1.048-1.048 2.439 2.439 0 0 0-.931-.239 13.48 13.48 0 0 0-1.026-.023H12.26c-1.576 0-2.814 0-3.81.081-1.014.083-1.856.255-2.619.644A6.65 6.65 0 0 0 2.925 5.83c-.389.763-.56 1.605-.644 2.62-.081.995-.081 2.233-.081 3.809v1.373c0 .392 0 .738.023 1.025.025.306.081.623.239.931a2.4 2.4 0 0 0 1.048 1.05c.162.082.326.136.49.173V12.3ZM10.08 6h-.035c-.52 0-.964 0-1.329.03-.382.03-.755.097-1.112.276a2.9 2.9 0 0 0-1.298 1.298c-.179.357-.246.73-.277 1.112C6 9.081 6 9.524 6 10.046v7.909c0 .52 0 .964.03 1.329.03.382.097.755.276 1.112a2.9 2.9 0 0 0 1.298 1.298c.357.179.73.246 1.112.277.365.029.808.029 1.33.029h6.909c.52 0 .964 0 1.329-.03.383-.03.755-.097 1.112-.276a2.9 2.9 0 0 0 1.298-1.298c.179-.357.246-.73.277-1.112.029-.365.029-.808.029-1.33v-7.909c0-.52 0-.964-.03-1.329-.03-.382-.097-.755-.276-1.112a2.9 2.9 0 0 0-1.298-1.298c-.357-.179-.73-.246-1.112-.277C17.919 6 17.476 6 16.954 6H10.08ZM8.408 7.916c.065-.032.179-.07.452-.093a17.65 17.65 0 0 1 1.22-.023h6.84c.565 0 .936 0 1.22.023.273.022.387.06.452.093a1.1 1.1 0 0 1 .492.492c.032.065.07.179.093.452.022.284.023.655.023 1.22v7.84c0 .565 0 .936-.023 1.22-.023.273-.06.387-.093.452a1.1 1.1 0 0 1-.492.492c-.065.032-.179.07-.452.093a17.65 17.65 0 0 1-1.22.023h-6.84c-.565 0-.936 0-1.22-.023-.273-.023-.387-.06-.452-.093a1.1 1.1 0 0 1-.492-.492c-.032-.065-.07-.18-.093-.452a17.057 17.057 0 0 1-.023-1.22v-7.84c0-.565 0-.936.023-1.22.022-.273.06-.387.093-.452a1.1 1.1 0 0 1 .492-.492Z" clip-rule="evenodd"/></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 d="M13.5 3h-.543c-1.363 0-2.448 0-3.322.072-.897.073-1.66.227-2.36.585A6.01 6.01 0 0 0 4.653 6.29c-.356.701-.508 1.467-.582 2.366C4 9.533 4 10.621 4 11.991v8.587c0 1.011 0 1.84.058 2.48.058.635.183 1.285.588 1.8A2.997 2.997 0 0 0 6.974 26c.656.006 1.247-.296 1.78-.64.54-.347 1.192-.856 1.986-1.477l1.911-1.492c.776-.606.943-.712 1.089-.752a.993.993 0 0 1 .52 0c.146.04.313.146 1.089.752l1.91 1.492c.795.621 1.447 1.13 1.986 1.477.534.345 1.125.646 1.78.64a2.997 2.997 0 0 0 2.329-1.143c.405-.514.53-1.164.588-1.799.058-.64.058-1.469.058-2.48v-2.72a1 1 0 0 0-2 0v2.67c0 1.074-.001 1.81-.05 2.35-.05.557-.14.707-.167.741a.997.997 0 0 1-.774.381c-.041 0-.212-.02-.68-.321-.454-.292-1.034-.743-1.878-1.403l-1.87-1.461-.125-.097c-.576-.452-1.083-.849-1.67-1.009a2.992 2.992 0 0 0-1.571 0c-.588.16-1.095.557-1.671 1.009l-.124.097-1.871 1.461c-.844.66-1.423 1.11-1.877 1.403-.469.302-.64.321-.68.321a.997.997 0 0 1-.775-.38c-.027-.035-.117-.185-.167-.742-.05-.54-.05-1.276-.05-2.35v-8.494c0-1.422 0-2.43.065-3.217.063-.776.183-1.25.372-1.623a4.01 4.01 0 0 1 1.749-1.756c.37-.19.84-.31 1.612-.373.784-.064 1.786-.065 3.203-.065h.499a1 1 0 1 0 0-2Z M27 9a6 6 0 1 0-12 0 6 6 0 0 0 12 0Zm-6.993-3.117A1 1 0 0 1 22 6v2h2l.117.007A1 1 0 0 1 24 10h-2v2l-.007.117A1 1 0 0 1 20 12v-2h-2l-.117-.007A1 1 0 0 1 18 8h2V6l.007-.117Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
|
|
2
|
+
<circle cx="14" cy="14" r="14" fill="#07F"/>
|
|
3
|
+
<path fill="#fff" d="M15.5 9a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1.5a1 1 0 0 1-1-1V9ZM9 9a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V9Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon24CopyOutlineProps 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<Icon24CopyOutlineProps>(
|
|
16
|
+
'Icon24CopyOutline',
|
|
17
|
+
'copy_outline_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="copy_outline_24"><path fill-rule="evenodd" d="M4 12.3V12c0-1.47.005-2.547.075-3.403.074-.904.216-1.482.454-1.949a4.85 4.85 0 0 1 2.12-2.12c.466-.237 1.045-.379 1.948-.453C9.51 4.001 10.675 4 12.3 4h4.512a2.073 2.073 0 0 0-.174-.49 2.4 2.4 0 0 0-1.048-1.048 2.439 2.439 0 0 0-.931-.239 13.48 13.48 0 0 0-1.026-.023H12.26c-1.576 0-2.814 0-3.81.081-1.014.083-1.856.255-2.619.644A6.65 6.65 0 0 0 2.925 5.83c-.389.763-.56 1.605-.644 2.62-.081.995-.081 2.233-.081 3.809v1.373c0 .392 0 .738.023 1.025.025.306.081.623.239.931a2.4 2.4 0 0 0 1.048 1.05c.162.082.326.136.49.173V12.3ZM10.08 6h-.035c-.52 0-.964 0-1.329.03-.382.03-.755.097-1.112.276a2.9 2.9 0 0 0-1.298 1.298c-.179.357-.246.73-.277 1.112C6 9.081 6 9.524 6 10.046v7.909c0 .52 0 .964.03 1.329.03.382.097.755.276 1.112a2.9 2.9 0 0 0 1.298 1.298c.357.179.73.246 1.112.277.365.029.808.029 1.33.029h6.909c.52 0 .964 0 1.329-.03.383-.03.755-.097 1.112-.276a2.9 2.9 0 0 0 1.298-1.298c.179-.357.246-.73.277-1.112.029-.365.029-.808.029-1.33v-7.909c0-.52 0-.964-.03-1.329-.03-.382-.097-.755-.276-1.112a2.9 2.9 0 0 0-1.298-1.298c-.357-.179-.73-.246-1.112-.277C17.919 6 17.476 6 16.954 6H10.08ZM8.408 7.916c.065-.032.179-.07.452-.093a17.65 17.65 0 0 1 1.22-.023h6.84c.565 0 .936 0 1.22.023.273.022.387.06.452.093a1.1 1.1 0 0 1 .492.492c.032.065.07.179.093.452.022.284.023.655.023 1.22v7.84c0 .565 0 .936-.023 1.22-.023.273-.06.387-.093.452a1.1 1.1 0 0 1-.492.492c-.065.032-.179.07-.452.093a17.65 17.65 0 0 1-1.22.023h-6.84c-.565 0-.936 0-1.22-.023-.273-.023-.387-.06-.452-.093a1.1 1.1 0 0 1-.492-.492c-.032-.065-.07-.18-.093-.452a17.057 17.057 0 0 1-.023-1.22v-7.84c0-.565 0-.936.023-1.22.022-.273.06-.387.093-.452a1.1 1.1 0 0 1 .492-.492Z" 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 '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28BookmarkAddOutlineProps 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<Icon28BookmarkAddOutlineProps>(
|
|
16
|
+
'Icon28BookmarkAddOutline',
|
|
17
|
+
'bookmark_add_outline_28',
|
|
18
|
+
'0 0 28 28',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_add_outline_28"><path d="M13.5 3h-.543c-1.363 0-2.448 0-3.322.072-.897.073-1.66.227-2.36.585A6.01 6.01 0 0 0 4.653 6.29c-.356.701-.508 1.467-.582 2.366C4 9.533 4 10.621 4 11.991v8.587c0 1.011 0 1.84.058 2.48.058.635.183 1.285.588 1.8A2.997 2.997 0 0 0 6.974 26c.656.006 1.247-.296 1.78-.64.54-.347 1.192-.856 1.986-1.477l1.911-1.492c.776-.606.943-.712 1.089-.752a.993.993 0 0 1 .52 0c.146.04.313.146 1.089.752l1.91 1.492c.795.621 1.447 1.13 1.986 1.477.534.345 1.125.646 1.78.64a2.997 2.997 0 0 0 2.329-1.143c.405-.514.53-1.164.588-1.799.058-.64.058-1.469.058-2.48v-2.72a1 1 0 0 0-2 0v2.67c0 1.074-.001 1.81-.05 2.35-.05.557-.14.707-.167.741a.997.997 0 0 1-.774.381c-.041 0-.212-.02-.68-.321-.454-.292-1.034-.743-1.878-1.403l-1.87-1.461-.125-.097c-.576-.452-1.083-.849-1.67-1.009a2.992 2.992 0 0 0-1.571 0c-.588.16-1.095.557-1.671 1.009l-.124.097-1.871 1.461c-.844.66-1.423 1.11-1.877 1.403-.469.302-.64.321-.68.321a.997.997 0 0 1-.775-.38c-.027-.035-.117-.185-.167-.742-.05-.54-.05-1.276-.05-2.35v-8.494c0-1.422 0-2.43.065-3.217.063-.776.183-1.25.372-1.623a4.01 4.01 0 0 1 1.749-1.756c.37-.19.84-.31 1.612-.373.784-.064 1.786-.065 3.203-.065h.499a1 1 0 1 0 0-2ZM27 9a6 6 0 1 0-12 0 6 6 0 0 0 12 0Zm-6.993-3.117A1 1 0 0 1 22 6v2h2l.117.007A1 1 0 0 1 24 10h-2v2l-.007.117A1 1 0 0 1 20 12v-2h-2l-.117-.007A1 1 0 0 1 18 8h2V6l.007-.117Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
28,
|
|
21
|
+
28,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon28PauseCircleFillAzureProps 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<Icon28PauseCircleFillAzureProps>(
|
|
16
|
+
'Icon28PauseCircleFillAzure',
|
|
17
|
+
'pause_circle_fill_azure_28',
|
|
18
|
+
'0 0 28 28',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="pause_circle_fill_azure_28"><circle cx="14" cy="14" r="14" fill="#07F" /><path fill="#fff" d="M15.5 9a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1.5a1 1 0 0 1-1-1V9ZM9 9a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V9Z" /></symbol>',
|
|
20
|
+
28,
|
|
21
|
+
28,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -914,6 +914,7 @@ export { default as Icon24CommentAddBadgeOutline } from './24/comment_add_badge_
|
|
|
914
914
|
export { default as Icon24CommentOutline } from './24/comment_outline';
|
|
915
915
|
export { default as Icon24ComputerOutline } from './24/computer_outline';
|
|
916
916
|
export { default as Icon24Copy } from './24/copy';
|
|
917
|
+
export { default as Icon24CopyOutline } from './24/copy_outline';
|
|
917
918
|
export { default as Icon24Crop } from './24/crop';
|
|
918
919
|
export { default as Icon24CrossShieldOutline } from './24/cross_shield_outline';
|
|
919
920
|
export { default as Icon24CrownCircleFillVkDating } from './24/crown_circle_fill_vk_dating';
|
|
@@ -1373,6 +1374,7 @@ export { default as Icon28BluetoothOutline } from './28/bluetooth_outline';
|
|
|
1373
1374
|
export { default as Icon28BodyOutline } from './28/body_outline';
|
|
1374
1375
|
export { default as Icon28BombOutline } from './28/bomb_outline';
|
|
1375
1376
|
export { default as Icon28Bookmark } from './28/bookmark';
|
|
1377
|
+
export { default as Icon28BookmarkAddOutline } from './28/bookmark_add_outline';
|
|
1376
1378
|
export { default as Icon28BookmarkCheckOutline } from './28/bookmark_check_outline';
|
|
1377
1379
|
export { default as Icon28BookmarkOutline } from './28/bookmark_outline';
|
|
1378
1380
|
export { default as Icon28BookmarkSlashOutline } from './28/bookmark_slash_outline';
|
|
@@ -1728,6 +1730,7 @@ export { default as Icon28PaletteOutline } from './28/palette_outline';
|
|
|
1728
1730
|
export { default as Icon28PaperplaneOutline } from './28/paperplane_outline';
|
|
1729
1731
|
export { default as Icon28Pause } from './28/pause';
|
|
1730
1732
|
export { default as Icon28PauseCircle } from './28/pause_circle';
|
|
1733
|
+
export { default as Icon28PauseCircleFillAzure } from './28/pause_circle_fill_azure';
|
|
1731
1734
|
export { default as Icon28PawOutline } from './28/paw_outline';
|
|
1732
1735
|
export { default as Icon28PaymentCardOutline } from './28/payment_card_outline';
|
|
1733
1736
|
export { default as Icon28PaymentCardVerticalOutline } from './28/payment_card_vertical_outline';
|