@harnessio/icons 2.1.6 → 2.1.7
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/icons.es.js +12 -0
- package/dist/icons.umd.js +4 -4
- package/dist/src/HarnessIcons.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons.es.js
CHANGED
|
@@ -690,6 +690,17 @@ function SvgArrow(props) {
|
|
|
690
690
|
fill: "currentColor"
|
|
691
691
|
}));
|
|
692
692
|
}
|
|
693
|
+
function SvgArtifactRegistryOutlined(props) {
|
|
694
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
695
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
696
|
+
viewBox: "0 0 16 16",
|
|
697
|
+
fill: "none"
|
|
698
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
699
|
+
fillRule: "evenodd",
|
|
700
|
+
d: "M5.03 6.406l2.607-1.398a.212.212 0 01.199 0l2.607 1.398-2.707 1.421L5.03 6.406zm-.364.649v2.721a.197.197 0 00.105.173l2.591 1.389V8.471L4.667 7.056zm3.444 4.283l2.591-1.389a.196.196 0 00.105-.173v-2.72L8.111 8.471v2.868zm3.008-5.294a.82.82 0 01.36.665v3.067a.826.826 0 01-.445.725l-.027.015-2.838 1.521-.055.027a.92.92 0 01-.752 0l-.055-.027-2.838-1.521-.028-.015a.826.826 0 01-.445-.725v-3.06a.825.825 0 01.169-.492.85.85 0 01.191-.181.818.818 0 01.086-.052l.294-.158 2.571-1.379.028-.014a.92.92 0 01.806 0l.028.014 2.865 1.536a.89.89 0 01.085.052zm-8.191.107a.37.37 0 00.508-.135.37.37 0 00.043-.118.376.376 0 00-.178-.391l-1.084-.63c-.034-.078.044-.178.165-.283.106-.092.245-.188.375-.271l.197-.12 3.685-2.14a2.325 2.325 0 012.319-.01l3.581 2.04c.092.052.195.124.296.202.155.121.305.259.403.374.066.077.108.144.112.188l-1.101.646a.376.376 0 00-.138.51.37.37 0 00.508.135l1.03-.598c.06.038.086.096.096.165.012.082.001.179-.009.274l-.013.17-.035 4.14a2.353 2.353 0 01-1.168 2.015l-3.685 2.14-.127.079c-.144.092-.279.178-.476.193a.86.86 0 01-.119 0L8.11 13.61c0-.205-.168-.371-.374-.371s-.374.166-.374.371v1.139c-.312 0-.524-.103-.75-.23l-.079-.045-.018-.01-3.581-2.04a2.354 2.354 0 01-1.185-2.066l.035-4.14-.002-.126c-.004-.17-.008-.336.078-.499l.024-.041 1.042.599zM1.454 4.834l-.198.311c-.258.405-.231.886-.222 1.031l.002.037L1 10.353a3.104 3.104 0 001.564 2.724l3.581 2.04.038.022c.255.146.631.362 1.18.362h.75v-.022c.526.017.915-.25 1.055-.346l.043-.029 3.685-2.14a3.106 3.106 0 001.542-2.658l.035-4.14.002-.026.007-.071.001-.009.017-.231c.002-.12.006-.591-.4-.878v-.089a.9.9 0 00-.108-.414 1.35 1.35 0 00-.131-.199 2.552 2.552 0 00-.279-.299 3.845 3.845 0 00-.672-.507l-3.581-2.04a3.076 3.076 0 00-3.067.013l-3.685 2.14a5.203 5.203 0 00-.607.406 1.78 1.78 0 00-.325.328.992.992 0 00-.191.545z",
|
|
701
|
+
fill: "currentColor"
|
|
702
|
+
}));
|
|
703
|
+
}
|
|
693
704
|
function SvgArtifactRegistry(props) {
|
|
694
705
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
695
706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -23822,6 +23833,7 @@ const HarnessIcons = {
|
|
|
23822
23833
|
"approval-stage": SvgApprovalStage,
|
|
23823
23834
|
"approval-step": SvgApprovalStep,
|
|
23824
23835
|
arrow: SvgArrow,
|
|
23836
|
+
"artifact-registry-outlined": SvgArtifactRegistryOutlined,
|
|
23825
23837
|
"artifact-registry": SvgArtifactRegistry,
|
|
23826
23838
|
"asg-blue-green-inverse": SvgAsgBlueGreenInverse,
|
|
23827
23839
|
"asg-blue-green": SvgAsgBlueGreen,
|