@rhi-isncsci-ui/logo
Version:
SVG Rick Hansen Institute logo
141 lines (124 loc) • 20.8 kB
JavaScript
function html(strings) { return strings[0]; }
class RhiIsncsciUiLogo extends HTMLElement {
static get is() { return 'rhi-isncsci-ui-logo'; }
getTemplate() {
return html `
<style>
:host {
display: block;
--rhi-isncsci-ui-logo-blue: #036;
--rhi-isncsci-ui-logo-gray: #999;
--rhi-isncsci-ui-logo-orange: #F15A24;
--rhi-isncsci-ui-logo-shadow: rgba(0, 0, 0, .15);
}
:host([color-palette="black"]) {
--rhi-isncsci-ui-logo-blue: #000;
--rhi-isncsci-ui-logo-gray: #000;
--rhi-isncsci-ui-logo-orange: #000;
}
:host([color-palette="grayscale"]) {
--rhi-isncsci-ui-logo-blue: #333;
--rhi-isncsci-ui-logo-gray: #999;
--rhi-isncsci-ui-logo-orange: #BBB;
}
:host([color-palette="white"]) {
--rhi-isncsci-ui-logo-blue: #FFF;
--rhi-isncsci-ui-logo-gray: #FFF;
--rhi-isncsci-ui-logo-orange: #FFF;
--rhi-isncsci-ui-logo-shadow: rgba(255, 255, 255, .15);
}
.blue {
fill: var(--rhi-isncsci-ui-logo-blue, #036);
}
.shadow {
fill: var(--rhi-isncsci-ui-logo-shadow, rgba(0, 0, 0, .15));
}
.gray {
fill: var(--rhi-isncsci-ui-logo-gray, #999);
}
.orange {
fill: var(--rhi-isncsci-ui-logo-orange, #F15A24);
}
/*
* The :host notation with CSS variables did not work on MS Edge.
* The code below has been added so that the component works on Edge just as on FireFox, Safari, and Chrome,
*/
[color-palette="black"] .blue,
[color-palette="black"] .gray,
[color-palette="black"] .orange {
fill: #000;
}
[color-palette="grayscale"] .blue {
fill: #333;
}
[color-palette="grayscale"] .gray {
fill: #999;
}
[color-palette="grayscale"] .orange {
fill: #BBB;
}
[color-palette="white"] .blue,
[color-palette="white"] .gray,
[color-palette="white"] .orange {
fill: #FFF;
}
[color-palette="white"] .shadow {
fill: rgba(255, 255, 255, .15);
}
</style>
<!-- shadow DOM for your element -->
<svg id="logo"
data-name="Logo"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 584 132">
<title>thi-isncsci-ui-logo</title>
<path class="blue" d="M130.72,83.88a.77.77,0,0,1-.18.5,1.24,1.24,0,0,1-.6.37,5.69,5.69,0,0,1-1.11.22,17.55,17.55,0,0,1-3.55,0,5.78,5.78,0,0,1-1.13-.22,1.24,1.24,0,0,1-.6-.37.77.77,0,0,1-.18-.5V49.54a.79.79,0,0,1,.18-.51,1.34,1.34,0,0,1,.62-.36,6.57,6.57,0,0,1,1.12-.23,19.62,19.62,0,0,1,3.54,0,6.43,6.43,0,0,1,1.11.23,1.31,1.31,0,0,1,.6.36.79.79,0,0,1,.18.51Z"/>
<path class="blue" d="M159.94,74a11.42,11.42,0,0,1-1.06,5A10.49,10.49,0,0,1,156,82.63a12.67,12.67,0,0,1-4.23,2.18,18.16,18.16,0,0,1-5.18.73,18.82,18.82,0,0,1-3.47-.31,20.17,20.17,0,0,1-2.83-.75,12.06,12.06,0,0,1-2-.91,6.11,6.11,0,0,1-1.19-.84,2.15,2.15,0,0,1-.51-1.06,9.1,9.1,0,0,1-.16-2c0-.58,0-1.07.06-1.46a4.85,4.85,0,0,1,.18-1,1.05,1.05,0,0,1,.33-.51.78.78,0,0,1,.49-.16,2.37,2.37,0,0,1,1.1.46,18.19,18.19,0,0,0,1.83,1,16.84,16.84,0,0,0,2.66,1,12.78,12.78,0,0,0,3.57.46,8.4,8.4,0,0,0,2.4-.32,5.46,5.46,0,0,0,1.8-.92,3.84,3.84,0,0,0,1.12-1.46,4.7,4.7,0,0,0,.39-1.94,3.4,3.4,0,0,0-.67-2.12,6.49,6.49,0,0,0-1.74-1.57,18.28,18.28,0,0,0-2.43-1.3c-.91-.4-1.85-.82-2.81-1.27a24.12,24.12,0,0,1-2.82-1.54,11.11,11.11,0,0,1-2.43-2,9.32,9.32,0,0,1-1.74-2.82,10.22,10.22,0,0,1-.67-3.91,10.4,10.4,0,0,1,1-4.59,9.36,9.36,0,0,1,2.59-3.29,10.88,10.88,0,0,1,3.84-1.95,16.71,16.71,0,0,1,4.69-.65,16.88,16.88,0,0,1,2.56.2,17.71,17.71,0,0,1,2.4.53,14.4,14.4,0,0,1,2,.76,5,5,0,0,1,1.14.7,2.06,2.06,0,0,1,.37.48,1.86,1.86,0,0,1,.17.52,5.24,5.24,0,0,1,.1.82c0,.32,0,.73,0,1.22s0,1,0,1.38a5.82,5.82,0,0,1-.14.92,1.19,1.19,0,0,1-.28.54.71.71,0,0,1-.49.17,2.23,2.23,0,0,1-1-.4c-.45-.26-1-.55-1.65-.85A16.39,16.39,0,0,0,152,54a10.07,10.07,0,0,0-2.82-.38,6.52,6.52,0,0,0-2.08.3,4.16,4.16,0,0,0-1.49.81,3.36,3.36,0,0,0-.9,1.25,4.27,4.27,0,0,0-.29,1.55,3.41,3.41,0,0,0,.66,2.09,6.27,6.27,0,0,0,1.75,1.58,18,18,0,0,0,2.49,1.29c.93.4,1.88.83,2.84,1.28A26.84,26.84,0,0,1,155,65.32a11.15,11.15,0,0,1,2.48,2.05,9.56,9.56,0,0,1,1.76,2.81A10.05,10.05,0,0,1,159.94,74Z"/>
<path class="blue" d="M195.25,82.3a2.82,2.82,0,0,1-.23,1.16,2.41,2.41,0,0,1-.59.84,2.34,2.34,0,0,1-.89.49,3.82,3.82,0,0,1-1,.16h-3.12a6.34,6.34,0,0,1-1.68-.2,3.26,3.26,0,0,1-1.31-.72,6,6,0,0,1-1.16-1.4c-.37-.59-.79-1.36-1.25-2.29l-9-17c-.52-1-1.05-2.11-1.59-3.28s-1-2.3-1.44-3.41h-.06c.08,1.35.13,2.69.17,4s0,2.72,0,4.15v19a.9.9,0,0,1-.15.51,1.19,1.19,0,0,1-.53.38,4.08,4.08,0,0,1-1,.23,12.08,12.08,0,0,1-1.64.09,11.8,11.8,0,0,1-1.61-.09,4,4,0,0,1-1-.23,1.14,1.14,0,0,1-.5-.38,1,1,0,0,1-.14-.51V51.17a2.48,2.48,0,0,1,.77-2,2.78,2.78,0,0,1,1.88-.66h3.93a7.57,7.57,0,0,1,1.78.18,3.49,3.49,0,0,1,1.29.61,4.65,4.65,0,0,1,1.07,1.16,15.48,15.48,0,0,1,1,1.84l7,13.29c.41.81.82,1.6,1.21,2.38s.79,1.55,1.16,2.33l1.09,2.29c.35.75.69,1.5,1,2.25h0c-.06-1.31-.1-2.68-.13-4.1s0-2.79,0-4.08V49.62a.78.78,0,0,1,.17-.5,1.28,1.28,0,0,1,.55-.39,3.25,3.25,0,0,1,1-.24,15,15,0,0,1,1.65-.07,14,14,0,0,1,1.58.07,2.75,2.75,0,0,1,1,.24,1.11,1.11,0,0,1,.49.39,1,1,0,0,1,.14.5Z"/>
<path class="blue" d="M228,79.38c0,.47,0,.87,0,1.2a7.34,7.34,0,0,1-.12.84,2.35,2.35,0,0,1-.23.6,3.05,3.05,0,0,1-.44.58,5.84,5.84,0,0,1-1.18.83,13.77,13.77,0,0,1-2.15,1,19.05,19.05,0,0,1-6.42,1.08,18.36,18.36,0,0,1-6.68-1.15,13.25,13.25,0,0,1-5.07-3.44,15.49,15.49,0,0,1-3.2-5.72,26,26,0,0,1-1.12-8A25.45,25.45,0,0,1,202.6,59a17.39,17.39,0,0,1,3.42-6,14.47,14.47,0,0,1,5.28-3.71,17.72,17.72,0,0,1,6.78-1.26,16.05,16.05,0,0,1,2.9.25,18,18,0,0,1,2.58.66,13.94,13.94,0,0,1,2.13.94,6.22,6.22,0,0,1,1.32.92,2.91,2.91,0,0,1,.51.63,2.23,2.23,0,0,1,.23.65,9.08,9.08,0,0,1,.12.92c0,.36,0,.8,0,1.32s0,1,0,1.44a3.49,3.49,0,0,1-.2.95,1.31,1.31,0,0,1-.33.54.67.67,0,0,1-.45.16,1.91,1.91,0,0,1-1.06-.49,16.29,16.29,0,0,0-1.65-1.09,13.36,13.36,0,0,0-2.42-1.1,10.18,10.18,0,0,0-3.36-.49,8.1,8.1,0,0,0-3.83.88,8.33,8.33,0,0,0-2.87,2.53,11.74,11.74,0,0,0-1.79,4,23.1,23.1,0,0,0,0,10.8,10.74,10.74,0,0,0,1.86,3.87,7.65,7.65,0,0,0,2.93,2.26,9.48,9.48,0,0,0,3.85.74,10.85,10.85,0,0,0,3.37-.46,13.77,13.77,0,0,0,2.44-1,18.12,18.12,0,0,0,1.67-1,2.09,2.09,0,0,1,1-.45.74.74,0,0,1,.44.12.79.79,0,0,1,.28.45,4.09,4.09,0,0,1,.17.94C228,78.17,228,78.71,228,79.38Z"/>
<path class="blue" d="M254.65,74a11.28,11.28,0,0,1-1.06,5,10.49,10.49,0,0,1-2.87,3.61,12.67,12.67,0,0,1-4.23,2.18,18.11,18.11,0,0,1-5.18.73,18.82,18.82,0,0,1-3.47-.31,20.17,20.17,0,0,1-2.83-.75,12.43,12.43,0,0,1-2-.91,6.44,6.44,0,0,1-1.19-.84,2.15,2.15,0,0,1-.51-1.06,9.92,9.92,0,0,1-.15-2c0-.58,0-1.07,0-1.46a4.85,4.85,0,0,1,.18-1,1.06,1.06,0,0,1,.34-.51.75.75,0,0,1,.48-.16,2.37,2.37,0,0,1,1.1.46,19.39,19.39,0,0,0,1.83,1,16.84,16.84,0,0,0,2.66,1,12.81,12.81,0,0,0,3.58.46,8.33,8.33,0,0,0,2.39-.32,5.27,5.27,0,0,0,1.8-.92,4,4,0,0,0,1.13-1.46,4.87,4.87,0,0,0,.39-1.94,3.46,3.46,0,0,0-.67-2.12,6.81,6.81,0,0,0-1.74-1.57A19.09,19.09,0,0,0,242.2,70c-.91-.4-1.85-.82-2.81-1.27a24.12,24.12,0,0,1-2.82-1.54,11.11,11.11,0,0,1-2.43-2,9.32,9.32,0,0,1-1.74-2.82,10.22,10.22,0,0,1-.67-3.91,10.4,10.4,0,0,1,1-4.59,9.36,9.36,0,0,1,2.59-3.29,11.05,11.05,0,0,1,3.84-1.95,16.71,16.71,0,0,1,4.69-.65,17.11,17.11,0,0,1,2.57.2,17.9,17.9,0,0,1,2.39.53,14.4,14.4,0,0,1,2,.76,5,5,0,0,1,1.14.7,2.16,2.16,0,0,1,.38.48,2.3,2.3,0,0,1,.16.52,5.24,5.24,0,0,1,.1.82c0,.32,0,.73,0,1.22s0,1,0,1.38a5.82,5.82,0,0,1-.14.92,1.19,1.19,0,0,1-.28.54.69.69,0,0,1-.49.17,2.23,2.23,0,0,1-1-.4c-.45-.26-1-.55-1.65-.85a16.39,16.39,0,0,0-2.25-.85,10,10,0,0,0-2.81-.38,6.54,6.54,0,0,0-2.09.3,4.25,4.25,0,0,0-1.49.81,3.23,3.23,0,0,0-.89,1.25,4.07,4.07,0,0,0-.3,1.55,3.41,3.41,0,0,0,.66,2.09,6.27,6.27,0,0,0,1.75,1.58,18.78,18.78,0,0,0,2.5,1.29c.92.4,1.87.83,2.84,1.28a29,29,0,0,1,2.84,1.53,11.33,11.33,0,0,1,2.47,2.05A9.56,9.56,0,0,1,254,70.18,10.05,10.05,0,0,1,254.65,74Z"/>
<path class="blue" d="M285.17,79.38c0,.47,0,.87,0,1.2a5.53,5.53,0,0,1-.13.84,2.34,2.34,0,0,1-.22.6,2.77,2.77,0,0,1-.45.58,5.56,5.56,0,0,1-1.18.83,14.06,14.06,0,0,1-2.14,1,18.94,18.94,0,0,1-2.9.77,20.07,20.07,0,0,1-10.21-.84,13.4,13.4,0,0,1-5.07-3.44,15.49,15.49,0,0,1-3.2-5.72,26,26,0,0,1-1.11-8A25.74,25.74,0,0,1,259.74,59a17.25,17.25,0,0,1,3.43-6,14.38,14.38,0,0,1,5.28-3.71,17.72,17.72,0,0,1,6.78-1.26,16,16,0,0,1,2.89.25,18,18,0,0,1,2.58.66,13.12,13.12,0,0,1,2.13.94,6.22,6.22,0,0,1,1.32.92,3.38,3.38,0,0,1,.52.63,2.58,2.58,0,0,1,.22.65,6.78,6.78,0,0,1,.13.92c0,.36,0,.8,0,1.32s0,1-.06,1.44a4,4,0,0,1-.19.95,1.43,1.43,0,0,1-.34.54.66.66,0,0,1-.44.16,1.91,1.91,0,0,1-1.06-.49,16.57,16.57,0,0,0-1.66-1.09,13,13,0,0,0-2.42-1.1,10.18,10.18,0,0,0-3.36-.49,8.13,8.13,0,0,0-3.83.88,8.21,8.21,0,0,0-2.86,2.53,12,12,0,0,0-1.8,4,20.63,20.63,0,0,0-.61,5.25,21,21,0,0,0,.65,5.55A10.75,10.75,0,0,0,269,76.21a7.55,7.55,0,0,0,2.92,2.26,9.53,9.53,0,0,0,3.86.74,10.9,10.9,0,0,0,3.37-.46,13.65,13.65,0,0,0,2.43-1c.68-.37,1.24-.71,1.68-1a2,2,0,0,1,1-.45.75.75,0,0,1,.45.12.85.85,0,0,1,.28.45,4.18,4.18,0,0,1,.16.94C285.15,78.17,285.17,78.71,285.17,79.38Z"/>
<path class="blue" d="M297.78,83.88a.77.77,0,0,1-.18.5,1.24,1.24,0,0,1-.6.37,5.54,5.54,0,0,1-1.11.22,17.55,17.55,0,0,1-3.55,0,5.78,5.78,0,0,1-1.13-.22,1.24,1.24,0,0,1-.6-.37.77.77,0,0,1-.18-.5V49.54a.79.79,0,0,1,.18-.51,1.34,1.34,0,0,1,.62-.36,6.57,6.57,0,0,1,1.12-.23,19.62,19.62,0,0,1,3.54,0,6.23,6.23,0,0,1,1.11.23,1.31,1.31,0,0,1,.6.36.79.79,0,0,1,.18.51Z"/>
<path class="blue" d="M348.05,82.14a10.4,10.4,0,0,1,.42,1.6,1,1,0,0,1-.22.88,1.83,1.83,0,0,1-1.09.37c-.52,0-1.24.07-2.15.07s-1.68,0-2.21,0a5.79,5.79,0,0,1-1.21-.17,1.19,1.19,0,0,1-.59-.35,1.9,1.9,0,0,1-.27-.59L338.3,76.6H324.77l-2.29,7.11a2.23,2.23,0,0,1-.29.66,1.14,1.14,0,0,1-.58.42,4.47,4.47,0,0,1-1.14.21c-.5,0-1.14.06-1.94.06a17.13,17.13,0,0,1-2-.09,1.53,1.53,0,0,1-1-.4,1.12,1.12,0,0,1-.19-.92,8.31,8.31,0,0,1,.42-1.57l11.11-32.26a2.76,2.76,0,0,1,.39-.77,1.33,1.33,0,0,1,.71-.45,5.7,5.7,0,0,1,1.35-.2c.57,0,1.33,0,2.28,0,1.1,0,2,0,2.62,0a7.29,7.29,0,0,1,1.52.2,1.48,1.48,0,0,1,.78.46,2.93,2.93,0,0,1,.4.85ZM331.51,55.47h0l-5.1,15.45H336.6Z"/>
<path class="blue" d="M359.69,83.93a.8.8,0,0,1-.17.5,1.27,1.27,0,0,1-.57.35,5.3,5.3,0,0,1-1.07.21c-.44,0-1,.07-1.7.07s-1.25,0-1.7-.07a5.45,5.45,0,0,1-1.07-.21,1.27,1.27,0,0,1-.57-.35.8.8,0,0,1-.17-.5V47a.84.84,0,0,1,.17-.5,1.21,1.21,0,0,1,.57-.38,5.21,5.21,0,0,1,1.07-.24,18.1,18.1,0,0,1,3.4,0,5.06,5.06,0,0,1,1.07.24,1.21,1.21,0,0,1,.57.38.84.84,0,0,1,.17.5Z"/>
<path class="blue" d="M389.07,60.61a4.81,4.81,0,0,1-.31,2c-.2.43-.45.64-.75.64h-2.92a4.05,4.05,0,0,1,.88,1.53,6.3,6.3,0,0,1,.26,1.79,9.89,9.89,0,0,1-.72,3.89,7.89,7.89,0,0,1-2.08,2.87,9.39,9.39,0,0,1-3.26,1.77,14.06,14.06,0,0,1-4.24.6,9,9,0,0,1-2.29-.29,6,6,0,0,1-1.67-.69,4.16,4.16,0,0,0-.6.87,2.46,2.46,0,0,0-.26,1.12,1.6,1.6,0,0,0,.71,1.34,3.59,3.59,0,0,0,2,.57l6,.23a14.67,14.67,0,0,1,3.78.6,8.24,8.24,0,0,1,2.78,1.46,6.4,6.4,0,0,1,1.73,2.27,7.17,7.17,0,0,1,.6,3,7.82,7.82,0,0,1-.81,3.5,7.9,7.9,0,0,1-2.42,2.85,12.25,12.25,0,0,1-4.06,1.91,20.52,20.52,0,0,1-5.69.71,24.82,24.82,0,0,1-5.42-.51,12.08,12.08,0,0,1-3.67-1.4,5.63,5.63,0,0,1-2.09-2.15,5.81,5.81,0,0,1-.66-2.74,6.41,6.41,0,0,1,.24-1.77,6.62,6.62,0,0,1,.7-1.62A8.48,8.48,0,0,1,366,83.48a12.88,12.88,0,0,1,1.54-1.34A4.66,4.66,0,0,1,365,78a6.15,6.15,0,0,1,.75-3,9.53,9.53,0,0,1,1.95-2.46,7.47,7.47,0,0,1-1.56-2.36,8.81,8.81,0,0,1-.58-3.43,9.59,9.59,0,0,1,.76-3.92,8.32,8.32,0,0,1,2.13-2.92A9.36,9.36,0,0,1,371.72,58a13.19,13.19,0,0,1,4.18-.63,17.84,17.84,0,0,1,2.24.14,15.59,15.59,0,0,1,2,.39H388c.32,0,.57.21.77.62A5.39,5.39,0,0,1,389.07,60.61Zm-7.35,25.94a2.21,2.21,0,0,0-1-1.94,5.23,5.23,0,0,0-2.76-.73l-5-.14a7.57,7.57,0,0,0-1.15,1,6.5,6.5,0,0,0-.7.94,3.16,3.16,0,0,0-.35.88,4.94,4.94,0,0,0-.08.87,2.3,2.3,0,0,0,1.41,2.13,8.7,8.7,0,0,0,4,.73,9.76,9.76,0,0,0,2.67-.32,5.11,5.11,0,0,0,1.75-.86,3,3,0,0,0,.95-1.19A3.49,3.49,0,0,0,381.72,86.55Zm-1.64-20A4.3,4.3,0,0,0,379,63.39a4.23,4.23,0,0,0-3.15-1.12,4.46,4.46,0,0,0-1.81.35,3.58,3.58,0,0,0-1.29,1,4.06,4.06,0,0,0-.77,1.4,5.82,5.82,0,0,0-.25,1.67,4,4,0,0,0,1.12,3,4.18,4.18,0,0,0,3.09,1.11,4.72,4.72,0,0,0,1.84-.33,3.63,3.63,0,0,0,1.29-.93,4.16,4.16,0,0,0,.78-1.36A4.92,4.92,0,0,0,380.08,66.54Z"/>
<path class="blue" d="M418.28,71.15a19.53,19.53,0,0,1-.83,5.84,12.32,12.32,0,0,1-2.54,4.56,11.35,11.35,0,0,1-4.26,3,15.9,15.9,0,0,1-6,1,16.24,16.24,0,0,1-5.77-.93,10.46,10.46,0,0,1-4.07-2.7,11.19,11.19,0,0,1-2.39-4.35,20.49,20.49,0,0,1-.78-5.91,19,19,0,0,1,.85-5.85,12.55,12.55,0,0,1,2.55-4.56,11.39,11.39,0,0,1,4.24-2.93,15.63,15.63,0,0,1,6-1,16.52,16.52,0,0,1,5.79.91,10.09,10.09,0,0,1,4.05,2.68,11.22,11.22,0,0,1,2.38,4.36A20.53,20.53,0,0,1,418.28,71.15Zm-7.21.28a18.94,18.94,0,0,0-.29-3.41,8.34,8.34,0,0,0-1-2.72,5,5,0,0,0-1.85-1.79,5.91,5.91,0,0,0-2.91-.65,6,6,0,0,0-2.73.58,4.85,4.85,0,0,0-1.92,1.68,8.12,8.12,0,0,0-1.13,2.67,15.3,15.3,0,0,0-.38,3.56,18.08,18.08,0,0,0,.31,3.41,8.29,8.29,0,0,0,1,2.71A4.75,4.75,0,0,0,402,79.26a6.9,6.9,0,0,0,5.65,0,4.9,4.9,0,0,0,1.92-1.67A7.57,7.57,0,0,0,410.71,75,15.77,15.77,0,0,0,411.07,71.43Z"/>
<path class="blue" d="M439.78,61.2c0,.68,0,1.23,0,1.66a5.63,5.63,0,0,1-.17,1,1.1,1.1,0,0,1-.29.51.76.76,0,0,1-.46.14,1.39,1.39,0,0,1-.5-.1l-.63-.21a6.54,6.54,0,0,0-.77-.21,3.76,3.76,0,0,0-.92-.1,3.06,3.06,0,0,0-1.17.24,5.19,5.19,0,0,0-1.21.74,10,10,0,0,0-1.31,1.35,23.27,23.27,0,0,0-1.46,2.08V83.93a.79.79,0,0,1-.16.5,1.37,1.37,0,0,1-.58.35A5.16,5.16,0,0,1,429,85c-.44,0-1,.07-1.7.07s-1.25,0-1.7-.07a5.45,5.45,0,0,1-1.07-.21,1.27,1.27,0,0,1-.57-.35.79.79,0,0,1-.16-.5V58.87a.88.88,0,0,1,.13-.49,1,1,0,0,1,.5-.35,3.55,3.55,0,0,1,.94-.21,11.44,11.44,0,0,1,1.43-.07,12.1,12.1,0,0,1,1.48.07,2.84,2.84,0,0,1,.9.21,1,1,0,0,1,.46.35.81.81,0,0,1,.14.49V62a19.37,19.37,0,0,1,1.84-2.32,10.8,10.8,0,0,1,1.64-1.45,5.27,5.27,0,0,1,1.56-.74,6,6,0,0,1,1.56-.21,7.28,7.28,0,0,1,.78,0c.28,0,.57.08.86.14a5.81,5.81,0,0,1,.79.23,1.49,1.49,0,0,1,.48.26.89.89,0,0,1,.22.31,2.4,2.4,0,0,1,.13.46,7,7,0,0,1,.08.89C439.77,60,439.78,60.53,439.78,61.2Z"/>
<path class="blue" d="M451.65,50.38a4,4,0,0,1-.87,2.95,6.74,6.74,0,0,1-6.39,0,3.85,3.85,0,0,1-.82-2.84,4.06,4.06,0,0,1,.85-3,6.67,6.67,0,0,1,6.39,0A3.88,3.88,0,0,1,451.65,50.38Zm-.53,33.55a.8.8,0,0,1-.17.5,1.27,1.27,0,0,1-.57.35,5.45,5.45,0,0,1-1.07.21c-.45,0-1,.07-1.7.07s-1.26,0-1.7-.07a5.3,5.3,0,0,1-1.07-.21,1.27,1.27,0,0,1-.57-.35.74.74,0,0,1-.17-.5v-25a.74.74,0,0,1,.17-.5,1.27,1.27,0,0,1,.57-.36,5.06,5.06,0,0,1,1.07-.24,13.32,13.32,0,0,1,1.7-.08,13.52,13.52,0,0,1,1.7.08,5.21,5.21,0,0,1,1.07.24,1.27,1.27,0,0,1,.57.36.8.8,0,0,1,.17.5Z"/>
<path class="blue" d="M472.81,81.46a9.1,9.1,0,0,1-.15,1.9,2.13,2.13,0,0,1-.41.93,2.24,2.24,0,0,1-.73.47,6.77,6.77,0,0,1-1.15.37,13.09,13.09,0,0,1-1.42.24c-.51,0-1,.08-1.54.08a11.14,11.14,0,0,1-3.62-.53,6.1,6.1,0,0,1-2.54-1.65,6.77,6.77,0,0,1-1.47-2.79,14.73,14.73,0,0,1-.48-4V63.65h-3c-.35,0-.62-.22-.8-.66a6.13,6.13,0,0,1-.28-2.21,10.9,10.9,0,0,1,.07-1.38,2.84,2.84,0,0,1,.21-.88,1,1,0,0,1,.34-.47.91.91,0,0,1,.49-.14h2.95V52.32a.9.9,0,0,1,.16-.5,1.09,1.09,0,0,1,.55-.38,4.19,4.19,0,0,1,1.09-.23c.46,0,1-.07,1.68-.07s1.26,0,1.72.07a4,4,0,0,1,1.07.23,1.28,1.28,0,0,1,.56.38.83.83,0,0,1,.16.5v5.59h5.41a.87.87,0,0,1,.48.14,1,1,0,0,1,.35.47,3.55,3.55,0,0,1,.21.88,10.9,10.9,0,0,1,.07,1.38,6.13,6.13,0,0,1-.28,2.21.88.88,0,0,1-.81.66h-5.43V75.42a6,6,0,0,0,.64,3.08,2.49,2.49,0,0,0,2.29,1,4.4,4.4,0,0,0,1-.1,5.88,5.88,0,0,0,.79-.22c.24-.08.43-.16.59-.23a1.23,1.23,0,0,1,.43-.09.62.62,0,0,1,.32.09.72.72,0,0,1,.24.4c.05.2.1.46.15.8A9.23,9.23,0,0,1,472.81,81.46Z"/>
<path class="blue" d="M501.6,83.93a.79.79,0,0,1-.16.5,1.28,1.28,0,0,1-.56.35,5.16,5.16,0,0,1-1.07.21c-.46,0-1,.07-1.69.07s-1.25,0-1.71-.07a5.16,5.16,0,0,1-1.07-.21,1.28,1.28,0,0,1-.56-.35.8.8,0,0,1-.17-.5V69.63a11.93,11.93,0,0,0-.26-2.86,5.63,5.63,0,0,0-.77-1.79,3.4,3.4,0,0,0-1.29-1.15,4,4,0,0,0-1.85-.41,4.6,4.6,0,0,0-2.7,1,14.47,14.47,0,0,0-2.84,2.86V83.93a.8.8,0,0,1-.17.5,1.27,1.27,0,0,1-.57.35,5.45,5.45,0,0,1-1.07.21c-.45,0-1,.07-1.7.07s-1.26,0-1.7-.07a5.3,5.3,0,0,1-1.07-.21,1.27,1.27,0,0,1-.57-.35.74.74,0,0,1-.17-.5V47a.78.78,0,0,1,.17-.5,1.21,1.21,0,0,1,.57-.38,5.06,5.06,0,0,1,1.07-.24,13.32,13.32,0,0,1,1.7-.08,13.52,13.52,0,0,1,1.7.08,5.21,5.21,0,0,1,1.07.24,1.21,1.21,0,0,1,.57.38.84.84,0,0,1,.17.5V60.84a13.22,13.22,0,0,1,3.69-2.69,9,9,0,0,1,3.91-.88,9.76,9.76,0,0,1,4.27.84,7.52,7.52,0,0,1,2.82,2.3,9.54,9.54,0,0,1,1.54,3.42,20.14,20.14,0,0,1,.47,4.73Z"/>
<path class="blue" d="M548,83.93a.8.8,0,0,1-.17.5,1.24,1.24,0,0,1-.55.35,5.19,5.19,0,0,1-1.06.21c-.45,0-1,.07-1.7.07s-1.28,0-1.73-.07a5.45,5.45,0,0,1-1.07-.21,1.23,1.23,0,0,1-.56-.35.84.84,0,0,1-.15-.5V69.07a10.22,10.22,0,0,0-.24-2.3,5.37,5.37,0,0,0-.72-1.79,3.47,3.47,0,0,0-1.23-1.15,3.6,3.6,0,0,0-1.76-.41,4.17,4.17,0,0,0-2.54,1,17,17,0,0,0-2.78,2.86V83.93a.8.8,0,0,1-.17.5,1.27,1.27,0,0,1-.57.35,5.45,5.45,0,0,1-1.07.21c-.45,0-1,.07-1.67.07s-1.26,0-1.7-.07a5.42,5.42,0,0,1-1.08-.21,1.39,1.39,0,0,1-.57-.35.79.79,0,0,1-.16-.5V69.07a10.22,10.22,0,0,0-.24-2.3A5.58,5.58,0,0,0,523.8,65a3.36,3.36,0,0,0-1.22-1.15,3.69,3.69,0,0,0-1.76-.41,4.18,4.18,0,0,0-2.56,1,16.2,16.2,0,0,0-2.76,2.86V83.93a.74.74,0,0,1-.17.5,1.27,1.27,0,0,1-.57.35,5.3,5.3,0,0,1-1.07.21c-.44,0-1,.07-1.7.07s-1.25,0-1.7-.07a5.45,5.45,0,0,1-1.07-.21,1.27,1.27,0,0,1-.57-.35.8.8,0,0,1-.17-.5V58.87a.88.88,0,0,1,.14-.49,1,1,0,0,1,.5-.35,3.46,3.46,0,0,1,.94-.21,11.44,11.44,0,0,1,1.43-.07,12.21,12.21,0,0,1,1.48.07,2.84,2.84,0,0,1,.9.21,1,1,0,0,1,.46.35.88.88,0,0,1,.14.49v2.89a16.49,16.49,0,0,1,4.11-3.37,8.73,8.73,0,0,1,4.27-1.12,11.13,11.13,0,0,1,2.76.32,8,8,0,0,1,2.19.93A6.57,6.57,0,0,1,529.45,60a8,8,0,0,1,1.17,1.88,19.87,19.87,0,0,1,2.19-2.08,12.26,12.26,0,0,1,2.12-1.42,9.45,9.45,0,0,1,2.08-.82,9,9,0,0,1,2.13-.26,9.35,9.35,0,0,1,4.18.84,7.32,7.32,0,0,1,2.74,2.29,9.08,9.08,0,0,1,1.49,3.39,18.08,18.08,0,0,1,.45,4.1Z"/>
<rect class="shadow" x="57.97" y="37.86" width="15.47" height="15.47"/>
<rect class="shadow" x="37.86" y="37.86" width="15.47" height="15.47"/>
<rect class="shadow" x="57.97" y="57.97" width="15.47" height="15.47"/>
<rect class="shadow" x="37.86" y="57.97" width="15.47" height="15.47"/>
<rect class="shadow" x="78.08" y="37.86" width="15.47" height="15.47"/>
<rect class="shadow" x="57.97" y="78.08" width="15.47" height="15.47"/>
<rect class="shadow" x="37.86" y="78.08" width="15.47" height="15.47"/>
<rect class="shadow" x="78.08" y="78.08" width="15.47" height="15.47"/>
<rect class="shadow" x="78.08" y="57.97" width="15.47" height="15.47"/>
<rect class="gray" x="56.11" y="36" width="15.47" height="15.47"/>
<rect class="gray" x="36" y="36" width="15.47" height="15.47"/>
<rect class="gray" x="56.11" y="56.11" width="15.47" height="15.47"/>
<rect class="gray" x="36" y="56.11" width="15.47" height="15.47"/>
<rect class="gray" x="76.22" y="36" width="15.47" height="15.47"/>
<rect class="gray" x="56.11" y="76.22" width="15.47" height="15.47"/>
<rect class="gray" x="36" y="76.22" width="15.47" height="15.47"/>
<rect class="orange" x="76.22" y="76.22" width="15.47" height="15.47"/>
<rect class="gray" x="76.22" y="56.11" width="15.47" height="15.47"/>
</svg>
`;
}
constructor() {
super();
this.attachShadow({ mode: 'open' });
this.requestRender();
}
requestRender() {
const template = document.createElement('template');
template.innerHTML = this.getTemplate();
this.shadowRoot.appendChild(template.content.cloneNode(true));
}
}
customElements.define(RhiIsncsciUiLogo.is, RhiIsncsciUiLogo);
export { RhiIsncsciUiLogo };