@alfalab/icons-glyph 2.5.0 → 2.6.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 BuildMoscowMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BuildMoscowMIcon;
@@ -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,a=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:"M10 23V9.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V23h-4zm-4-6v-3.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5V23H3v-5.5a.5.5 0 01.5-.5H6zm12 0v-3.5a.5.5 0 00-.5-.5h-2a.5.5 0 00-.5.5V23h6v-5.5a.5.5 0 00-.5-.5H18z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M11.766 1.178a.243.243 0 01.468 0l.595 1.917h1.924c.239 0 .338.319.145.466l-1.557 1.184.595 1.917c.073.237-.186.434-.379.288L12 5.765 10.443 6.95c-.193.146-.452-.051-.379-.288l.595-1.917-1.557-1.184c-.193-.147-.094-.466.145-.466h1.924l.595-1.917z"}))};exports.BuildMoscowMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",