Skip to content

Commit e49374d

Browse files
committed
deps(build-dev): bump simple-icons from 13.21.0 to 14.2.0 and regenerate **icon-linkedin**
1 parent 95f7aff commit e49374d

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

src/Umbraco.Web.UI.Client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Web.UI.Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"rollup": "^4.30.1",
276276
"rollup-plugin-esbuild": "^6.1.1",
277277
"rollup-plugin-import-css": "^3.5.8",
278-
"simple-icons": "^13.21.0",
278+
"simple-icons": "^14.2.0",
279279
"storybook": "^8.4.7",
280280
"tiny-glob": "^0.2.9",
281281
"tsc-alias": "^1.8.10",

src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icon-dictionary.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,10 +2436,6 @@
24362436
"name": "icon-google",
24372437
"file": "google.svg"
24382438
},
2439-
{
2440-
"name": "icon-linkedin",
2441-
"file": "linkedin.svg"
2442-
},
24432439
{
24442440
"name": "icon-mastodon",
24452441
"file": "mastodon.svg"
@@ -2690,6 +2686,11 @@
26902686
"file": "icon-keyhole.svg",
26912687
"legacy": true
26922688
},
2689+
{
2690+
"name": "icon-linkedin",
2691+
"file": "icon-linkedin.svg",
2692+
"legacy": true
2693+
},
26932694
{
26942695
"name": "icon-linux-tux",
26952696
"file": "icon-linux-tux.svg",

src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,6 +2499,10 @@ name: "icon-keyhole",
24992499
legacy: true,
25002500
path: () => import("./icons/icon-keyhole.js"),
25012501
},{
2502+
name: "icon-linkedin",
2503+
legacy: true,
2504+
path: () => import("./icons/icon-linkedin.js"),
2505+
},{
25022506
name: "icon-linux-tux",
25032507
legacy: true,
25042508
path: () => import("./icons/icon-linux-tux.js"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default `<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LinkedIn</title><path fill="currentColor" d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>`;
1+
export default `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.3362 18.339H15.6707V14.1622C15.6707 13.1662 15.6505 11.8845 14.2817 11.8845C12.892 11.8845 12.6797 12.9683 12.6797 14.0887V18.339H10.0142V9.75H12.5747V10.9207H12.6092C12.967 10.2457 13.837 9.53325 15.1367 9.53325C17.8375 9.53325 18.337 11.3108 18.337 13.6245V18.339H18.3362ZM7.00373 8.57475C6.14573 8.57475 5.45648 7.88025 5.45648 7.026C5.45648 6.1725 6.14648 5.47875 7.00373 5.47875C7.85873 5.47875 8.55173 6.1725 8.55173 7.026C8.55173 7.88025 7.85798 8.57475 7.00373 8.57475ZM8.34023 18.339H5.66723V9.75H8.34023V18.339ZM19.6697 3H4.32923C3.59498 3 3.00098 3.5805 3.00098 4.29675V19.7033C3.00098 20.4202 3.59498 21 4.32923 21H19.6675C20.401 21 21.001 20.4202 21.001 19.7033V4.29675C21.001 3.5805 20.401 3 19.6675 3H19.6697Z"></path></svg>`;
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)