@alfalab/icons-glyph 2.212.0 → 2.213.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 HouseHomeMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default HouseHomeMColorIcon;
@@ -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,o=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),t.createElement("path",{d:"M3 10.9c0-.516 0-.774.069-1.01.06-.208.16-.403.294-.575.151-.194.36-.344.778-.646l6.25-4.508c.579-.418.868-.626 1.184-.707.279-.071.571-.071.85 0 .316.08.605.29 1.184.707l6.25 4.508c.418.302.627.452.778.646.133.172.233.367.294.576.069.235.069.493.069 1.009v6.35c0 .962 0 1.444-.187 1.811a1.718 1.718 0 01-.752.752c-.367.187-.849.187-1.811.187H5.75c-.962 0-1.444 0-1.811-.187a1.719 1.719 0 01-.752-.752C3 18.694 3 18.212 3 17.25V10.9zM14 12h3v3h-3v-3z",fill:"#747474",fillRule:"evenodd",clipRule:"evenodd"}))};exports.HouseHomeMColorIcon=o,exports.default=o;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.212.0",
3
+ "version": "2.213.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",