@alfalab/icons 3.450.0 → 3.451.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,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const TicketStarCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TicketStarCompactMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5.6 6C4.716 6 4 6.672 4 7.5v2.378c.932.309 1.6 1.142 1.6 2.122s-.668 1.813-1.6 2.122V16.5c0 .828.716 1.5 1.6 1.5h12.8c.884 0 1.6-.672 1.6-1.5v-2.378c-.932-.309-1.6-1.142-1.6-2.122s.668-1.813 1.6-2.122V7.5c0-.828-.716-1.5-1.6-1.5H5.6zm6.091 3.332c.107-.268.511-.268.618 0l.592 1.484a.329.329 0 00.295.201l1.688.07c.305.012.43.372.191.55l-1.323.987a.299.299 0 00-.112.324l.451 1.527c.082.276-.245.499-.5.34l-1.409-.874a.348.348 0 00-.364 0l-1.41.875c-.254.158-.58-.065-.5-.34l.452-1.528a.299.299 0 00-.112-.324l-1.323-.987c-.239-.178-.114-.538.191-.55l1.688-.07a.329.329 0 00.295-.2l.592-1.485z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.TicketStarCompactMIcon=c,exports.default=c;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.277.0",
3
+ "version": "2.278.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
package/meta_glyph.json CHANGED
@@ -11229,6 +11229,16 @@
11229
11229
  "cdn": "glyph_thumb-up_s",
11230
11230
  "url": "https://alfabank.servicecdn.ru/icons/glyph_thumb-up_s.svg"
11231
11231
  },
11232
+ "TicketStarCompactMIcon": {
11233
+ "description": "билет",
11234
+ "web": "TicketStarCompactMIcon",
11235
+ "webComponent": "import { TicketStarCompactMIcon } from '@alfalab/icons-glyph/TicketStarCompactMIcon';",
11236
+ "android": "glyph_ticket_star_compact_m",
11237
+ "ios": "glyph_ticketStarCompact_m",
11238
+ "middle": "glyph_ticket-star-compact_m",
11239
+ "cdn": "glyph_ticket-star-compact_m",
11240
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_ticket-star-compact_m.svg"
11241
+ },
11232
11242
  "TicketStarMIcon": {
11233
11243
  "description": "билет",
11234
11244
  "web": "TicketStarMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.450.0",
3
+ "version": "3.451.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -51,7 +51,7 @@
51
51
  "ts-node": "^8.6.2",
52
52
  "tslib": "^2.0.0",
53
53
  "typescript": "^3.8.3",
54
- "ui-primitives": "^35.22.0",
54
+ "ui-primitives": "^35.23.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {