@gitlab/svgs 3.12.0 → 3.14.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/dist/file_icons/file_icons/file.svg +1 -0
- package/dist/file_icons/file_icons/folder-git.svg +1 -0
- package/dist/file_icons/file_icons-stacked.svg +1 -1
- package/dist/file_icons/file_icons.json +4 -2
- package/dist/file_icons/file_icons.svg +1 -1
- package/dist/file_icons/file_icons_individual.json +9 -1
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +4 -3
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +6 -2
- package/dist/sprite_icons/collapse-solid.svg +1 -0
- package/dist/sprite_icons/{issue-type-key-result.svg → issue-type-keyresult.svg} +0 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 01-2 2H6a2 2 0 01-2-2V4c0-1.11.89-2 2-2m5 2H6v16h12v-9h-7V4z" fill="#42a5f5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 00-2-2h-8l-2-2z" fill-rule="nonzero" fill="#ff7043"/><path d="M10.43 14.14l4.044-4.051 1.183 1.19a1.387 1.387 0 00.65 1.56v3.877c-.42.238-.7.693-.7 1.21 0 .768.633 1.4 1.4 1.4s1.4-.632 1.4-1.4c0-.517-.28-.972-.7-1.21v-3.401l1.449 1.462c-.05.105-.05.224-.05.35 0 .768.633 1.4 1.4 1.4s1.4-.632 1.4-1.4-.632-1.4-1.4-1.4c-.126 0-.245 0-.35.05l-1.798-1.799a1.386 1.386 0 00-.805-1.637c-.3-.112-.616-.14-.896-.063l-1.19-1.183.554-.546a1.381 1.381 0 011.973 0l5.591 5.592a1.381 1.381 0 010 1.973l-5.591 5.591a1.381 1.381 0 01-1.973 0l-5.592-5.591a1.381 1.381 0 010-1.973z" fill-rule="nonzero" fill="#ffccbc"/></svg>
|