@alfalab/icons 3.34.0 → 3.35.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 SbpFullMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SbpFullMColorIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),d=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return d.createElement("svg",l.__assign({role:"img",focusable:"false",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),d.createElement("path",{d:"M4.614 12.393l1.646 1.083v2.009l-1.654 2.962.008-6.054z",fill:"#62B22F",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M3.248 11.538l1.643.952-4.878 2.963 1.592-2.898 1.643-1.017z",fill:"#974995",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M10.91 8.8l-3.14-.015-1.511-.91L4.615 5l6.295 3.8z",fill:"#EE7024",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M4.615 5L6.26 7.876l.003 3.962-1.656-.506L4.615 5z",fill:"#FBB61B",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M0 7.893l1.61 2.928-.005 1.734-1.592 2.898L0 7.893z",fill:"#5A58A3",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M0 7.893l10.885 6.66-3.119.022-6.155-3.754L0 7.893z",fill:"#2188CB",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M7.77 8.785l3.14.015-4.646 2.857-.005-1.95 1.512-.922z",fill:"#DA0954",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M16.823 9.256a2.03 2.03 0 011.42-.507c.537-.011 1.078.025 1.612-.038-.116.355-.35.664-.507 1.002-.385.007-.77-.007-1.156.006-.494.04-.966.441-1.014.945.45-.448 1.154-.479 1.738-.332.39.134.739.427.88.821.13.348.154.727.068 1.088-.13.494-.527.876-.997 1.057a2.432 2.432 0 01-1.737 0c-.522-.213-.89-.706-1.017-1.247-.138-.482-.12-1.195.022-1.685.124-.425.362-.81.688-1.11zm1.336 1.881c-.293-.058-.624.061-.776.32-.277.468.103 1.168.723 1.08.676-.095.854-1.186.053-1.4zm-4.371-1.212c.608-.15 1.304-.106 1.823.273-.172.277-.327.564-.484.85-.254-.085-.5-.219-.775-.213-.292-.009-.607.105-.773.355a.84.84 0 00-.013.902c.153.255.453.373.738.4.223-.026.449-.057.655-.152a.262.262 0 01.162-.025c.1.287.32.525.408.816-.56.3-1.229.36-1.842.211-.423-.124-.825-.365-1.067-.743-.383-.587-.369-1.418.071-1.97.265-.358.671-.591 1.097-.703zm6.667.016c1.181-.01 2.363-.01 3.545 0-.01 1.122-.004 2.245-.003 3.368-.397 0-.795.004-1.193 0 .019-.737-.018-1.473.005-2.207a.298.298 0 00-.04-.16c-.362.008-.726.008-1.09 0-.023.787-.005 1.576-.01 2.365-.404.007-.81.003-1.213 0 .002-1.122.006-2.244-.001-3.366z",fill:"#1B1537",fillRule:"evenodd",clipRule:"evenodd"}),d.createElement("path",{d:"M6.26 15.485l1.506-.91 3.12-.021-6.28 3.893 1.654-2.962z",fill:"#037F37",fillRule:"evenodd",clipRule:"evenodd"}))};exports.SbpFullMColorIcon=t,exports.default=t;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logotype",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.34.0",
3
+ "version": "3.35.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -51,7 +51,7 @@
51
51
  "ts-node": "^8.6.2",
52
52
  "tslib": "^2.0.0",
53
53
  "typescript": "^3.8.3",
54
- "ui-primitives": "^5.1.0",
54
+ "ui-primitives": "^5.2.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {