RC-105 | Add an rc-svg component for ease of SVG-loading, and add the hero silhouette to the sheet

This commit is contained in:
Oliver-Akins 2025-01-15 21:02:17 -07:00
parent c1f0e8d9c5
commit 07f3b24897
9 changed files with 63 additions and 4 deletions

View file

@ -123,4 +123,4 @@ export class RipCryptIcon extends StyledShadowElement(HTMLElement) {
temp.innerHTML = content;
return temp.querySelector(`svg`);
};
};
};