@alfalab/icons 3.140.0 → 3.141.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.
- package/logotype/dist/SfaMColorIcon.d.ts +3 -0
- package/logotype/dist/SfaMColorIcon.js +1 -0
- package/logotype/dist/SfaSColorIcon.d.ts +3 -0
- package/logotype/dist/SfaSColorIcon.js +1 -0
- package/logotype/dist/SfaXsColorIcon.d.ts +3 -0
- package/logotype/dist/SfaXsColorIcon.js +1 -0
- package/logotype/dist/package.json +1 -1
- package/package.json +2 -2
|
@@ -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,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",width:"59",height:"24",viewBox:"0 0 59 24"},e,{fill:"none"}),l.createElement("path",{d:"M46.37 3.5c2.222 0 4.105 1.31 4.756 3.124L56.19 20.5h-3.927L47.58 7.682c-.16-.466-.642-.805-1.21-.805s-1.05.339-1.21.805L40.487 20.5h-3.933l5.06-13.876C42.265 4.811 44.148 3.5 46.37 3.5zm-29.035.597H7.451C4.44 4.097 2 6.311 2 9.042c0 2.731 2.44 4.945 5.45 4.945h5.313c.955 0 1.729.702 1.729 1.568 0 .866-.774 1.568-1.729 1.568H2.867V20.5h9.896c3.01 0 5.451-2.214 5.451-4.945 0-2.73-2.44-4.945-5.45-4.945H7.45c-.955 0-1.728-.702-1.728-1.568 0-.866.773-1.568 1.728-1.568h9.884V4.097zm3.288 4.905V20.5h3.722v-6.54H35.23l1.227-3.381H24.345l-.001-1.577c0-.85.759-1.54 1.695-1.54h11.563l1.263-3.38H26.04c-2.992 0-5.416 2.203-5.416 4.92z",fill:"#EF3124"}))};exports.SfaMColorIcon=r,exports.default=r;
|
|
@@ -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,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",width:"43",height:"16",viewBox:"0 0 43 16"},e,{fill:"none"}),l.createElement("path",{d:"M33.32 2c1.568 0 2.898.925 3.357 2.205L40.251 14H37.48l-3.305-9.048c-.113-.33-.453-.568-.854-.568-.401 0-.74.239-.854.568L29.167 14h-2.776l3.572-9.795C30.423 2.925 31.752 2 33.32 2zm-20.495.422H5.848C3.723 2.422 2 3.984 2 5.912c0 1.928 1.723 3.49 3.848 3.49h3.75c.673 0 1.22.496 1.22 1.107 0 .612-.547 1.107-1.22 1.107H2.612V14h6.986c2.124 0 3.847-1.563 3.847-3.49 0-1.928-1.723-3.491-3.847-3.491h-3.75c-.674 0-1.22-.496-1.22-1.107s.546-1.107 1.22-1.107h6.977V2.422zm2.321 3.462V14h2.627V9.383h7.684l.866-2.386h-8.55V5.884c0-.6.535-1.087 1.195-1.087h8.163l.892-2.386h-9.055c-2.111 0-3.822 1.555-3.822 3.473z",fill:"#EF3124"}))};exports.SfaSColorIcon=r,exports.default=r;
|
|
@@ -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,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",width:"36",height:"12",viewBox:"0 0 36 12"},e,{fill:"none"}),l.createElement("path",{d:"M28.1 1c1.307 0 2.415.771 2.798 1.838L33.876 11h-2.31l-2.754-7.54c-.095-.274-.378-.474-.712-.474-.334 0-.617.2-.712.474L24.64 11h-2.314l2.976-8.162C25.685 1.77 26.793 1 28.1 1zm-17.08.351H5.207C3.436 1.351 2 2.654 2 4.261c0 1.606 1.436 2.908 3.206 2.908h3.125c.562 0 1.017.413 1.017.922 0 .51-.455.923-1.017.923h-5.82V11h5.82c1.771 0 3.207-1.302 3.207-2.909 0-1.606-1.436-2.909-3.207-2.909H5.206c-.561 0-1.016-.412-1.016-.922s.455-.922 1.016-.922h5.815V1.35zm1.935 2.885V11h2.189V7.153h6.404l.721-1.989h-7.125v-.928c0-.5.446-.905.996-.905h6.802l.744-1.989H16.14c-1.76 0-3.185 1.296-3.185 2.894z",fill:"#EF3124"}))};exports.SfaXsColorIcon=r,exports.default=r;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.141.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": "^11.
|
|
54
|
+
"ui-primitives": "^11.4.0",
|
|
55
55
|
"util": "^0.12.2"
|
|
56
56
|
},
|
|
57
57
|
"lint-staged": {
|