@alfalab/icons-glyph 2.89.0 → 2.90.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 QuestionCircleLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default QuestionCircleLineMIcon;
@@ -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:"M12.002 8.395a1.28 1.28 0 00-.964.441l-.662.75L8.84 8.295l.661-.75a3.33 3.33 0 012.5-1.128c1.88 0 3.339 1.533 3.339 3.344a3.34 3.34 0 01-.874 2.256c-.162.178-.31.33-.446.47a8.48 8.48 0 00-.624.693c-.285.364-.38.618-.38.82h-2.028c0-.838.402-1.516.794-2.018.256-.328.593-.678.867-.961.115-.12.22-.23.302-.32.221-.242.36-.57.36-.94 0-.79-.622-1.366-1.31-1.366zM13 18v-2h-2v2h2z"}),l.createElement("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 11-16 0 8 8 0 0116 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.QuestionCircleLineMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const QuestionCircleLineSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default QuestionCircleLineSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("g",{clipPath:"url(#prefix__clip0_102626_17274)"},l.createElement("path",{d:"M8.001 5.116c-.299 0-.574.13-.77.353l-.53.6-1.23-1.033.53-.6a2.663 2.663 0 012-.903 2.673 2.673 0 012.67 2.676c0 .691-.262 1.327-.699 1.805-.13.142-.247.263-.356.376a6.77 6.77 0 00-.5.554c-.227.291-.303.494-.303.656H7.19c0-.67.322-1.213.636-1.615.204-.262.474-.542.693-.769.092-.096.176-.183.242-.254a1.11 1.11 0 00.288-.753c0-.632-.498-1.093-1.048-1.093zM8.8 12.8v-1.6H7.2v1.6h1.6z"}),l.createElement("path",{d:"M16 8A8 8 0 110 8a8 8 0 0116 0zm-1.5 0a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z",fillRule:"evenodd",clipRule:"evenodd"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_102626_17274"},l.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.QuestionCircleLineSIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.89.0",
3
+ "version": "2.90.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",