@alfalab/icons-glyph 2.284.0 → 2.286.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 TileCirclesPlusCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TileCirclesPlusCompactMIcon;
@@ -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:"M7.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm0 9a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm5.5 3.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zM17.5 4v2.5H20v2h-2.5V11h-2V8.5H13v-2h2.5V4h2z"}))};exports.TileCirclesPlusCompactMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const TranslateMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TranslateMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M11 9a4 4 0 014 4v6a4 4 0 01-4 4H5a4 4 0 01-4-4v-6a4 4 0 014-4h6zm-4.246 3l-1.831 5.037-.849 2.085-.378.926h2.16l.673-1.655h2.942l.673 1.655h2.16l-.378-.926-.849-2.085L9.247 12H6.753zm1.962 4.394H7.284L8 14.426l.716 1.968z"}),a.createElement("path",{d:"M19 1a4 4 0 014 4v6a4 4 0 01-4 4h-2v-2c0-.697-.12-1.366-.339-1.988l.008-.01a6.23 6.23 0 00.244-.318c.164.203.346.382.54.536.74.589 1.589.78 2.047.78v-2c.006 0-.105-.006-.282-.065a1.722 1.722 0 01-.52-.28c-.286-.227-.609-.645-.6-1.507.158-.546.265-1.078.328-1.548H19.5v-2H17V3.5h-2l.001 1.1h-2.5v2h3.902c-.056.338-.14.717-.258 1.108a6.855 6.855 0 01-.59 1.39A5.984 5.984 0 0011 7H9V5a4 4 0 014-4h6z"}))};exports.TranslateMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.284.0",
3
+ "version": "2.286.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",