@alfalab/icons 3.415.2 → 3.416.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 PencilCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PencilCompactMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M18.77 8.23a.78.78 0 000-1.103l-1.898-1.898a.78.78 0 00-1.102 0L14 7l3 3 1.77-1.77zM16 11l-8 8H5v-3l8-8 3 3z"}))};exports.PencilCompactMIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.261.0",
3
+ "version": "2.262.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
@@ -7659,6 +7659,16 @@
7659
7659
  "cdn": "glyph_pen-nib_m",
7660
7660
  "url": "https://alfabank.servicecdn.ru/icons/glyph_pen-nib_m.svg"
7661
7661
  },
7662
+ "PencilCompactMIcon": {
7663
+ "description": "карандаш, редактировать, edit",
7664
+ "web": "PencilCompactMIcon",
7665
+ "webComponent": "import { PencilCompactMIcon } from '@alfalab/icons-glyph/PencilCompactMIcon';",
7666
+ "android": "glyph_pencil_compact_m",
7667
+ "ios": "glyph_pencilCompact_m",
7668
+ "middle": "glyph_pencil-compact_m",
7669
+ "cdn": "glyph_pencil-compact_m",
7670
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_pencil-compact_m.svg"
7671
+ },
7662
7672
  "PencilHeavyMIcon": {
7663
7673
  "description": "",
7664
7674
  "web": "PencilHeavyMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.415.2",
3
+ "version": "3.416.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": "^33.0.0",
54
+ "ui-primitives": "^33.1.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {