Skip to content

Commit

Permalink
chore: fix svg
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Dec 20, 2024
1 parent 3ab5d44 commit b1b2057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/validator-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@w3ux/validator-assets-source",
"license": "GPL-3.0-only",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"scripts": {
"clear": "rm -rf node_modules dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion library/validator-assets/src/Helixstreet.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Helixstreet = () => (
<svg xmlns="http://www.w3.org/2000/svg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
<path
fill="#288ab3"
d="M151.186 139.845c-3.71-20.056 14.801-26 31-26h127l1-11h-113c-8.666 0-17.334.059-26-.001-3.381-.023-7.847.075-8.819-4.058-.962-4.087 5.345-12.751 9.029-14.338 9.511-4.095 27.432-.603 37.79-.603h85c15.906 0 36.932-3.58 52 2.13 5.934 2.248 9.935 7.306 15 10.87 2.936-9.183 9.225-23.628 4.312-32.96-7.733-14.687-25.383-4.906-27.312 7.96-53.662 0-107.339.369-161-.001-13.19-.091-15.683-18.994-32-15.48-28.436 6.123-11.299 51.91-3.691 68.48 2.506 5.46 5.01 11.122 9.691 15m181-47.47c-27.226 6.292-15.696 47.299 11 40.939 25.809-6.15 14.933-46.932-11-40.94m-167.999 29.125c-16.468 5.184-7.55 29.952 8.995 24.694 16.02-5.09 7.199-29.792-8.995-24.694m21.999 10.347l-1 11h123l-30 36-13 11.397-33 .603c7.285 9.035 17.433 16.183 26 24 2.998 2.736 7.749 8.597 12 9.079 6.439.732 16.874-12.946 21-17.08 17.088-17.115 42.999-42.206 50-66l-30-8.98-125-.02m-30 17l9 14h2l8-11c-7.186 1.707-12.283-.76-19-3m52 24h45l21.911-.433 11.089-11.566c-9.338 2.223-19.459 0-29 0-16.498 0-34.676 2.173-51-.144-6.509-.924-10.952-6.142-18-5.748-13.042.729-21.818 14.88-16.633 26.892 9.345 21.648 34.193 9.875 36.633-9m4 9c-2.478 7.762-8.761 13.556-16 17 5.353 10.573 19.243 19.287 28 27.169 20.062 18.056 40.061 40.377 62 55.83 4.396-7.6 11.257-12.688 20-14-16.377-23.055-44.322-40.86-65-60.088-8.161-7.59-18.569-22.29-29-25.911m-47 116c9.386 1.943 16.395 6.049 22 14h2c13.969-22.431 34.409-42.41 53-61-3.356-4.388-15.084-17.78-21-17.08-5.626.667-12.206 10.28-16 14.08-13.149 13.17-34.033 32.01-40 50m61-22h44c-11.733-14.552-32.77-15.941-44 0m78-1.471c-25.536 5.903-15.473 46.638 10 40.79 27.186-6.24 17.04-47.04-10-40.79m-105 31.47c27.439 0 59.059-3.001 86 2l-3-12-51-1-21.961.604-10.039 10.397m136-2l-13 16c2.458.589 4.781 1.24 6.987 2.533 15.282 8.952 1.354 20.653 4.013 32.467h-126c-23.712 0-45.606 3.432-66-10-3.668 15.853-15.224 38.57-9.941 55 5.513 17.146 27.548 11.712 27.941-5 54 0 108-.111 162 0 14.118.029 16.898 20.497 34 16.069 15.543-4.025 15.141-18.103 14-31.07-2.079-23.64-15.273-60.522-34-76m-176 1.52c-26.705 5.578-18.463 47.058 8 42.013 26.966-5.141 18.684-47.588-8-42.013m33 18.48l-2 11c24.725 0 49.288 1 74 1 13.791 0 29.378-2.05 42.982.149 5.989.969 6.674 8.546 13.019 9.62 8.289 1.402 15.53-6.881 11.31-14.674-5.521-10.195-26.639-6.094-36.311-6.094h-67c-11.588 0-24.693 1.692-36-1m145 41c6.287 22.659-24.692 18-38 18h-89c-15.63 0-32.61-1.857-48 1-6.771-24.625 23.882-18 39-18 45.056 0 91.229 2.08 136-1z"
Expand Down

0 comments on commit b1b2057

Please sign in to comment.