@expo/styleguide-icons 1.0.0-alpha.3 → 1.0.0-alpha.4
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/dist/index.js +35 -49
- package/dist/tmp/custom/{UpdateIcon.d.ts → BranchIcon.d.ts} +3 -3
- package/dist/tmp/custom/PersonalTrainerIcon.d.ts +7 -0
- package/dist/tmp/custom/index.d.ts +2 -3
- package/package.json +3 -3
- package/dist/tmp/custom/ChannelIcon.d.ts +0 -7
- package/dist/tmp/custom/ThemeAutoIcon.d.ts +0 -7
package/dist/index.js
CHANGED
|
@@ -23121,20 +23121,6 @@ function ChangelogIcon(_a) {
|
|
|
23121
23121
|
}
|
|
23122
23122
|
ChangelogIcon.displayName = "ChangelogIcon";
|
|
23123
23123
|
|
|
23124
|
-
function ChannelIcon(_a) {
|
|
23125
|
-
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23126
|
-
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23127
|
-
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23128
|
-
React__namespace.createElement("g", { id: "channel" },
|
|
23129
|
-
React__namespace.createElement("g", { id: "Vector" },
|
|
23130
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M6.77506 11.3633C6.69423 11.3178 6.61804 11.2656 6.54718 11.2075L2.50222 13.4603L6.73874 15.713C6.89362 15.7954 7.07938 15.7951 7.23399 15.7122L10.9552 13.7176L6.77506 11.3633Z" }),
|
|
23131
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M16.7413 15.6782L13.046 13.7132L17.2173 11.3632C17.308 11.312 17.393 11.2525 17.4711 11.1857L21.4689 13.4088L17.2366 15.6773C17.082 15.7602 16.8962 15.7605 16.7413 15.6782Z" }),
|
|
23132
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M7.49962 4.42722L11.74 6.68203C11.8949 6.76438 12.0807 6.76408 12.2353 6.68121L16.4676 4.41267L12.2559 2.07059C12.0869 1.97633 11.8787 1.97648 11.7099 2.07097L7.49962 4.42722Z" }),
|
|
23133
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M16.9987 5.32113L12.7321 7.60805C12.2682 7.85666 11.711 7.85758 11.2463 7.61051L6.99612 5.3505L7.02016 9.99391C7.021 10.1573 7.10001 10.3097 7.23158 10.4082C7.25037 10.4223 7.27024 10.4353 7.2911 10.447L11.7086 12.935C11.7975 12.985 11.8974 13.0089 11.9968 13.0065C12.0962 13.0089 12.1961 12.985 12.285 12.9349L16.7011 10.447C16.8575 10.3589 16.9578 10.202 16.9706 10.029C16.9714 10.0175 16.9719 10.0058 16.972 9.99418L16.9987 5.32113Z" }),
|
|
23134
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M12.0026 14.3494L12.0512 14.3233L12.0509 14.3751L16.2476 16.6066C16.7123 16.8537 17.2695 16.8528 17.7334 16.6042L22 14.3173L21.9733 18.9903C21.9732 19.002 21.9727 19.0136 21.9719 19.0251C21.9591 19.1982 21.8588 19.355 21.7024 19.4431L17.2863 21.9311C17.1974 21.9811 17.0975 22.005 16.9981 22.0026C16.8987 22.005 16.7988 21.9812 16.7099 21.9311L12.2932 19.478L12.0303 19.3173L11.7519 19.478L7.31207 21.9659C7.22716 22.0135 7.13225 22.0374 7.03728 22.0376L7.02507 22.0375L7.02368 22.0375L7.02229 22.0375L7.00963 22.0376C6.91487 22.0373 6.8202 22.0134 6.73547 21.966L2.29641 19.478C2.12867 19.384 2.02511 19.2116 2.02414 19.0249L2 14.3842L6.24503 16.6415C6.70968 16.8886 7.26694 16.8876 7.73077 16.639L11.9974 14.3521L11.9974 14.3466L12.0026 14.3494Z" }))));
|
|
23135
|
-
}
|
|
23136
|
-
ChannelIcon.displayName = "ChannelIcon";
|
|
23137
|
-
|
|
23138
23124
|
function CommitIcon(_a) {
|
|
23139
23125
|
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23140
23126
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
@@ -23331,8 +23317,8 @@ function SlashShortcutIcon(_a) {
|
|
|
23331
23317
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23332
23318
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23333
23319
|
React__namespace.createElement("g", { id: "slash-shortcut" },
|
|
23334
|
-
React__namespace.createElement("path", { id: "Vector", stroke: "currentColor", d: "M18.5 3H6.5C4.567 3 3 4.567 3 6.5V18.5C3 20.433 4.567 22 6.5 22H18.5C20.433 22 22 20.433 22 18.5V6.5C22 4.567 20.433 3 18.5 3Z" }),
|
|
23335
|
-
React__namespace.createElement("path", { id: "Vector_2", stroke: "currentColor", d: "M9 18.5L16 6.5" })));
|
|
23320
|
+
React__namespace.createElement("path", { id: "Vector", stroke: "currentColor", strokeWidth: 2, d: "M18.5 3H6.5C4.567 3 3 4.567 3 6.5V18.5C3 20.433 4.567 22 6.5 22H18.5C20.433 22 22 20.433 22 18.5V6.5C22 4.567 20.433 3 18.5 3Z" }),
|
|
23321
|
+
React__namespace.createElement("path", { id: "Vector_2", stroke: "currentColor", strokeWidth: 2, d: "M9 18.5L16 6.5" })));
|
|
23336
23322
|
}
|
|
23337
23323
|
SlashShortcutIcon.displayName = "SlashShortcutIcon";
|
|
23338
23324
|
|
|
@@ -23406,17 +23392,6 @@ function ThemeIcon(_a) {
|
|
|
23406
23392
|
}
|
|
23407
23393
|
ThemeIcon.displayName = "ThemeIcon";
|
|
23408
23394
|
|
|
23409
|
-
function ThemeAutoIcon(_a) {
|
|
23410
|
-
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23411
|
-
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23412
|
-
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23413
|
-
React__namespace.createElement("g", { id: "theme-auto" },
|
|
23414
|
-
React__namespace.createElement("g", { id: "Group 305" },
|
|
23415
|
-
React__namespace.createElement("circle", { id: "Ellipse 3", cx: 12, cy: 12, r: 9.30525, stroke: "currentColor", strokeWidth: 1.38884 }),
|
|
23416
|
-
React__namespace.createElement("path", { id: "Intersect", fill: "currentColor", fillRule: "evenodd", d: "M12.0001 2C6.4774 2 2.00037 6.47696 2.00037 11.9996C2.00037 17.5222 6.4774 21.9991 12.0001 21.9991V2Z", clipRule: "evenodd" }))));
|
|
23417
|
-
}
|
|
23418
|
-
ThemeAutoIcon.displayName = "ThemeAutoIcon";
|
|
23419
|
-
|
|
23420
23395
|
function TriangleRightIcon(_a) {
|
|
23421
23396
|
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23422
23397
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
@@ -23453,17 +23428,6 @@ function TriangleUpIcon(_a) {
|
|
|
23453
23428
|
}
|
|
23454
23429
|
TriangleUpIcon.displayName = "TriangleUpIcon";
|
|
23455
23430
|
|
|
23456
|
-
function UpdateIcon(_a) {
|
|
23457
|
-
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23458
|
-
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23459
|
-
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23460
|
-
React__namespace.createElement("g", { id: "update" },
|
|
23461
|
-
React__namespace.createElement("g", { id: "Vector" },
|
|
23462
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M4.74362 11.9998L12 15.628L19.2564 11.9998L23 13.8716L12 19.3716L1 13.8716L4.74362 11.9998Z" }),
|
|
23463
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 6.10626L3.95668 10.1279L12 14.1496L20.0433 10.1279L12 6.10626ZM12 4.62793L23 10.1279L12 15.628L1.00001 10.1279L12 4.62793Z", clipRule: "evenodd" }))));
|
|
23464
|
-
}
|
|
23465
|
-
UpdateIcon.displayName = "UpdateIcon";
|
|
23466
|
-
|
|
23467
23431
|
function UpgradeIcon(_a) {
|
|
23468
23432
|
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23469
23433
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
@@ -23499,7 +23463,7 @@ function TextSecretTypeIcon(_a) {
|
|
|
23499
23463
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23500
23464
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23501
23465
|
React__namespace.createElement("g", { id: "text-secret-type" },
|
|
23502
|
-
React__namespace.createElement("path", { id: "Vector 553", stroke: "currentColor", strokeWidth:
|
|
23466
|
+
React__namespace.createElement("path", { id: "Vector 553", stroke: "currentColor", strokeWidth: 2, d: "M12 20.5542H8.08948V18.5802M12 20.5542V3.4458M12 20.5542H15.9105V18.5802M12 3.4458H2.87549V6.73588M12 3.4458H21.1244V6.73588" })));
|
|
23503
23467
|
}
|
|
23504
23468
|
TextSecretTypeIcon.displayName = "TextSecretTypeIcon";
|
|
23505
23469
|
|
|
@@ -23607,12 +23571,34 @@ function BuildSolidIcon(_a) {
|
|
|
23607
23571
|
}
|
|
23608
23572
|
BuildSolidIcon.displayName = "BuildSolidIcon";
|
|
23609
23573
|
|
|
23574
|
+
function PersonalTrainerIcon(_a) {
|
|
23575
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23576
|
+
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23577
|
+
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23578
|
+
React__namespace.createElement("g", { id: "personal-trainer" },
|
|
23579
|
+
React__namespace.createElement("path", { id: "Vector", fill: "currentColor", d: "M12.0002 7.71205C12.4409 7.71205 12.8773 7.62524 13.2845 7.45659C13.6917 7.28793 14.0616 7.04073 14.3733 6.72909C14.6849 6.41746 14.9321 6.04749 15.1008 5.64032C15.2694 5.23315 15.3562 4.79674 15.3562 4.35602C15.3562 3.91531 15.2694 3.4789 15.1008 3.07173C14.9321 2.66456 14.6849 2.29459 14.3733 1.98296C14.0616 1.67132 13.6917 1.42412 13.2845 1.25546C12.8773 1.08681 12.4409 1 12.0002 1C11.1101 1 10.2565 1.35358 9.62714 1.98296C8.99776 2.61233 8.64418 3.46595 8.64418 4.35602C8.64418 5.2461 8.99776 6.09972 9.62714 6.72909C10.2565 7.35847 11.1101 7.71205 12.0002 7.71205ZM21.1477 12.5232L17.0477 9.16543C16.7808 8.94795 16.4469 8.82948 16.1026 8.83013H7.8978C7.55394 8.82976 7.2205 8.94821 6.95394 9.16543L2.85153 12.5221C2.57079 12.7519 2.38344 13.0762 2.32457 13.4342C2.26571 13.7922 2.33936 14.1594 2.53174 14.4671L4.23332 17.8034C4.42039 18.0993 4.71365 18.3124 5.05289 18.3988C5.39214 18.4853 5.75161 18.4386 6.0575 18.2683C6.36339 18.0981 6.59247 17.8171 6.69772 17.4832C6.80296 17.1493 6.77637 16.7878 6.62341 16.4729L5.75711 13.9993L7.52551 12.5531V22.6265C7.52551 22.7254 7.56469 22.8202 7.63448 22.8902C7.70426 22.9602 7.79895 22.9997 7.8978 23H16.1014C16.2005 23 16.2955 22.9607 16.3655 22.8906C16.4356 22.8206 16.4749 22.7256 16.4749 22.6265V12.5531L18.2433 14.0005L17.3758 16.4741C17.2178 16.7897 17.1877 17.154 17.2917 17.4912C17.3957 17.8285 17.6259 18.1125 17.9342 18.2842C18.2425 18.4559 18.6052 18.502 18.9467 18.4129C19.2881 18.3237 19.582 18.1063 19.7671 17.8058L21.4687 14.4671C21.6609 14.1593 21.7344 13.792 21.6753 13.434C21.6162 13.0759 21.4286 12.7529 21.1477 12.5232ZM14.6099 12.9325C14.6099 13.0314 14.5707 13.1262 14.5009 13.1962C14.4311 13.2662 14.3364 13.3057 14.2376 13.306H12.0002C11.9012 13.306 11.8062 13.2667 11.7361 13.1966C11.6661 13.1266 11.6267 13.0316 11.6267 12.9325V11.8145C11.6266 11.7653 11.6361 11.7166 11.6548 11.6712C11.6735 11.6257 11.701 11.5844 11.7357 11.5496C11.7704 11.5148 11.8116 11.4872 11.857 11.4683C11.9024 11.4495 11.9511 11.4398 12.0002 11.4398H14.2376C14.2865 11.4398 14.3351 11.4494 14.3803 11.4682C14.4256 11.487 14.4666 11.5145 14.5012 11.5492C14.5358 11.5839 14.5632 11.6251 14.5819 11.6704C14.6005 11.7157 14.61 11.7643 14.6099 11.8133V12.9313V12.9325Z" })));
|
|
23580
|
+
}
|
|
23581
|
+
PersonalTrainerIcon.displayName = "PersonalTrainerIcon";
|
|
23582
|
+
|
|
23583
|
+
function BranchIcon(_a) {
|
|
23584
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23585
|
+
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23586
|
+
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23587
|
+
React__namespace.createElement("g", { id: "branch" },
|
|
23588
|
+
React__namespace.createElement("path", { id: "Vector 571", fill: "currentColor", d: "M5.5 17.4004C5.5 17.9527 5.94772 18.4004 6.5 18.4004C7.05229 18.4004 7.5 17.9527 7.5 17.4004L5.5 17.4004ZM5.5 5.40039L5.5 11.4004L7.5 11.4004L7.5 5.40039L5.5 5.40039ZM5.5 11.4004L5.5 17.4004L7.5 17.4004L7.5 11.4004L5.5 11.4004Z" }),
|
|
23589
|
+
React__namespace.createElement("path", { id: "Vector 572", stroke: "currentColor", strokeWidth: 2, d: "M6.53488 18.4004L6.5262 16.455C6.51867 14.7681 6.5149 13.9246 6.84084 13.28C7.12752 12.713 7.58682 12.2516 8.15255 11.9624C8.79574 11.6336 9.63921 11.6336 11.3262 11.6336H13.7011C15.3824 11.6336 16.223 11.6336 16.865 11.3063C17.4297 11.0184 17.8887 10.5591 18.1762 9.99415C18.503 9.35193 18.5023 8.51128 18.5011 6.82998L18.5 5.40039" }),
|
|
23590
|
+
React__namespace.createElement("path", { id: "Icon", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.5 6.40039C7.60457 6.40039 8.5 5.50496 8.5 4.40039C8.5 3.29582 7.60457 2.40039 6.5 2.40039C5.39543 2.40039 4.5 3.29582 4.5 4.40039C4.5 5.50496 5.39543 6.40039 6.5 6.40039Z" }),
|
|
23591
|
+
React__namespace.createElement("path", { id: "Icon_2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.5 6.40039C19.6046 6.40039 20.5 5.50496 20.5 4.40039C20.5 3.29582 19.6046 2.40039 18.5 2.40039C17.3954 2.40039 16.5 3.29582 16.5 4.40039C16.5 5.50496 17.3954 6.40039 18.5 6.40039Z" }),
|
|
23592
|
+
React__namespace.createElement("path", { id: "Icon_3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.5 21.4004C7.60457 21.4004 8.5 20.505 8.5 19.4004C8.5 18.2958 7.60457 17.4004 6.5 17.4004C5.39543 17.4004 4.5 18.2958 4.5 19.4004C4.5 20.505 5.39543 21.4004 6.5 21.4004Z" })));
|
|
23593
|
+
}
|
|
23594
|
+
BranchIcon.displayName = "BranchIcon";
|
|
23595
|
+
|
|
23610
23596
|
function AndroidIcon(_a) {
|
|
23611
23597
|
var className = _a.className, props = __rest(_a, ["className"]);
|
|
23612
23598
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23613
23599
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23614
23600
|
React__namespace.createElement("g", { id: "android" },
|
|
23615
|
-
React__namespace.createElement("path", { id: "Vector", fill: "currentColor", d: "M17.0628 15.073C16.5576 15.073 16.1467 14.6605 16.1467 14.1537C16.1467 13.6469 16.5576 13.2347 17.0628 13.2347C17.5679 13.2347 17.9788 13.6469 17.9788 14.1537C17.9788 14.6605 17.5679 15.073 17.0628 15.073ZM6.9372 15.073C6.43204 15.073 6.02116 14.6605 6.02116 14.1537C6.02116 13.6469 6.43204 13.2347 6.9372 13.2347C7.44234 13.2347 7.85325 13.6469 7.85325 14.1537C7.85325 14.6605 7.44234 15.073 6.9372 15.073ZM17.3913 9.53705L19.2222 6.35598C19.3272 6.17313 19.2647 5.93959 19.0828 5.834C18.9008 5.72871 18.6677 5.79135 18.5624 5.97389L16.7087 9.19523C15.291 8.54619 13.6989 8.18468 12 8.18468C10.3011 8.18468 8.70893 8.54619 7.29131 9.19523L5.43751 5.97389C5.33226 5.79135 5.09916 5.72871 4.9172 5.834C4.73524 5.93959 4.67251 6.17313 4.77776 6.35598L6.60865 9.53705C3.
|
|
23601
|
+
React__namespace.createElement("path", { id: "Vector", fill: "currentColor", d: "M17.0628 15.073C16.5576 15.073 16.1467 14.6605 16.1467 14.1537C16.1467 13.6469 16.5576 13.2347 17.0628 13.2347C17.5679 13.2347 17.9788 13.6469 17.9788 14.1537C17.9788 14.6605 17.5679 15.073 17.0628 15.073ZM6.9372 15.073C6.43204 15.073 6.02116 14.6605 6.02116 14.1537C6.02116 13.6469 6.43204 13.2347 6.9372 13.2347C7.44234 13.2347 7.85325 13.6469 7.85325 14.1537C7.85325 14.6605 7.44234 15.073 6.9372 15.073ZM17.3913 9.53705L19.2222 6.35598C19.3272 6.17313 19.2647 5.93959 19.0828 5.834C18.9008 5.72871 18.6677 5.79135 18.5624 5.97389L16.7087 9.19523C15.291 8.54619 13.6989 8.18468 12 8.18468C10.3011 8.18468 8.70893 8.54619 7.29131 9.19523L5.43751 5.97389C5.33226 5.79135 5.09916 5.72871 4.9172 5.834C4.73524 5.93959 4.67251 6.17313 4.77776 6.35598L6.60865 9.53705C3.46479 11.2524 1.31456 14.4454 1 18.2177H23C22.6851 14.4454 20.5349 11.2524 17.3913 9.53705Z" })));
|
|
23616
23602
|
}
|
|
23617
23603
|
AndroidIcon.displayName = "AndroidIcon";
|
|
23618
23604
|
|
|
@@ -23630,9 +23616,10 @@ function AppleAppStoreIcon(_a) {
|
|
|
23630
23616
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23631
23617
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23632
23618
|
React__namespace.createElement("g", { id: "apple-app-store" },
|
|
23633
|
-
React__namespace.createElement("
|
|
23634
|
-
|
|
23635
|
-
|
|
23619
|
+
React__namespace.createElement("g", { id: "Group 875" },
|
|
23620
|
+
React__namespace.createElement("path", { id: "Subtract", fill: "currentColor", fillRule: "evenodd", d: "M15.0298 5.20173C15.4726 4.43699 15.2115 3.45813 14.4468 3.01539C13.6821 2.57264 12.7032 2.83367 12.2605 3.59841L4.77811 16.5225H8.47571L15.0298 5.20173ZM7.53182 18.1528C6.85084 17.5684 6.11465 17.0213 5.47888 16.996C4.55119 16.9592 4.24195 17.4422 4.00931 17.8756L4.00066 17.8653L3.46046 18.7984C3.01771 19.5632 3.27874 20.542 4.04348 20.9848C4.80822 21.4275 5.78708 21.1665 6.22982 20.4017L7.53182 18.1528Z", clipRule: "evenodd" }),
|
|
23621
|
+
React__namespace.createElement("path", { id: "Subtract_2", fill: "currentColor", fillRule: "evenodd", d: "M11.7177 13.3223C12.4045 13.3296 13.112 13.3986 13.5511 14.0487C14.0334 14.7626 14.0696 15.6812 13.8882 16.5223H3.6C2.71634 16.5223 2 15.8059 2 14.9223C2 14.0386 2.71634 13.3223 3.6 13.3223H11.7177ZM15.677 16.5223H20.4C21.2837 16.5223 22 15.8059 22 14.9223C22 14.0386 21.2837 13.3223 20.4 13.3223H13.8126L15.677 16.5223Z", clipRule: "evenodd" }),
|
|
23622
|
+
React__namespace.createElement("path", { id: "Subtract_3", fill: "currentColor", fillRule: "evenodd", d: "M9.04737 5.20173C8.60463 4.43699 8.86566 3.45813 9.63039 3.01539C10.3951 2.57264 11.374 2.83367 11.8167 3.59841L13.87 7.14488L11.9686 10.2474L9.04737 5.20173ZM13.2961 12.5404L17.8474 20.4017C18.2901 21.1665 19.269 21.4275 20.0337 20.9848C20.7985 20.542 21.0595 19.5632 20.6167 18.7984L14.4559 8.15692C14.0611 8.20949 13.7054 8.44011 13.4313 8.98818C12.6471 10.5567 12.9982 11.8868 13.2987 12.5409L13.2961 12.5404Z", clipRule: "evenodd" }))));
|
|
23636
23623
|
}
|
|
23637
23624
|
AppleAppStoreIcon.displayName = "AppleAppStoreIcon";
|
|
23638
23625
|
|
|
@@ -23674,7 +23661,7 @@ function FacebookIcon(_a) {
|
|
|
23674
23661
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23675
23662
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23676
23663
|
React__namespace.createElement("g", { id: "facebook" },
|
|
23677
|
-
React__namespace.createElement("path", { id: "facebook_2", fill: "currentColor", d: "
|
|
23664
|
+
React__namespace.createElement("path", { id: "facebook_2", fill: "currentColor", d: "M23 12.0672C23 5.95496 18.0751 1 12 1C5.92486 1 1 5.95496 1 12.0672C1 17.5912 5.02254 22.1697 10.2812 23V15.2663H7.48828V12.0672H10.2812V9.62898C10.2812 6.85525 11.9235 5.32313 14.4361 5.32313C15.6396 5.32313 16.8984 5.53929 16.8984 5.53929V8.26287H15.5114C14.1449 8.26287 13.7188 9.11597 13.7188 9.99119V12.0672H16.7695L16.2818 15.2663H13.7188V23C18.9775 22.1697 23 17.5912 23 12.0672Z" })));
|
|
23678
23665
|
}
|
|
23679
23666
|
FacebookIcon.displayName = "FacebookIcon";
|
|
23680
23667
|
|
|
@@ -23683,7 +23670,7 @@ function GithubIcon(_a) {
|
|
|
23683
23670
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23684
23671
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23685
23672
|
React__namespace.createElement("g", { id: "github" },
|
|
23686
|
-
React__namespace.createElement("path", { id: "github_2", fill: "currentColor", d: "M12
|
|
23673
|
+
React__namespace.createElement("path", { id: "github_2", fill: "currentColor", d: "M12 1.60205C5.9225 1.60205 1 6.41965 1 12.3676C1 17.1314 4.14875 21.155 8.52125 22.5815C9.07125 22.6757 9.2775 22.3527 9.2775 22.0701C9.2775 21.8144 9.26375 20.9666 9.26375 20.065C6.5 20.5629 5.785 19.4056 5.565 18.8001C5.44125 18.4906 4.905 17.5351 4.4375 17.2794C4.0525 17.0776 3.5025 16.5797 4.42375 16.5662C5.29 16.5528 5.90875 17.3467 6.115 17.6697C7.105 19.298 8.68625 18.8404 9.31875 18.5578C9.415 17.8581 9.70375 17.3871 10.02 17.1179C7.5725 16.8488 5.015 15.9203 5.015 11.8024C5.015 10.6317 5.44125 9.66278 6.1425 8.90919C6.0325 8.64005 5.6475 7.53658 6.2525 6.05631C6.2525 6.05631 7.17375 5.77372 9.2775 7.15978C10.1575 6.91756 11.0925 6.79645 12.0275 6.79645C12.9625 6.79645 13.8975 6.91756 14.7775 7.15978C16.8813 5.76026 17.8025 6.05631 17.8025 6.05631C18.4075 7.53658 18.0225 8.64005 17.9125 8.90919C18.6138 9.66278 19.04 10.6182 19.04 11.8024C19.04 15.9337 16.4688 16.8488 14.0213 17.1179C14.42 17.4544 14.7638 18.1003 14.7638 19.1096C14.7638 20.5495 14.75 21.7068 14.75 22.0701C14.75 22.3527 14.9563 22.6891 15.5063 22.5815C17.69 21.86 19.5875 20.4865 20.9318 18.6542C22.2761 16.822 22.9994 14.6233 23 12.3676C23 6.41965 18.0775 1.60205 12 1.60205Z" })));
|
|
23687
23674
|
}
|
|
23688
23675
|
GithubIcon.displayName = "GithubIcon";
|
|
23689
23676
|
|
|
@@ -23692,7 +23679,7 @@ function InstagramIcon(_a) {
|
|
|
23692
23679
|
var _className = mergeClasses("icon-md text-icon-default", className);
|
|
23693
23680
|
return React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", className: _className, role: "img" }, props),
|
|
23694
23681
|
React__namespace.createElement("g", { id: "instagram" },
|
|
23695
|
-
React__namespace.createElement("path", { id: "instagram_2", fill: "currentColor", d: "M12.0009 2C9.28508 2 8.94424 2.01188 7.87756 2.06042C6.81297 2.10917 6.08629 2.27771 5.45045 2.52501C4.79274 2.78042 4.23481 3.1221 3.67898 3.67814C3.12272 4.23398 2.78105 4.7919 2.5248 5.44941C2.27688 6.08546 2.10813 6.81234 2.06021 7.87652C2.0125 8.9432 2 9.28424 2 12.0001C2 14.716 2.01208 15.0558 2.06042 16.1224C2.10938 17.187 2.27792 17.9137 2.52501 18.5495C2.78063 19.2073 3.1223 19.7652 3.67835 20.321C4.23398 20.8773 4.7919 21.2198 5.4492 21.4752C6.08546 21.7225 6.81234 21.891 7.87673 21.9398C8.94341 21.9883 9.28403 22.0002 11.9997 22.0002C14.7158 22.0002 15.0556 21.9883 16.1222 21.9398C17.1868 21.891 17.9143 21.7225 18.5506 21.4752C19.2081 21.2198 19.7652 20.8773 20.3208 20.321C20.8771 19.7652 21.2187 19.2073 21.475 18.5498C21.7208 17.9137 21.8896 17.1868 21.9396 16.1226C21.9875 15.056 22 14.716 22 12.0001C22 9.28424 21.9875 8.94341 21.9396 7.87673C21.8896 6.81213 21.7208 6.08546 21.475 5.44962C21.2187 4.7919 20.8771 4.23398 20.3208 3.67814C19.7646 3.12189 19.2083 2.78022 18.55 2.52501C17.9125 2.27771 17.1854 2.10917 16.1208 2.06042C15.0541 2.01188 14.7145 2 11.9978 2H12.0009ZM11.1038 3.8021C11.3701 3.80169 11.6672 3.8021 12.0009 3.8021C14.671 3.8021 14.9874 3.81169 16.0418 3.8596C17.0168 3.90419 17.546 4.06711 17.8985 4.20398C18.3652 4.38523 18.6979 4.6019 19.0477 4.95191C19.3977 5.30191 19.6143 5.63525 19.796 6.10192C19.9329 6.454 20.096 6.98318 20.1404 7.95819C20.1883 9.01236 20.1987 9.32903 20.1987 11.9978C20.1987 14.6666 20.1883 14.9833 20.1404 16.0374C20.0958 17.0124 19.9329 17.5416 19.796 17.8937C19.6148 18.3604 19.3977 18.6927 19.0477 19.0425C18.6977 19.3925 18.3654 19.6091 17.8985 19.7904C17.5464 19.9279 17.0168 20.0904 16.0418 20.135C14.9876 20.1829 14.671 20.1933 12.0009 20.1933C9.3307 20.1933 9.01424 20.1829 7.96006 20.135C6.98505 20.09 6.45588 19.9271 6.10317 19.7902C5.6365 19.6089 5.30316 19.3923 4.95316 19.0423C4.60315 18.6923 4.38648 18.3598 4.20481 17.8929C4.06794 17.5408 3.90481 17.0116 3.86044 16.0366C3.81252 14.9824 3.80294 14.6658 3.80294 11.9953C3.80294 9.32487 3.81252 9.00987 3.86044 7.95569C3.90502 6.98068 4.06794 6.4515 4.20481 6.099C4.38607 5.63233 4.60315 5.29899 4.95316 4.94899C5.30316 4.59899 5.6365 4.38232 6.10317 4.20065C6.45567 4.06315 6.98505 3.90065 7.96006 3.85585C8.88257 3.81419 9.24008 3.80169 11.1038 3.7996V3.8021ZM17.3389 5.46254C16.6764 5.46254 16.1389 5.99942 16.1389 6.66213C16.1389 7.32464 16.6764 7.86214 17.3389 7.86214C18.0014 7.86214 18.5389 7.32464 18.5389 6.66213C18.5389 5.99962 18.0014 5.
|
|
23682
|
+
React__namespace.createElement("path", { id: "instagram_2", fill: "currentColor", d: "M12.0009 2C9.28508 2 8.94424 2.01188 7.87756 2.06042C6.81297 2.10917 6.08629 2.27771 5.45045 2.52501C4.79274 2.78042 4.23481 3.1221 3.67898 3.67814C3.12272 4.23398 2.78105 4.7919 2.5248 5.44941C2.27688 6.08546 2.10813 6.81234 2.06021 7.87652C2.0125 8.9432 2 9.28424 2 12.0001C2 14.716 2.01208 15.0558 2.06042 16.1224C2.10938 17.187 2.27792 17.9137 2.52501 18.5495C2.78063 19.2073 3.1223 19.7652 3.67835 20.321C4.23398 20.8773 4.7919 21.2198 5.4492 21.4752C6.08546 21.7225 6.81234 21.891 7.87673 21.9398C8.94341 21.9883 9.28403 22.0002 11.9997 22.0002C14.7158 22.0002 15.0556 21.9883 16.1222 21.9398C17.1868 21.891 17.9143 21.7225 18.5506 21.4752C19.2081 21.2198 19.7652 20.8773 20.3208 20.321C20.8771 19.7652 21.2187 19.2073 21.475 18.5498C21.7208 17.9137 21.8896 17.1868 21.9396 16.1226C21.9875 15.056 22 14.716 22 12.0001C22 9.28424 21.9875 8.94341 21.9396 7.87673C21.8896 6.81213 21.7208 6.08546 21.475 5.44962C21.2187 4.7919 20.8771 4.23398 20.3208 3.67814C19.7646 3.12189 19.2083 2.78022 18.55 2.52501C17.9125 2.27771 17.1854 2.10917 16.1208 2.06042C15.0541 2.01188 14.7145 2 11.9978 2H12.0009ZM11.1038 3.8021C11.3701 3.80169 11.6672 3.8021 12.0009 3.8021C14.671 3.8021 14.9874 3.81169 16.0418 3.8596C17.0168 3.90419 17.546 4.06711 17.8985 4.20398C18.3652 4.38523 18.6979 4.6019 19.0477 4.95191C19.3977 5.30191 19.6143 5.63525 19.796 6.10192C19.9329 6.454 20.096 6.98318 20.1404 7.95819C20.1883 9.01236 20.1987 9.32903 20.1987 11.9978C20.1987 14.6666 20.1883 14.9833 20.1404 16.0374C20.0958 17.0124 19.9329 17.5416 19.796 17.8937C19.6148 18.3604 19.3977 18.6927 19.0477 19.0425C18.6977 19.3925 18.3654 19.6091 17.8985 19.7904C17.5464 19.9279 17.0168 20.0904 16.0418 20.135C14.9876 20.1829 14.671 20.1933 12.0009 20.1933C9.3307 20.1933 9.01424 20.1829 7.96006 20.135C6.98505 20.09 6.45588 19.9271 6.10317 19.7902C5.6365 19.6089 5.30316 19.3923 4.95316 19.0423C4.60315 18.6923 4.38648 18.3598 4.20481 17.8929C4.06794 17.5408 3.90481 17.0116 3.86044 16.0366C3.81252 14.9824 3.80294 14.6658 3.80294 11.9953C3.80294 9.32487 3.81252 9.00987 3.86044 7.95569C3.90502 6.98068 4.06794 6.4515 4.20481 6.099C4.38607 5.63233 4.60315 5.29899 4.95316 4.94899C5.30316 4.59899 5.6365 4.38232 6.10317 4.20065C6.45567 4.06315 6.98505 3.90065 7.96006 3.85585C8.88257 3.81419 9.24008 3.80169 11.1038 3.7996V3.8021ZM17.3389 5.46254C16.6764 5.46254 16.1389 5.99942 16.1389 6.66213C16.1389 7.32464 16.6764 7.86214 17.3389 7.86214C18.0014 7.86214 18.5389 7.32464 18.5389 6.66213C18.5389 5.99962 18.0014 5.46254 17.3389 5.46254ZM12.0009 6.86463C9.16487 6.86463 6.86547 9.16403 6.86547 12.0001C6.86547 14.8362 9.16487 17.1345 12.0009 17.1345C14.837 17.1345 17.1356 14.8362 17.1356 12.0001C17.1356 9.16403 14.837 6.86463 12.0009 6.86463ZM12.0009 8.66674C13.8418 8.66674 15.3343 10.159 15.3343 12.0001C15.3343 13.841 13.8418 15.3335 12.0009 15.3335C10.1599 15.3335 8.66757 13.841 8.66757 12.0001C8.66757 10.159 10.1599 8.66674 12.0009 8.66674Z" })));
|
|
23696
23683
|
}
|
|
23697
23684
|
InstagramIcon.displayName = "InstagramIcon";
|
|
23698
23685
|
|
|
@@ -24119,6 +24106,7 @@ exports.BracketsSlashSolidIcon = BracketsSlashSolidIcon;
|
|
|
24119
24106
|
exports.BracketsSolidIcon = BracketsSolidIcon;
|
|
24120
24107
|
exports.BracketsXIcon = BracketsXIcon;
|
|
24121
24108
|
exports.BracketsXSolidIcon = BracketsXSolidIcon;
|
|
24109
|
+
exports.BranchIcon = BranchIcon;
|
|
24122
24110
|
exports.Briefcase01Icon = Briefcase01Icon;
|
|
24123
24111
|
exports.Briefcase01SolidIcon = Briefcase01SolidIcon;
|
|
24124
24112
|
exports.Briefcase02Icon = Briefcase02Icon;
|
|
@@ -24197,7 +24185,6 @@ exports.Certificate01SolidIcon = Certificate01SolidIcon;
|
|
|
24197
24185
|
exports.Certificate02Icon = Certificate02Icon;
|
|
24198
24186
|
exports.Certificate02SolidIcon = Certificate02SolidIcon;
|
|
24199
24187
|
exports.ChangelogIcon = ChangelogIcon;
|
|
24200
|
-
exports.ChannelIcon = ChannelIcon;
|
|
24201
24188
|
exports.ChartBreakoutCircleIcon = ChartBreakoutCircleIcon;
|
|
24202
24189
|
exports.ChartBreakoutCircleSolidIcon = ChartBreakoutCircleSolidIcon;
|
|
24203
24190
|
exports.ChartBreakoutSquareIcon = ChartBreakoutSquareIcon;
|
|
@@ -25432,6 +25419,7 @@ exports.Percent02Icon = Percent02Icon;
|
|
|
25432
25419
|
exports.Percent02SolidIcon = Percent02SolidIcon;
|
|
25433
25420
|
exports.Percent03Icon = Percent03Icon;
|
|
25434
25421
|
exports.Percent03SolidIcon = Percent03SolidIcon;
|
|
25422
|
+
exports.PersonalTrainerIcon = PersonalTrainerIcon;
|
|
25435
25423
|
exports.Perspective01Icon = Perspective01Icon;
|
|
25436
25424
|
exports.Perspective01SolidIcon = Perspective01SolidIcon;
|
|
25437
25425
|
exports.Perspective02Icon = Perspective02Icon;
|
|
@@ -25870,7 +25858,6 @@ exports.TerminalSquareSolidIcon = TerminalSquareSolidIcon;
|
|
|
25870
25858
|
exports.TextInputIcon = TextInputIcon;
|
|
25871
25859
|
exports.TextInputSolidIcon = TextInputSolidIcon;
|
|
25872
25860
|
exports.TextSecretTypeIcon = TextSecretTypeIcon;
|
|
25873
|
-
exports.ThemeAutoIcon = ThemeAutoIcon;
|
|
25874
25861
|
exports.ThemeIcon = ThemeIcon;
|
|
25875
25862
|
exports.Thermometer01Icon = Thermometer01Icon;
|
|
25876
25863
|
exports.Thermometer01SolidIcon = Thermometer01SolidIcon;
|
|
@@ -25974,7 +25961,6 @@ exports.Underline02Icon = Underline02Icon;
|
|
|
25974
25961
|
exports.Underline02SolidIcon = Underline02SolidIcon;
|
|
25975
25962
|
exports.UnderlineSquareIcon = UnderlineSquareIcon;
|
|
25976
25963
|
exports.UnderlineSquareSolidIcon = UnderlineSquareSolidIcon;
|
|
25977
|
-
exports.UpdateIcon = UpdateIcon;
|
|
25978
25964
|
exports.UpgradeIcon = UpgradeIcon;
|
|
25979
25965
|
exports.Upload01AltSolidIcon = Upload01AltSolidIcon;
|
|
25980
25966
|
exports.Upload01Icon = Upload01Icon;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
|
-
declare function
|
|
4
|
-
declare namespace
|
|
3
|
+
declare function BranchIcon({ className, ...props }: SVGProps<SVGSVGElement> & React.HTMLAttributes<SVGSVGElement>): JSX.Element;
|
|
4
|
+
declare namespace BranchIcon {
|
|
5
5
|
var displayName: string;
|
|
6
6
|
}
|
|
7
|
-
export default
|
|
7
|
+
export default BranchIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare function PersonalTrainerIcon({ className, ...props }: SVGProps<SVGSVGElement> & React.HTMLAttributes<SVGSVGElement>): JSX.Element;
|
|
4
|
+
declare namespace PersonalTrainerIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
export default PersonalTrainerIcon;
|
|
@@ -3,7 +3,6 @@ export { default as BuildIcon } from './BuildIcon';
|
|
|
3
3
|
export { default as BugInspectIcon } from './BugInspectIcon';
|
|
4
4
|
export { default as BuildProfileIcon } from './BuildProfileIcon';
|
|
5
5
|
export { default as ChangelogIcon } from './ChangelogIcon';
|
|
6
|
-
export { default as ChannelIcon } from './ChannelIcon';
|
|
7
6
|
export { default as CommitIcon } from './CommitIcon';
|
|
8
7
|
export { default as CredentialIcon } from './CredentialIcon';
|
|
9
8
|
export { default as DeploymentIcon } from './DeploymentIcon';
|
|
@@ -28,12 +27,10 @@ export { default as StatusWaitingIcon } from './StatusWaitingIcon';
|
|
|
28
27
|
export { default as StatusNewIcon } from './StatusNewIcon';
|
|
29
28
|
export { default as StoreIcon } from './StoreIcon';
|
|
30
29
|
export { default as ThemeIcon } from './ThemeIcon';
|
|
31
|
-
export { default as ThemeAutoIcon } from './ThemeAutoIcon';
|
|
32
30
|
export { default as TriangleRightIcon } from './TriangleRightIcon';
|
|
33
31
|
export { default as TriangleLeftIcon } from './TriangleLeftIcon';
|
|
34
32
|
export { default as TriangleDownIcon } from './TriangleDownIcon';
|
|
35
33
|
export { default as TriangleUpIcon } from './TriangleUpIcon';
|
|
36
|
-
export { default as UpdateIcon } from './UpdateIcon';
|
|
37
34
|
export { default as UpgradeIcon } from './UpgradeIcon';
|
|
38
35
|
export { default as QuestionMarkIcon } from './QuestionMarkIcon';
|
|
39
36
|
export { default as VersionIcon } from './VersionIcon';
|
|
@@ -44,6 +41,8 @@ export { default as Smartphone02Icon } from './Smartphone02Icon';
|
|
|
44
41
|
export { default as Smartphone01Icon } from './Smartphone01Icon';
|
|
45
42
|
export { default as BadgeSolidIcon } from './BadgeSolidIcon';
|
|
46
43
|
export { default as BuildSolidIcon } from './BuildSolidIcon';
|
|
44
|
+
export { default as PersonalTrainerIcon } from './PersonalTrainerIcon';
|
|
45
|
+
export { default as BranchIcon } from './BranchIcon';
|
|
47
46
|
export { default as AndroidIcon } from './AndroidIcon';
|
|
48
47
|
export { default as AppleIcon } from './AppleIcon';
|
|
49
48
|
export { default as AppleAppStoreIcon } from './AppleAppStoreIcon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/styleguide-icons",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.4",
|
|
4
4
|
"description": "Expo's icons for use on the web.",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://github.com/expo/styleguide/issues"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"tailwind-merge": "^1.
|
|
31
|
+
"tailwind-merge": "^1.12.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@figma-export/cli": "^4.5.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"universe/node"
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "573e5979139e7d40c946ac8724d3ec7b66ae60b3"
|
|
58
58
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { SVGProps } from "react";
|
|
3
|
-
declare function ChannelIcon({ className, ...props }: SVGProps<SVGSVGElement> & React.HTMLAttributes<SVGSVGElement>): JSX.Element;
|
|
4
|
-
declare namespace ChannelIcon {
|
|
5
|
-
var displayName: string;
|
|
6
|
-
}
|
|
7
|
-
export default ChannelIcon;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { SVGProps } from "react";
|
|
3
|
-
declare function ThemeAutoIcon({ className, ...props }: SVGProps<SVGSVGElement> & React.HTMLAttributes<SVGSVGElement>): JSX.Element;
|
|
4
|
-
declare namespace ThemeAutoIcon {
|
|
5
|
-
var displayName: string;
|
|
6
|
-
}
|
|
7
|
-
export default ThemeAutoIcon;
|