@vkontakte/icons 1.166.1 → 1.167.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("Icon24LogoClipsOutline", "logo_clips_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="logo_clips_outline_24"><path d="M16.465 3.263a1 1 0 0 0-1.93-.526l-1.5 5.5a1 1 0 1 0 1.93.526l1.5-5.5ZM9.495 2.9a1 1 0 1 0-1.99.2l.5 5a1 1 0 0 0 1.99-.2l-.5-5ZM5.25 12.69c-.594.917-.75 1.99-.75 2.739C4.5 19.68 8.278 22 12 22c2.471 0 4.36-.811 5.634-2.08a6.37 6.37 0 0 0 1.866-4.499c-.002-1.641-.682-3.494-1.995-4.687a.9.9 0 1 0-1.21 1.332c.919.835 1.4 2.143 1.405 3.369a4.544 4.544 0 0 1-1.335 3.21C15.472 19.534 14.06 20.2 12 20.2c-3.135 0-5.7-1.876-5.7-4.771 0-.548.122-1.239.46-1.762.302-.466.812-.867 1.812-.867.122 0 .38-.002.693.134.297.128.698.404 1.03 1.069a.9.9 0 1 0 1.61-.806c-.525-1.049-1.246-1.623-1.928-1.916A3.539 3.539 0 0 0 8.571 11c-1.617 0-2.691.715-3.322 1.69Z" /></symbol>', 24, 24);
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("Icon32StarsOutline", "stars_outline_32", "0 0 32 32", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 32 32" id="stars_outline_32"><path d="M6.904 2.394a.615.615 0 0 1 1.148 0l.866 2.254c.238.62.728 1.112 1.348 1.352l2.343.907a.615.615 0 0 1 0 1.146l-2.337.905a2.355 2.355 0 0 0-1.352 1.36l-.867 2.287a.615.615 0 0 1-1.15 0l-.87-2.292a2.355 2.355 0 0 0-1.34-1.357l-2.304-.904a.615.615 0 0 1 0-1.144l2.309-.906a2.355 2.355 0 0 0 1.338-1.348l.868-2.26Z" /><path fill-rule="evenodd" d="M15.385 15.376c.968-.968 1.74-2.72 2.318-4.478a35.958 35.958 0 0 0 .712-2.507c.127-.518 1.068-.518 1.196 0l.078.313a35.964 35.964 0 0 0 .634 2.194c.578 1.759 1.35 3.51 2.318 4.478.969.969 2.715 1.74 4.47 2.318a36.017 36.017 0 0 0 2.502.713c.516.128.516 1.067 0 1.195-.104.025-.208.052-.315.079a35.849 35.849 0 0 0-2.188.634c-1.754.578-3.5 1.35-4.469 2.318-.969.968-1.74 2.719-2.318 4.477a35.966 35.966 0 0 0-.712 2.507c-.128.517-1.068.517-1.196 0a37.837 37.837 0 0 0-.475-1.75 29.63 29.63 0 0 0-.237-.757c-.578-1.758-1.35-3.509-2.318-4.477-.97-.97-2.724-1.74-4.487-2.319a36.267 36.267 0 0 0-2.512-.712c-.517-.127-.517-1.068 0-1.195l.313-.079a36.091 36.091 0 0 0 2.199-.633c1.763-.579 3.518-1.35 4.487-2.319Zm1.768 1.768c.772-.772 1.38-1.772 1.86-2.77.48.998 1.088 1.998 1.86 2.77s1.77 1.38 2.767 1.86c-.996.48-1.995 1.089-2.767 1.86-.772.773-1.38 1.773-1.86 2.77-.48-.997-1.088-1.997-1.86-2.77-.773-.772-1.774-1.38-2.772-1.86.998-.48 1.999-1.087 2.771-1.86Z" clip-rule="evenodd" /></symbol>', 32, 32);
8
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24LogoClipsOutline", "logo_clips_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="logo_clips_outline_24"><path d="M16.465 3.263a1 1 0 0 0-1.93-.526l-1.5 5.5a1 1 0 1 0 1.93.526l1.5-5.5ZM9.495 2.9a1 1 0 1 0-1.99.2l.5 5a1 1 0 0 0 1.99-.2l-.5-5ZM5.25 12.69c-.594.917-.75 1.99-.75 2.739C4.5 19.68 8.278 22 12 22c2.471 0 4.36-.811 5.634-2.08a6.37 6.37 0 0 0 1.866-4.499c-.002-1.641-.682-3.494-1.995-4.687a.9.9 0 1 0-1.21 1.332c.919.835 1.4 2.143 1.405 3.369a4.544 4.544 0 0 1-1.335 3.21C15.472 19.534 14.06 20.2 12 20.2c-3.135 0-5.7-1.876-5.7-4.771 0-.548.122-1.239.46-1.762.302-.466.812-.867 1.812-.867.122 0 .38-.002.693.134.297.128.698.404 1.03 1.069a.9.9 0 1 0 1.61-.806c-.525-1.049-1.246-1.623-1.928-1.916A3.539 3.539 0 0 0 8.571 11c-1.617 0-2.691.715-3.322 1.69Z" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon32StarsOutline", "stars_outline_32", "0 0 32 32", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 32 32" id="stars_outline_32"><path d="M6.904 2.394a.615.615 0 0 1 1.148 0l.866 2.254c.238.62.728 1.112 1.348 1.352l2.343.907a.615.615 0 0 1 0 1.146l-2.337.905a2.355 2.355 0 0 0-1.352 1.36l-.867 2.287a.615.615 0 0 1-1.15 0l-.87-2.292a2.355 2.355 0 0 0-1.34-1.357l-2.304-.904a.615.615 0 0 1 0-1.144l2.309-.906a2.355 2.355 0 0 0 1.338-1.348l.868-2.26Z" /><path fill-rule="evenodd" d="M15.385 15.376c.968-.968 1.74-2.72 2.318-4.478a35.958 35.958 0 0 0 .712-2.507c.127-.518 1.068-.518 1.196 0l.078.313a35.964 35.964 0 0 0 .634 2.194c.578 1.759 1.35 3.51 2.318 4.478.969.969 2.715 1.74 4.47 2.318a36.017 36.017 0 0 0 2.502.713c.516.128.516 1.067 0 1.195-.104.025-.208.052-.315.079a35.849 35.849 0 0 0-2.188.634c-1.754.578-3.5 1.35-4.469 2.318-.969.968-1.74 2.719-2.318 4.477a35.966 35.966 0 0 0-.712 2.507c-.128.517-1.068.517-1.196 0a37.837 37.837 0 0 0-.475-1.75 29.63 29.63 0 0 0-.237-.757c-.578-1.758-1.35-3.509-2.318-4.477-.97-.97-2.724-1.74-4.487-2.319a36.267 36.267 0 0 0-2.512-.712c-.517-.127-.517-1.068 0-1.195l.313-.079a36.091 36.091 0 0 0 2.199-.633c1.763-.579 3.518-1.35 4.487-2.319Zm1.768 1.768c.772-.772 1.38-1.772 1.86-2.77.48.998 1.088 1.998 1.86 2.77s1.77 1.38 2.767 1.86c-.996.48-1.995 1.089-2.767 1.86-.772.773-1.38 1.773-1.86 2.77-.48-.997-1.088-1.997-1.86-2.77-.773-.772-1.774-1.38-2.772-1.86.998-.48 1.999-1.087 2.771-1.86Z" clip-rule="evenodd" /></symbol>', 32, 32);
package/dist/es6/index.js CHANGED
@@ -848,6 +848,7 @@ export { default as Icon24Locate } from "./24/locate";
848
848
  export { default as Icon24LocationOutline } from "./24/location_outline";
849
849
  export { default as Icon24LockOpenOutline } from "./24/lock_open_outline";
850
850
  export { default as Icon24LockOutline } from "./24/lock_outline";
851
+ export { default as Icon24LogoClipsOutline } from "./24/logo_clips_outline";
851
852
  export { default as Icon24LogoFacebook } from "./24/logo_facebook";
852
853
  export { default as Icon24LogoGoogle } from "./24/logo_google";
853
854
  export { default as Icon24LogoInstagram } from "./24/logo_instagram";
@@ -1701,6 +1702,7 @@ export { default as Icon32SongOutline } from "./32/song_outline";
1701
1702
  export { default as Icon32Spinner } from "./32/spinner";
1702
1703
  export { default as Icon32Square4Outline } from "./32/square_4_outline";
1703
1704
  export { default as Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet";
1705
+ export { default as Icon32StarsOutline } from "./32/stars_outline";
1704
1706
  export { default as Icon32StoryOutline } from "./32/story_outline";
1705
1707
  export { default as Icon32TearOffFlyerOutline } from "./32/tear_off_flyer_outline";
1706
1708
  export { default as Icon32TicketOutline } from "./32/ticket_outline";
package/dist/index.js CHANGED
@@ -5102,6 +5102,12 @@ Object.defineProperty(exports, "Icon24LockOutline", {
5102
5102
  return _lockOutline2.default;
5103
5103
  }
5104
5104
  });
5105
+ Object.defineProperty(exports, "Icon24LogoClipsOutline", {
5106
+ enumerable: true,
5107
+ get: function() {
5108
+ return _logoClipsOutline1.default;
5109
+ }
5110
+ });
5105
5111
  Object.defineProperty(exports, "Icon24LogoFacebook", {
5106
5112
  enumerable: true,
5107
5113
  get: function() {
@@ -8015,7 +8021,7 @@ Object.defineProperty(exports, "Icon28LockOutline", {
8015
8021
  Object.defineProperty(exports, "Icon28LogoClipsOutline", {
8016
8022
  enumerable: true,
8017
8023
  get: function() {
8018
- return _logoClipsOutline1.default;
8024
+ return _logoClipsOutline2.default;
8019
8025
  }
8020
8026
  });
8021
8027
  Object.defineProperty(exports, "Icon28LogoInstagram", {
@@ -10220,6 +10226,12 @@ Object.defineProperty(exports, "Icon32StarsCircleFillViolet", {
10220
10226
  return _starsCircleFillViolet1.default;
10221
10227
  }
10222
10228
  });
10229
+ Object.defineProperty(exports, "Icon32StarsOutline", {
10230
+ enumerable: true,
10231
+ get: function() {
10232
+ return _starsOutline2.default;
10233
+ }
10234
+ });
10223
10235
  Object.defineProperty(exports, "Icon32StoryOutline", {
10224
10236
  enumerable: true,
10225
10237
  get: function() {
@@ -11459,7 +11471,7 @@ Object.defineProperty(exports, "Icon56LockOutline", {
11459
11471
  Object.defineProperty(exports, "Icon56LogoClipsOutline", {
11460
11472
  enumerable: true,
11461
11473
  get: function() {
11462
- return _logoClipsOutline2.default;
11474
+ return _logoClipsOutline3.default;
11463
11475
  }
11464
11476
  });
11465
11477
  Object.defineProperty(exports, "Icon56LogoVk", {
@@ -12780,6 +12792,7 @@ var _locate = _interopRequireDefault(require("./24/locate"));
12780
12792
  var _locationOutline = _interopRequireDefault(require("./24/location_outline"));
12781
12793
  var _lockOpenOutline = _interopRequireDefault(require("./24/lock_open_outline"));
12782
12794
  var _lockOutline2 = _interopRequireDefault(require("./24/lock_outline"));
12795
+ var _logoClipsOutline1 = _interopRequireDefault(require("./24/logo_clips_outline"));
12783
12796
  var _logoFacebook = _interopRequireDefault(require("./24/logo_facebook"));
12784
12797
  var _logoGoogle = _interopRequireDefault(require("./24/logo_google"));
12785
12798
  var _logoInstagram = _interopRequireDefault(require("./24/logo_instagram"));
@@ -13265,7 +13278,7 @@ var _locationMapOutline = _interopRequireDefault(require("./28/location_map_outl
13265
13278
  var _locationOutline1 = _interopRequireDefault(require("./28/location_outline"));
13266
13279
  var _lockOpenOutline1 = _interopRequireDefault(require("./28/lock_open_outline"));
13267
13280
  var _lockOutline3 = _interopRequireDefault(require("./28/lock_outline"));
13268
- var _logoClipsOutline1 = _interopRequireDefault(require("./28/logo_clips_outline"));
13281
+ var _logoClipsOutline2 = _interopRequireDefault(require("./28/logo_clips_outline"));
13269
13282
  var _logoInstagram1 = _interopRequireDefault(require("./28/logo_instagram"));
13270
13283
  var _logoSkype1 = _interopRequireDefault(require("./28/logo_skype"));
13271
13284
  var _logoVk3 = _interopRequireDefault(require("./28/logo_vk"));
@@ -13633,6 +13646,7 @@ var _songOutline2 = _interopRequireDefault(require("./32/song_outline"));
13633
13646
  var _spinner2 = _interopRequireDefault(require("./32/spinner"));
13634
13647
  var _square4Outline3 = _interopRequireDefault(require("./32/square_4_outline"));
13635
13648
  var _starsCircleFillViolet1 = _interopRequireDefault(require("./32/stars_circle_fill_violet"));
13649
+ var _starsOutline2 = _interopRequireDefault(require("./32/stars_outline"));
13636
13650
  var _storyOutline4 = _interopRequireDefault(require("./32/story_outline"));
13637
13651
  var _tearOffFlyerOutline4 = _interopRequireDefault(require("./32/tear_off_flyer_outline"));
13638
13652
  var _ticketOutline3 = _interopRequireDefault(require("./32/ticket_outline"));
@@ -13839,7 +13853,7 @@ var _listPlayOutline3 = _interopRequireDefault(require("./56/list_play_outline")
13839
13853
  var _liveOutline3 = _interopRequireDefault(require("./56/live_outline"));
13840
13854
  var _lockOpenOutline2 = _interopRequireDefault(require("./56/lock_open_outline"));
13841
13855
  var _lockOutline4 = _interopRequireDefault(require("./56/lock_outline"));
13842
- var _logoClipsOutline2 = _interopRequireDefault(require("./56/logo_clips_outline"));
13856
+ var _logoClipsOutline3 = _interopRequireDefault(require("./56/logo_clips_outline"));
13843
13857
  var _logoVk8 = _interopRequireDefault(require("./56/logo_vk"));
13844
13858
  var _mailOutline5 = _interopRequireDefault(require("./56/mail_outline"));
13845
13859
  var _marketLikeOutline1 = _interopRequireDefault(require("./56/market_like_outline"));
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ export interface Icon24LogoClipsOutlineProps 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<Icon24LogoClipsOutlineProps>;
9
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ export interface Icon32StarsOutlineProps 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<Icon32StarsOutlineProps>;
9
+ export default _default;
@@ -848,6 +848,7 @@ export { default as Icon24Locate } from './24/locate';
848
848
  export { default as Icon24LocationOutline } from './24/location_outline';
849
849
  export { default as Icon24LockOpenOutline } from './24/lock_open_outline';
850
850
  export { default as Icon24LockOutline } from './24/lock_outline';
851
+ export { default as Icon24LogoClipsOutline } from './24/logo_clips_outline';
851
852
  export { default as Icon24LogoFacebook } from './24/logo_facebook';
852
853
  export { default as Icon24LogoGoogle } from './24/logo_google';
853
854
  export { default as Icon24LogoInstagram } from './24/logo_instagram';
@@ -1701,6 +1702,7 @@ export { default as Icon32SongOutline } from './32/song_outline';
1701
1702
  export { default as Icon32Spinner } from './32/spinner';
1702
1703
  export { default as Icon32Square4Outline } from './32/square_4_outline';
1703
1704
  export { default as Icon32StarsCircleFillViolet } from './32/stars_circle_fill_violet';
1705
+ export { default as Icon32StarsOutline } from './32/stars_outline';
1704
1706
  export { default as Icon32StoryOutline } from './32/story_outline';
1705
1707
  export { default as Icon32TearOffFlyerOutline } from './32/tear_off_flyer_outline';
1706
1708
  export { default as Icon32TicketOutline } from './32/ticket_outline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "1.166.1",
3
+ "version": "1.167.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="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M16.465 3.263a1 1 0 0 0-1.93-.526l-1.5 5.5a1 1 0 1 0 1.93.526l1.5-5.5ZM9.495 2.9a1 1 0 1 0-1.99.2l.5 5a1 1 0 0 0 1.99-.2l-.5-5ZM5.25 12.69c-.594.917-.75 1.99-.75 2.739C4.5 19.68 8.278 22 12 22c2.471 0 4.36-.811 5.634-2.08a6.37 6.37 0 0 0 1.866-4.499c-.002-1.641-.682-3.494-1.995-4.687a.9.9 0 1 0-1.21 1.332c.919.835 1.4 2.143 1.405 3.369a4.544 4.544 0 0 1-1.335 3.21C15.472 19.534 14.06 20.2 12 20.2c-3.135 0-5.7-1.876-5.7-4.771 0-.548.122-1.239.46-1.762.302-.466.812-.867 1.812-.867.122 0 .38-.002.693.134.297.128.698.404 1.03 1.069a.9.9 0 1 0 1.61-.806c-.525-1.049-1.246-1.623-1.928-1.916A3.539 3.539 0 0 0 8.571 11c-1.617 0-2.691.715-3.322 1.69Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 32 32"><path d="M6.904 2.394a.615.615 0 0 1 1.148 0l.866 2.254c.238.62.728 1.112 1.348 1.352l2.343.907a.615.615 0 0 1 0 1.146l-2.337.905a2.355 2.355 0 0 0-1.352 1.36l-.867 2.287a.615.615 0 0 1-1.15 0l-.87-2.292a2.355 2.355 0 0 0-1.34-1.357l-2.304-.904a.615.615 0 0 1 0-1.144l2.309-.906a2.355 2.355 0 0 0 1.338-1.348l.868-2.26Z"/><path fill-rule="evenodd" d="M15.385 15.376c.968-.968 1.74-2.72 2.318-4.478a35.958 35.958 0 0 0 .712-2.507c.127-.518 1.068-.518 1.196 0l.078.313a35.964 35.964 0 0 0 .634 2.194c.578 1.759 1.35 3.51 2.318 4.478.969.969 2.715 1.74 4.47 2.318a36.017 36.017 0 0 0 2.502.713c.516.128.516 1.067 0 1.195-.104.025-.208.052-.315.079a35.849 35.849 0 0 0-2.188.634c-1.754.578-3.5 1.35-4.469 2.318-.969.968-1.74 2.719-2.318 4.477a35.966 35.966 0 0 0-.712 2.507c-.128.517-1.068.517-1.196 0a37.837 37.837 0 0 0-.475-1.75 29.63 29.63 0 0 0-.237-.757c-.578-1.758-1.35-3.509-2.318-4.477-.97-.97-2.724-1.74-4.487-2.319a36.267 36.267 0 0 0-2.512-.712c-.517-.127-.517-1.068 0-1.195l.313-.079a36.091 36.091 0 0 0 2.199-.633c1.763-.579 3.518-1.35 4.487-2.319Zm1.768 1.768c.772-.772 1.38-1.772 1.86-2.77.48.998 1.088 1.998 1.86 2.77s1.77 1.38 2.767 1.86c-.996.48-1.995 1.089-2.767 1.86-.772.773-1.38 1.773-1.86 2.77-.48-.997-1.088-1.997-1.86-2.77-.773-.772-1.774-1.38-2.772-1.86.998-.48 1.999-1.087 2.771-1.86Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1,18 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon24LogoClipsOutlineProps extends HTMLAttributes<HTMLDivElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
9
+ }
10
+
11
+ export default makeIcon<Icon24LogoClipsOutlineProps>(
12
+ 'Icon24LogoClipsOutline',
13
+ 'logo_clips_outline_24',
14
+ '0 0 24 24',
15
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="logo_clips_outline_24"><path d="M16.465 3.263a1 1 0 0 0-1.93-.526l-1.5 5.5a1 1 0 1 0 1.93.526l1.5-5.5ZM9.495 2.9a1 1 0 1 0-1.99.2l.5 5a1 1 0 0 0 1.99-.2l-.5-5ZM5.25 12.69c-.594.917-.75 1.99-.75 2.739C4.5 19.68 8.278 22 12 22c2.471 0 4.36-.811 5.634-2.08a6.37 6.37 0 0 0 1.866-4.499c-.002-1.641-.682-3.494-1.995-4.687a.9.9 0 1 0-1.21 1.332c.919.835 1.4 2.143 1.405 3.369a4.544 4.544 0 0 1-1.335 3.21C15.472 19.534 14.06 20.2 12 20.2c-3.135 0-5.7-1.876-5.7-4.771 0-.548.122-1.239.46-1.762.302-.466.812-.867 1.812-.867.122 0 .38-.002.693.134.297.128.698.404 1.03 1.069a.9.9 0 1 0 1.61-.806c-.525-1.049-1.246-1.623-1.928-1.916A3.539 3.539 0 0 0 8.571 11c-1.617 0-2.691.715-3.322 1.69Z" /></symbol>',
16
+ 24,
17
+ 24
18
+ );
@@ -0,0 +1,18 @@
1
+ import { HTMLAttributes, RefCallback, RefObject } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon32StarsOutlineProps extends HTMLAttributes<HTMLDivElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: RefCallback<HTMLDivElement> | RefObject<HTMLDivElement>;
9
+ }
10
+
11
+ export default makeIcon<Icon32StarsOutlineProps>(
12
+ 'Icon32StarsOutline',
13
+ 'stars_outline_32',
14
+ '0 0 32 32',
15
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 32 32" id="stars_outline_32"><path d="M6.904 2.394a.615.615 0 0 1 1.148 0l.866 2.254c.238.62.728 1.112 1.348 1.352l2.343.907a.615.615 0 0 1 0 1.146l-2.337.905a2.355 2.355 0 0 0-1.352 1.36l-.867 2.287a.615.615 0 0 1-1.15 0l-.87-2.292a2.355 2.355 0 0 0-1.34-1.357l-2.304-.904a.615.615 0 0 1 0-1.144l2.309-.906a2.355 2.355 0 0 0 1.338-1.348l.868-2.26Z" /><path fill-rule="evenodd" d="M15.385 15.376c.968-.968 1.74-2.72 2.318-4.478a35.958 35.958 0 0 0 .712-2.507c.127-.518 1.068-.518 1.196 0l.078.313a35.964 35.964 0 0 0 .634 2.194c.578 1.759 1.35 3.51 2.318 4.478.969.969 2.715 1.74 4.47 2.318a36.017 36.017 0 0 0 2.502.713c.516.128.516 1.067 0 1.195-.104.025-.208.052-.315.079a35.849 35.849 0 0 0-2.188.634c-1.754.578-3.5 1.35-4.469 2.318-.969.968-1.74 2.719-2.318 4.477a35.966 35.966 0 0 0-.712 2.507c-.128.517-1.068.517-1.196 0a37.837 37.837 0 0 0-.475-1.75 29.63 29.63 0 0 0-.237-.757c-.578-1.758-1.35-3.509-2.318-4.477-.97-.97-2.724-1.74-4.487-2.319a36.267 36.267 0 0 0-2.512-.712c-.517-.127-.517-1.068 0-1.195l.313-.079a36.091 36.091 0 0 0 2.199-.633c1.763-.579 3.518-1.35 4.487-2.319Zm1.768 1.768c.772-.772 1.38-1.772 1.86-2.77.48.998 1.088 1.998 1.86 2.77s1.77 1.38 2.767 1.86c-.996.48-1.995 1.089-2.767 1.86-.772.773-1.38 1.773-1.86 2.77-.48-.997-1.088-1.997-1.86-2.77-.773-.772-1.774-1.38-2.772-1.86.998-.48 1.999-1.087 2.771-1.86Z" clip-rule="evenodd" /></symbol>',
16
+ 32,
17
+ 32
18
+ );
package/ts/index.ts CHANGED
@@ -848,6 +848,7 @@ export { default as Icon24Locate } from './24/locate';
848
848
  export { default as Icon24LocationOutline } from './24/location_outline';
849
849
  export { default as Icon24LockOpenOutline } from './24/lock_open_outline';
850
850
  export { default as Icon24LockOutline } from './24/lock_outline';
851
+ export { default as Icon24LogoClipsOutline } from './24/logo_clips_outline';
851
852
  export { default as Icon24LogoFacebook } from './24/logo_facebook';
852
853
  export { default as Icon24LogoGoogle } from './24/logo_google';
853
854
  export { default as Icon24LogoInstagram } from './24/logo_instagram';
@@ -1701,6 +1702,7 @@ export { default as Icon32SongOutline } from './32/song_outline';
1701
1702
  export { default as Icon32Spinner } from './32/spinner';
1702
1703
  export { default as Icon32Square4Outline } from './32/square_4_outline';
1703
1704
  export { default as Icon32StarsCircleFillViolet } from './32/stars_circle_fill_violet';
1705
+ export { default as Icon32StarsOutline } from './32/stars_outline';
1704
1706
  export { default as Icon32StoryOutline } from './32/story_outline';
1705
1707
  export { default as Icon32TearOffFlyerOutline } from './32/tear_off_flyer_outline';
1706
1708
  export { default as Icon32TicketOutline } from './32/ticket_outline';