@alfalab/icons 3.333.0 → 3.334.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 ArtificialIntelligenceMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArtificialIntelligenceMIcon;
@@ -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,c=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.979 9.5c-.176-2.037-1.442-3.304-3.48-3.48a.535.535 0 01-.5-.52c0-.276.226-.497.5-.521 2.037-.175 3.304-1.442 3.48-3.48A.535.535 0 0118.5 1c.276 0 .497.225.52.5.176 2.037 1.443 3.303 3.48 3.479.275.024.5.245.5.521a.535.535 0 01-.5.52c-2.037.176-3.304 1.443-3.48 3.48a.535.535 0 01-.52.5.535.535 0 01-.521-.5zM8.552 21.611c-.312-3.621-2.564-5.873-6.185-6.185-.489-.042-.889-.436-.888-.927 0-.49.4-.883.888-.926 3.62-.311 5.873-2.563 6.185-6.185.042-.489.436-.888.927-.888.49 0 .884.4.926.888.311 3.621 2.563 5.874 6.185 6.185.49.043.889.436.889.927 0 .49-.4.884-.889.926-3.622.311-5.874 2.564-6.186 6.185-.042.49-.435.889-.926.889-.49 0-.884-.4-.926-.889z"}))};exports.ArtificialIntelligenceMIcon=c,exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArtificialIntelligenceSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArtificialIntelligenceSIcon;
@@ -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,c=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M5.863 14.39C5.649 11.9 4.1 10.35 1.61 10.136 1.275 10.107 1 9.837 1 9.5c0-.338.275-.608.61-.637C4.1 8.65 5.65 7.101 5.864 4.611c.03-.336.3-.611.637-.611.338 0 .608.275.637.61C7.352 7.1 8.9 8.649 11.39 8.863c.336.03.611.3.611.637s-.275.608-.61.636c-2.49.215-4.04 1.763-4.254 4.253-.029.336-.299.611-.636.611-.338 0-.608-.275-.637-.61zm6.347-8.668c-.097-1.131-.8-1.835-1.932-1.933A.297.297 0 0110 3.5c0-.153.125-.275.278-.288 1.131-.098 1.835-.802 1.932-1.933A.298.298 0 0112.5 1a.3.3 0 01.29.278c.097 1.131.8 1.835 1.932 1.933A.297.297 0 0115 3.5a.298.298 0 01-.278.29c-1.131.097-1.835.8-1.933 1.932A.297.297 0 0112.5 6a.297.297 0 01-.289-.278z"}))};exports.ArtificialIntelligenceSIcon=c,exports.default=c;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.333.0",
3
+ "version": "3.334.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^26.6.0",
55
+ "ui-primitives": "^26.7.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {