@alfalab/icons-glyph 2.35.0 → 2.36.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 BackspaceMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BackspaceMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M13.631 11.008l-2.179-2.235-.96 1.022 2.171 2.21-2.172 2.21.963 1.01 2.177-2.233 2.178 2.233.963-1.01-2.173-2.211 2.174-2.235-.966-.992-2.176 2.231z"}),l.createElement("path",{d:"M9.782 5c-.438 0-.85.177-1.16.495l-5.142 5.31c-.31.32-.48.744-.48 1.195 0 .45.17.876.48 1.194l5.143 5.31c.309.32.721.496 1.16.496h8.743C19.945 19 21 17.928 21 16.462V7.538C21 6.072 19.945 5 18.526 5H9.782zm-.349 1.321a.478.478 0 01.35-.15h8.743c.407 0 .736.146.963.378.227.233.369.57.369.989v8.924c0 .419-.142.756-.369.989-.227.232-.556.378-.963.378H9.782a.478.478 0 01-.349-.15l-5.144-5.31A.52.52 0 014.142 12c0-.142.052-.27.148-.37l5.143-5.309z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BackspaceMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CommentWithTextLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CommentWithTextLineMIcon;
@@ -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:"M17 10V8H8v2h9zm-3 4v-2H8v2h6z"}),r.createElement("path",{d:"M11.167 20.808c0 .423 0 .634.132.84a.986.986 0 00.479.353c.236.065.391.016.704-.08C17 20.366 22 15.783 22 10.367c0-5.417-4.167-8.334-10-8.334S2 4.95 2 10.367c0 5.416 4.167 8.309 9.167 8.309v2.132zm2-4.132h-2c-2.133 0-3.938-.618-5.172-1.655C4.803 14.02 4 12.514 4 10.366c0-2.14.796-3.63 2.056-4.631C7.374 4.688 9.39 4.033 12 4.033s4.626.655 5.944 1.702c1.26 1 2.056 2.49 2.056 4.631 0 2.078-.963 4.122-2.552 5.888a14.267 14.267 0 01-4.281 3.22v-2.798z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CommentWithTextLineMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PhoneBookMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PhoneBookMIcon;
@@ -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,r=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:"M18 2H7.008A3.013 3.013 0 004 5v15a2 2 0 002 2h14V6H7.008a1 1 0 010-2H18V2zM8.548 8.977a.556.556 0 01.846-.072l1.576 1.576c.18.18.214.46.082.68L9.995 12.47l3.535 3.535 1.308-1.056c.22-.132.5-.098.68.082l1.575 1.576a.557.557 0 01-.072.846l-.926.665a2.604 2.604 0 01-2.855.133c-2.533-1.522-3.981-2.942-5.5-5.5a2.539 2.539 0 01-.357-1.293A2.65 2.65 0 017.88 9.91l.668-.933z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PhoneBookMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.35.0",
3
+ "version": "2.36.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",