@alfalab/icons-logo 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SbpSignBoxMWhiteIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SbpSignBoxMWhiteIcon;
@@ -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,a=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 5.785l2.69 4.763v2.903l-2.686 4.754L3 5.785z",fill:"#DADADA"}),t.createElement("path",{d:"M13.325 8.814l2.52-1.53L21 7.28l-7.675 4.66V8.814z",fill:"#EDEDED"}),t.createElement("path",{d:"M13.311 5.757l.014 6.305-2.695-1.64V.995l2.681 4.761z",fill:"#DADADA"}),t.createElement("path",{d:"M21 7.28l-5.156.004-2.533-1.527L10.63.997 21 7.28z",fill:"#fff"}),t.createElement("path",{d:"M13.325 18.232v-3.06l-2.695-1.61v9.434l2.695-4.764z",fill:"#DADADA"}),t.createElement("path",{d:"M15.838 16.715L5.69 10.548 3 5.785l17.99 10.924-5.152.006z",fill:"#fff"}),t.createElement("path",{d:"M10.63 22.996l2.695-4.764 2.513-1.517 5.152-.006-10.36 6.287zm-7.626-4.791l7.647-4.642L8.08 12l-2.39 1.45-2.686 4.754z",fill:"#EDEDED"}))};exports.SbpSignBoxMWhiteIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",