@alfalab/icons-glyph 2.111.0 → 2.113.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 ArrowsCwCircleSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwCircleSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),t.createElement("g",{clipPath:"url(#prefix__clip0_92127_17602)"},t.createElement("path",{d:"M8 16A8 8 0 108 0a8 8 0 000 16zM8 4.937A3.062 3.062 0 004.937 8H3.625a4.375 4.375 0 017.716-2.824l.159-1.114h.875v3.063H9.312V6.25l1.086-.154A3.053 3.053 0 008 4.937zM11.063 8a3.062 3.062 0 01-5.461 1.904l1.085-.154v-.875H3.626v3.063H4.5l.16-1.114A4.375 4.375 0 0012.375 8h-1.314z",fillRule:"evenodd",clipRule:"evenodd"})),t.createElement("defs",null,t.createElement("clipPath",{id:"prefix__clip0_92127_17602"},t.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.ArrowsCwCircleSIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const HouseDropMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default HouseDropMIcon;
@@ -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:"M3.586 13c-.914 0-1.349-1.125-.673-1.74l8.077-7.343a1.5 1.5 0 012.018 0l8.078 7.343c.676.615.24 1.74-.673 1.74h-1.414v6.5a1.5 1.5 0 01-1.5 1.5h-11A1.5 1.5 0 015 19.5V13H3.586zm12.413-9.455h2V7l-2-2V3.545zm-4.426 6.153l-2.206 3.61C8.111 15.362 9.59 18 12 18s3.888-2.637 2.632-4.693l-2.205-3.609a.5.5 0 00-.853 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.HouseDropMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.111.0",
3
+ "version": "2.113.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",