mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix(editor): Fix AWS external secrets svg size (no-changelog) (#14823)
This commit is contained in:
committed by
GitHub
parent
9243e18de6
commit
9f60270430
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<svg width="80px" height="80px" viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
|
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
|
||||||
<title>Icon-Architecture/64/Arch_AWS-Secrets-Manager_64</title>
|
<title>Icon-Architecture/64/Arch_AWS-Secrets-Manager_64</title>
|
||||||
<desc>Created with Sketch.</desc>
|
<desc>Created with Sketch.</desc>
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
<stop stop-color="#FF5252" offset="100%"></stop>
|
<stop stop-color="#FF5252" offset="100%"></stop>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<g id="Icon-Architecture/64/Arch_AWS-Secrets-Manager_64" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
<g id="Icon-Architecture/64/Arch_AWS-Secrets-Manager_64" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="matrix(0.35, 0, 0, 0.35, 0.000001, -0.000001)">
|
||||||
<g id="Icon-Architecture-BG/64/Security-Identity-Compliance" fill="url(#linearGradient-1)">
|
<g id="Icon-Architecture-BG/64/Security-Identity-Compliance" fill="url(#linearGradient-1)">
|
||||||
<rect id="Rectangle" x="0" y="0" width="80" height="80"></rect>
|
<rect id="Rectangle" x="0" y="0" width="80" height="80"></rect>
|
||||||
</g>
|
</g>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -75,7 +75,21 @@ const plugins = [
|
|||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
vue(),
|
vue(),
|
||||||
svgLoader(),
|
svgLoader({
|
||||||
|
svgoConfig: {
|
||||||
|
plugins: [
|
||||||
|
{
|
||||||
|
name: 'preset-default',
|
||||||
|
params: {
|
||||||
|
overrides: {
|
||||||
|
// disable a default plugin
|
||||||
|
cleanupIds: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}),
|
||||||
legacy({
|
legacy({
|
||||||
modernTargets: browsers,
|
modernTargets: browsers,
|
||||||
modernPolyfills: true,
|
modernPolyfills: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user