@entur/icons 7.5.1 → 7.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ Please refer to the [documentation](https://design.entur.no/komponenter/ressurse
26
26
 
27
27
  This package contains all SVG files, as well as a script to create optimized React components from those SVG files.
28
28
 
29
- If you're adding an icon, please add the SVG file to the appropriate `svg/` folder. Make sure you give it a unique name, and make sure it looks correct in a browser after exporting it.
29
+ If you're adding an icon, please add the SVG file to the appropriate `svg/` folder. Make sure you give it a unique name, and make sure it looks correct in a browser after exporting it. Remember to add the icon-name in bin/build.js if it is a partner-icon.
30
30
 
31
31
  If you're changing an existing icon, just update the existing SVG file with the new source code.
32
32
 
package/dist/index.esm.js CHANGED
@@ -2494,71 +2494,74 @@ function TrondheimBysykkelIcon(props) {
2494
2494
 
2495
2495
  function VKTIcon(props) {
2496
2496
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
2497
- viewBox: "0 0 41.393 16",
2497
+ fill: "none",
2498
+ viewBox: "0 0 56 15",
2498
2499
  width: props.width || props.size || '1em',
2499
2500
  height: props.height || props.size || '1em',
2500
2501
  className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2501
2502
  inline: undefined,
2502
2503
  color: props.color
2503
2504
  }), /*#__PURE__*/React.createElement("g", {
2504
- fill: "#FFF"
2505
+ fill: "#fff",
2506
+ clipPath: "url(#clip0_3224_3438)"
2505
2507
  }, /*#__PURE__*/React.createElement("path", {
2506
- d: "M18.577 8.788h.41v1.46l.568-.67h.491l-.65.76.71.996h-.492l-.62-.886h-.007v.886h-.41V8.788z"
2508
+ d: "M19.844 6.314l-1.197-3.93-.006-.023c0-.039.021-.058.064-.058h.732c.043 0 .07.02.082.058l.773 2.836c.003.012.01.018.017.018.008 0 .014-.006.017-.018l.762-2.836c.012-.039.039-.058.081-.058h.715c.024 0 .041.008.053.023.011.015.013.035.006.058l-1.215 3.93c-.012.038-.037.058-.076.058h-.732c-.039 0-.064-.02-.076-.058z"
2507
2509
  }), /*#__PURE__*/React.createElement("path", {
2508
- d: "M20.142 10.456c0-.576.27-.92.775-.92.506 0 .775.344.775.92 0 .575-.27.918-.775.918s-.775-.343-.775-.918zm.775.63c.295 0 .34-.302.34-.63 0-.329-.045-.632-.34-.632-.295 0-.34.303-.34.632 0 .328.045.63.34.63z"
2510
+ d: "M24.855 5.064c-.004.046-.03.07-.076.07h-1.796c-.023 0-.031.01-.023.028.011.078.033.155.064.233.1.217.306.325.616.325a.702.702 0 00.587-.302c.015-.023.033-.035.052-.035.012 0 .025.008.041.023l.419.413c.019.02.029.037.029.052 0 .008-.008.023-.024.047a1.267 1.267 0 01-.494.369c-.201.087-.422.13-.662.13-.334 0-.616-.075-.846-.226a1.258 1.258 0 01-.497-.633c-.081-.194-.122-.448-.122-.762 0-.213.03-.401.087-.564.09-.275.245-.494.468-.657.223-.162.488-.244.794-.244.387 0 .698.112.933.337.234.225.377.525.427.901.023.147.03.312.023.494zm-1.86-.68a1.38 1.38 0 00-.041.186c0 .019.01.029.029.029h1.006c.023 0 .03-.01.023-.03a4.82 4.82 0 00-.03-.162.5.5 0 00-.182-.27.53.53 0 00-.323-.096c-.244 0-.405.114-.483.343z"
2509
2511
  }), /*#__PURE__*/React.createElement("path", {
2510
- d: "M22.102 8.788h.41v2.546h-.41V8.788z"
2512
+ d: "M25.977 6.302a1.035 1.035 0 01-.45-.309.692.692 0 01-.16-.447v-.058c0-.02.006-.036.02-.05a.066.066 0 01.05-.02h.644c.02 0 .036.007.05.02.013.014.02.03.02.05v.006c0 .085.048.158.143.218.094.06.214.09.357.09a.583.583 0 00.32-.079c.081-.052.122-.117.122-.194 0-.07-.035-.122-.105-.157a1.78 1.78 0 00-.343-.11 3.46 3.46 0 01-.43-.135 1.84 1.84 0 01-.593-.313c-.147-.125-.22-.303-.22-.535 0-.287.11-.515.334-.683.223-.169.518-.253.886-.253.248 0 .465.04.651.119a1 1 0 01.433.334.819.819 0 01.154.488c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.622a.067.067 0 01-.05-.02.067.067 0 01-.02-.05c0-.085-.043-.156-.13-.215a.615.615 0 00-.346-.087.628.628 0 00-.314.07c-.081.047-.122.11-.122.192 0 .081.04.135.12.174.079.039.211.08.397.122l.146.038c.054.014.112.03.174.05.275.08.492.186.651.313.159.128.239.314.239.558 0 .287-.114.511-.34.672-.227.16-.532.241-.916.241-.26 0-.486-.037-.68-.11z"
2511
2513
  }), /*#__PURE__*/React.createElement("path", {
2512
- d: "M23.025 8.788h.41v2.546h-.41V8.788z"
2514
+ d: "M30.217 4.02a.067.067 0 01-.05.02h-.557c-.02 0-.03.01-.03.03v1.232c0 .128.027.223.08.285.051.062.136.093.252.093h.192c.02 0 .036.006.05.02.013.013.02.03.02.05v.552c0 .042-.024.067-.07.075-.163.008-.28.012-.349.012-.322 0-.562-.053-.72-.16-.16-.106-.241-.307-.245-.602V4.07c0-.02-.01-.03-.03-.03h-.33a.067.067 0 01-.05-.02.067.067 0 01-.02-.05v-.517c0-.019.007-.035.02-.049a.067.067 0 01.05-.02h.33c.02 0 .03-.01.03-.03v-.691c0-.02.007-.036.02-.05a.067.067 0 01.05-.02h.65c.02 0 .037.007.05.02.014.014.02.03.02.05v.692c0 .02.01.029.03.029h.558c.02 0 .035.007.05.02.013.014.02.03.02.05v.517c0 .02-.007.036-.02.05V4.02z"
2513
2515
  }), /*#__PURE__*/React.createElement("path", {
2514
- d: "M25.22 11.304c-.147.049-.302.07-.49.07-.569 0-.886-.365-.886-1.01 0-.492.221-.827.753-.827.446 0 .668.284.668.712v.1h-1.041c0 .243.166.738.66.738.13 0 .263-.04.336-.067v.284zm-.343-1.203c0-.11-.055-.302-.31-.302-.24 0-.321.199-.332.302h.642z"
2516
+ d: "M32.63 3.398c.013.014.02.03.02.05V4c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.564c-.02 0-.029.01-.029.029v2.203c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02.067.067 0 01-.02-.05V4.099c0-.02-.01-.03-.028-.03h-.343a.067.067 0 01-.05-.02.067.067 0 01-.02-.05v-.551c0-.02.007-.036.02-.05a.067.067 0 01.05-.02h.343c.019 0 .029-.01.029-.03v-.127c0-.24.036-.427.11-.56a.615.615 0 01.358-.286c.164-.056.392-.08.683-.072h.22c.02 0 .036.006.05.02.013.013.02.03.02.05v.47c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.191c-.136.004-.23.032-.282.084-.053.052-.079.149-.079.288v.064c0 .02.01.029.03.029h.563c.02 0 .036.007.05.02z"
2515
2517
  }), /*#__PURE__*/React.createElement("path", {
2516
- d: "M25.645 8.788h.41v1.46l.568-.67h.49l-.649.76.709.996h-.491l-.62-.886h-.007v.886h-.41V8.788z"
2518
+ d: "M33.574 6.162a1.278 1.278 0 01-.477-.697 2.067 2.067 0 01-.081-.593c0-.229.027-.434.081-.617.09-.286.25-.511.483-.674.232-.163.512-.244.837-.244.325 0 .589.08.814.241.224.161.383.385.476.672.062.193.093.397.093.61 0 .213-.027.405-.081.587a1.3 1.3 0 01-.474.712c-.23.173-.508.259-.834.259-.325 0-.604-.086-.837-.256zm1.163-.564a.645.645 0 00.191-.32c.031-.124.047-.26.047-.406 0-.163-.015-.3-.047-.413a.647.647 0 00-.197-.308.495.495 0 00-.326-.11.499.499 0 00-.328.11.62.62 0 00-.189.308 1.38 1.38 0 00-.046.413c0 .182.013.31.04.406a.635.635 0 00.195.32.498.498 0 00.334.117.471.471 0 00.326-.117z"
2517
2519
  }), /*#__PURE__*/React.createElement("path", {
2518
- d: "M28.516 11.345c-.11.018-.225.03-.336.03-.465 0-.539-.222-.539-.484v-1.03h-.343v-.284h.343V9.16l.41-.247v.664h.52v.285h-.52v.83c0 .21.026.395.277.395.066 0 .129-.015.188-.03v.288z"
2520
+ d: "M36.495 6.351a.067.067 0 01-.02-.05V2.373c0-.02.006-.036.02-.05a.067.067 0 01.05-.02h.68c.02 0 .035.007.05.02.013.014.02.03.02.05v3.93c0 .019-.007.035-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02z"
2519
2521
  }), /*#__PURE__*/React.createElement("path", {
2520
- d: "M28.863 8.788h.41v.405h-.41v-.405zm0 .79h.41v1.756h-.41V9.577z"
2522
+ d: "M39.913 2.323a.067.067 0 01.05-.02h.68c.019 0 .035.006.049.02.013.013.02.03.02.05v3.929c0 .019-.007.036-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02.067.067 0 01-.02-.05V6.11c0-.012-.003-.019-.011-.02-.008-.002-.016 0-.023.008a.795.795 0 01-.669.32 1.09 1.09 0 01-.7-.227 1.246 1.246 0 01-.422-.622 2.262 2.262 0 01-.099-.703c0-.267.035-.515.105-.72.09-.249.23-.445.422-.59.191-.146.429-.219.712-.219s.496.097.65.29c.008.012.016.016.024.012.008-.003.012-.011.012-.023V2.372c0-.02.006-.035.02-.05zm-.026 2.554c0-.26-.043-.463-.128-.61a.427.427 0 00-.39-.227.454.454 0 00-.413.227c-.096.151-.145.357-.145.616 0 .233.04.427.122.582.097.166.24.25.43.25.175 0 .31-.084.407-.25.078-.144.116-.34.116-.588z"
2521
2523
  }), /*#__PURE__*/React.createElement("path", {
2522
- d: "M29.52 9.577h.428l.391 1.203h.008l.394-1.203h.429l-.628 1.757h-.398l-.624-1.757z"
2524
+ d: "M18.949 12.014V8.062c0-.039.02-.058.058-.058h.296c.04 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.024 0 .04.008.047.024.008.015.004.03-.012.046l-.744.825c-.007.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.313c-.032 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.018-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.039 0-.058-.019-.058-.057z"
2523
2525
  }), /*#__PURE__*/React.createElement("path", {
2524
- d: "M32.539 11.345a2.08 2.08 0 01-.336.03c-.465 0-.539-.222-.539-.484v-1.03h-.343v-.284h.343V9.16l.41-.247v.664h.52v.285h-.52v.83c0 .21.026.395.277.395.066 0 .129-.015.188-.03v.288z"
2526
+ d: "M22.152 11.904a1.1 1.1 0 01-.419-.593 2.532 2.532 0 01-.081-.715c0-.299.027-.535.081-.71.074-.247.212-.443.413-.586a1.23 1.23 0 01.732-.215c.287 0 .513.071.712.215.2.143.337.337.41.581.055.167.082.405.082.715 0 .31-.027.552-.082.715-.073.252-.21.45-.41.593-.2.143-.438.215-.718.215a1.21 1.21 0 01-.72-.215zm1.197-.3a.758.758 0 00.268-.415c.034-.14.052-.335.052-.587 0-.252-.016-.452-.047-.588a.752.752 0 00-.27-.415.774.774 0 00-.486-.154c-.19 0-.35.051-.482.154a.757.757 0 00-.267.415 2.8 2.8 0 00-.047.588c0 .255.016.451.047.587.042.174.13.313.264.415a.782.782 0 00.491.154.738.738 0 00.477-.153z"
2525
2527
  }), /*#__PURE__*/React.createElement("path", {
2526
- d: "M32.86 9.577h.41v.325h.007c.096-.17.214-.365.568-.365v.428c-.413 0-.576.173-.576.598v.771h-.41V9.577z"
2528
+ d: "M24.919 12.014V8.062c0-.039.02-.058.058-.058h.296c.039 0 .058.019.058.058v3.952c0 .04-.02.058-.058.058h-.296c-.04 0-.058-.019-.058-.058z"
2527
2529
  }), /*#__PURE__*/React.createElement("path", {
2528
- d: "M35 11.131h-.007c-.055.115-.177.243-.458.243-.295 0-.516-.177-.516-.46 0-.584.738-.587.981-.595v-.173c0-.174-.044-.322-.247-.322-.225 0-.27.152-.27.27h-.398c0-.336.222-.557.668-.557.436 0 .639.188.639.546v1.251H35v-.203zm-.365-.044c.266 0 .365-.288.365-.528-.265 0-.583.081-.583.317 0 .137.078.21.218.21z"
2530
+ d: "M26.256 12.014V8.062c0-.039.019-.058.058-.058h.296c.039 0 .058.019.058.058v3.952c0 .04-.02.058-.058.058h-.296c-.04 0-.058-.019-.058-.058z"
2529
2531
  }), /*#__PURE__*/React.createElement("path", {
2530
- d: "M36.015 9.862h-.32v-.285h.32v-.24c0-.372.225-.59.68-.59.129 0 .291.015.383.037v.313a.831.831 0 00-.299-.062c-.299 0-.354.217-.354.42v.122h.517v.285h-.517v1.472h-.41V9.862zm1.174-1.074h.41v.405h-.41v-.405zm0 .79h.41v1.756h-.41V9.577z"
2532
+ d: "M29.871 10.514v.187c0 .038-.02.058-.058.058h-1.877c-.016 0-.024.007-.024.023.008.213.02.35.035.413a.695.695 0 00.274.412c.14.101.317.152.534.152a.826.826 0 00.43-.11.759.759 0 00.29-.315c.024-.035.051-.042.082-.023l.227.134c.031.02.039.046.023.081a1.047 1.047 0 01-.436.439c-.194.107-.416.16-.668.16a1.226 1.226 0 01-.692-.198 1.059 1.059 0 01-.401-.535c-.07-.186-.105-.453-.105-.802 0-.162.003-.295.01-.398.005-.102.02-.194.043-.276.066-.252.198-.453.398-.604.2-.152.44-.227.724-.227.352 0 .624.09.814.267.19.179.308.43.354.756.016.109.023.244.023.407zm-1.665-.92a.687.687 0 00-.247.397 1.885 1.885 0 00-.047.396c0 .015.008.023.024.023h1.505c.015 0 .023-.008.023-.024a2.636 2.636 0 00-.035-.371.735.735 0 00-.258-.416.768.768 0 00-.491-.154.729.729 0 00-.474.148z"
2531
2533
  }), /*#__PURE__*/React.createElement("path", {
2532
- d: "M38.1 8.788h.41v1.46l.569-.67h.49l-.65.76.71.996h-.492l-.62-.886h-.007v.886h-.41V8.788z"
2534
+ d: "M30.69 12.014V8.062c0-.039.02-.058.059-.058h.296c.039 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.023 0 .039.008.047.024.008.015.004.03-.012.046l-.744.825c-.008.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.314c-.03 0-.052-.016-.064-.047l-.75-1.697c-.007-.016-.017-.018-.029-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.059.057h-.296c-.039 0-.058-.019-.058-.057z"
2533
2535
  }), /*#__PURE__*/React.createElement("path", {
2534
- d: "M39.865 8.788h.41v1.46l.568-.67h.49l-.649.76.709.996h-.491l-.62-.886h-.008v.886h-.41V8.788z"
2535
- })), /*#__PURE__*/React.createElement("g", {
2536
- fill: "#FFF"
2537
- }, /*#__PURE__*/React.createElement("path", {
2538
- d: "M13.116 0H2.674S0 0 0 2.674v5.984L15.446 1.32C15.11.658 14.442 0 13.116 0z"
2536
+ d: "M34.864 9.474h-.656c-.016 0-.024.008-.024.023v1.715c0 .186.042.317.125.392.084.076.214.114.393.114h.145c.038 0 .058.02.058.058v.238c0 .039-.02.058-.058.058a2.907 2.907 0 01-.215.006c-.28 0-.49-.052-.634-.157-.143-.104-.215-.298-.215-.581V9.497c0-.015-.008-.023-.023-.023h-.355c-.039 0-.058-.02-.058-.058v-.227c0-.038.02-.058.058-.058h.355c.015 0 .023-.008.023-.023v-.674c0-.039.02-.058.058-.058h.285c.039 0 .058.019.058.058v.674c0 .015.008.023.023.023h.657c.039 0 .058.02.058.058v.227c0 .039-.02.058-.058.058z"
2539
2537
  }), /*#__PURE__*/React.createElement("path", {
2540
- d: "M15.544 1.539c-.932.613-2.1 1.437-3.251 2.404-2.515 2.113-1.84 3.51.402 4.326 1.13.41 2.259.737 3.094.959V2.674s-.002-.54-.245-1.135z"
2538
+ d: "M35.765 8.503a.315.315 0 01-.093-.232.32.32 0 01.093-.236c.062-.06.14-.09.233-.09s.17.03.232.09.093.139.093.236a.316.316 0 01-.325.325.315.315 0 01-.233-.093zm.012 3.505V9.183c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v2.825c0 .04-.02.059-.058.059h-.297c-.039 0-.058-.02-.058-.059z"
2541
2539
  }), /*#__PURE__*/React.createElement("path", {
2542
- d: "M0 13.326S0 16 2.674 16h10.442s2.673 0 2.673-2.674v-3.77H0v3.77z"
2543
- })), /*#__PURE__*/React.createElement("g", {
2544
- fill: "#FFF"
2545
- }, /*#__PURE__*/React.createElement("path", {
2546
- d: "M18.246 5.67h.264l.507 1.362h.007l.442-1.362h.264l-.583 1.724h-.25l-.651-1.724z"
2540
+ d: "M37.881 12.026l-.953-2.83-.006-.024c0-.027.017-.04.052-.04h.331c.035 0 .059.015.07.046l.727 2.278c.004.008.01.012.017.012.008 0 .014-.004.018-.012l.726-2.278c.012-.031.035-.047.07-.047l.331.006c.043 0 .058.021.047.064l-.953 2.825c-.012.031-.035.047-.07.047h-.337c-.035 0-.058-.016-.07-.047z"
2547
2541
  }), /*#__PURE__*/React.createElement("path", {
2548
- d: "M21.167 7.383c-.105.032-.235.05-.394.05-.533 0-.84-.322-.84-.96 0-.514.213-.843.673-.843.406 0 .601.279.601.656v.083h-.992v.101c0 .26.116.757.612.757.192 0 .26-.029.34-.047v.203zm-.242-1.22c0-.116-.08-.327-.33-.327-.257 0-.34.21-.362.326h.692z"
2542
+ d: "M41.224 9.474h-.657c-.016 0-.024.008-.024.023v1.715c0 .186.042.317.125.392.084.076.215.114.393.114h.145c.039 0 .058.02.058.058v.238c0 .039-.02.058-.058.058a2.902 2.902 0 01-.215.006c-.28 0-.49-.052-.634-.157-.143-.104-.215-.298-.215-.581V9.497c0-.015-.008-.023-.023-.023h-.355c-.039 0-.058-.02-.058-.058v-.227c0-.038.02-.058.058-.058h.355c.016 0 .023-.008.023-.023v-.674c0-.039.02-.058.058-.058h.285c.039 0 .058.019.058.058v.674c0 .015.008.023.023.023h.657c.039 0 .058.02.058.058v.227c0 .039-.019.058-.058.058z"
2549
2543
  }), /*#__PURE__*/React.createElement("path", {
2550
- d: "M22.21 6.42c.18.094.401.195.401.492 0 .344-.239.521-.64.521-.225 0-.403-.05-.471-.072v-.224c.043.014.25.09.445.09.239 0 .42-.08.42-.279 0-.177-.21-.253-.311-.311l-.156-.084c-.16-.09-.391-.184-.391-.467 0-.279.206-.456.59-.456.185 0 .326.04.406.058v.228a1.233 1.233 0 00-.402-.08c-.21 0-.348.102-.348.225 0 .141.174.2.312.272l.144.086z"
2544
+ d: "M43.595 9.178c.031.015.043.04.035.075l-.064.285c-.012.039-.037.05-.076.035a.592.592 0 00-.226-.04l-.076.005a.692.692 0 00-.5.224.758.758 0 00-.197.538v1.714c0 .04-.02.058-.058.058h-.297c-.039 0-.058-.02-.058-.058V9.19c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v.355c0 .012.003.018.008.02.006.002.011 0 .015-.009a.927.927 0 01.311-.334.806.806 0 01.439-.119c.128 0 .238.025.331.076z"
2551
2545
  }), /*#__PURE__*/React.createElement("path", {
2552
- d: "M23.81 7.415c-.073.011-.145.018-.218.018-.347 0-.478-.137-.478-.445V5.876h-.282V5.67h.282v-.402l.246-.156v.558h.464v.206h-.464v1.061c0 .113.03.29.283.29.08 0 .112-.014.166-.033v.221z"
2546
+ d: "M46.007 9.352c.19.178.285.415.285.71v1.952c0 .039-.02.058-.058.058h-.296c-.04 0-.058-.02-.058-.058v-.238a.02.02 0 00-.01-.018c-.005-.003-.012-.002-.02.006a.907.907 0 01-.377.265c-.155.06-.328.09-.518.09a1.12 1.12 0 01-.691-.21c-.187-.14-.28-.352-.28-.64 0-.286.106-.52.317-.688.212-.168.505-.253.881-.253h.674c.016 0 .023-.008.023-.023v-.22c0-.198-.055-.355-.165-.469-.11-.114-.282-.171-.515-.171a.854.854 0 00-.453.107.45.45 0 00-.215.3c-.012.038-.035.056-.07.052l-.314-.04c-.043-.009-.06-.024-.052-.047a.749.749 0 01.349-.53c.201-.135.453-.203.755-.203.35 0 .618.09.808.268zm-.377 2.24a.534.534 0 00.25-.461v-.454c0-.015-.008-.023-.024-.023h-.61c-.256 0-.461.052-.616.157a.498.498 0 00-.233.436c0 .17.06.3.178.386a.76.76 0 00.462.131c.228 0 .426-.057.593-.171z"
2553
2547
  }), /*#__PURE__*/React.createElement("path", {
2554
- d: "M24.301 5.876h-.29V5.67h.29v-.24c0-.282.134-.546.565-.546.123 0 .214.014.294.033v.22a.747.747 0 00-.25-.047c-.286 0-.362.16-.362.392v.188h.496v.206h-.496v1.518H24.3V5.876z"
2548
+ d: "M47.88 8.506c-.078.095-.117.257-.117.486v.116c0 .015.008.023.023.023h.651c.039 0 .058.02.058.058v.262c0 .039-.02.058-.058.058h-.651c-.016 0-.023.008-.023.023v2.482c0 .039-.02.058-.058.058h-.29c-.04 0-.059-.02-.059-.058V9.532c0-.015-.008-.023-.023-.023h-.39c-.038 0-.058-.02-.058-.058v-.262c0-.038.02-.058.058-.058h.39c.015 0 .023-.008.023-.023v-.14c0-.24.027-.429.081-.566a.547.547 0 01.282-.303c.134-.063.321-.095.561-.095h.169c.039 0 .058.019.058.058v.244c0 .039-.02.058-.058.058h-.134c-.213 0-.358.047-.436.142zm1.388-.003a.315.315 0 01-.093-.232.32.32 0 01.093-.236.32.32 0 01.233-.09.314.314 0 01.325.325.316.316 0 01-.325.325.315.315 0 01-.233-.092zm.012 3.505V9.183c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v2.825c0 .04-.02.059-.058.059h-.297c-.039 0-.058-.02-.058-.059z"
2555
2549
  }), /*#__PURE__*/React.createElement("path", {
2556
- d: "M25.217 6.535c0-.503.196-.905.702-.905.511 0 .71.402.71.905 0 .504-.199.898-.71.898-.506 0-.702-.394-.702-.898zm.702.692c.283 0 .428-.26.428-.695 0-.431-.145-.696-.428-.696-.278 0-.42.265-.42.696 0 .434.142.695.42.695z"
2550
+ d: "M50.71 12.014V8.062c0-.039.02-.058.058-.058h.296c.039 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.024 0 .04.008.047.024.008.015.004.03-.012.046l-.744.825c-.008.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.313c-.032 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.018-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.039 0-.058-.019-.058-.057z"
2557
2551
  }), /*#__PURE__*/React.createElement("path", {
2558
- d: "M27.103 4.895h.246v2.499h-.246v-2.5z"
2552
+ d: "M53.622 12.014V8.062c0-.039.02-.058.058-.058h.297c.038 0 .058.019.058.058v2.377a.02.02 0 00.008.018c.006.004.013.002.02-.006l1.233-1.29a.095.095 0 01.07-.03h.349c.023 0 .038.008.046.024.008.015.004.03-.012.046l-.744.825c-.007.008-.01.018-.005.03l.889 1.947.006.023c0 .031-.018.047-.052.047h-.314c-.031 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.017-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.038 0-.058-.019-.058-.057z"
2559
2553
  }), /*#__PURE__*/React.createElement("path", {
2560
- d: "M28.873 7.1h-.007a.468.468 0 01-.449.333c-.416 0-.59-.34-.59-.887 0-.463.163-.916.586-.916.301 0 .41.2.453.322h.007V4.895h.247v2.499h-.247V7.1zm-.405.127c.282 0 .405-.391.405-.688 0-.384-.137-.703-.398-.703-.293 0-.366.392-.366.757 0 .221.033.634.359.634z"
2561
- })));
2554
+ d: "M12.154 1.93A7.168 7.168 0 007.361.1h-.08A7.195 7.195 0 00.084 7.295v.08c0 .533.058 1.051.167 1.55L12.154 1.93z"
2555
+ }), /*#__PURE__*/React.createElement("path", {
2556
+ d: "M.518 9.839A7.198 7.198 0 007.28 14.57h.08a7.198 7.198 0 006.763-4.732H.518z"
2557
+ }), /*#__PURE__*/React.createElement("path", {
2558
+ d: "M11.475 5.375v.04a3.616 3.616 0 002.905 3.546c.115-.51.176-1.04.176-1.585v-.08a7.167 7.167 0 00-1.76-4.715 3.608 3.608 0 00-1.32 2.794z"
2559
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
2560
+ id: "clip0_3224_3438"
2561
+ }, /*#__PURE__*/React.createElement("path", {
2562
+ fill: "#fff",
2563
+ d: "M0 0h56v14.606H0z"
2564
+ }))));
2562
2565
  }
2563
2566
 
2564
2567
  function VoiIcon(props) {
@@ -2303,69 +2303,72 @@ function TrondheimBysykkelIcon(props) {
2303
2303
 
2304
2304
  function VKTIcon(props) {
2305
2305
  return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
2306
- viewBox: "0 0 41.393 16",
2306
+ fill: "none",
2307
+ viewBox: "0 0 56 15",
2307
2308
  width: props.width || props.size || 16,
2308
2309
  height: props.height || props.size || 16,
2309
2310
  color: props.color || '#181C56'
2310
2311
  }), /*#__PURE__*/React.createElement(G, {
2311
- fill: "#FFF"
2312
+ fill: "#fff",
2313
+ clipPath: "url(#clip0_3224_3438)"
2312
2314
  }, /*#__PURE__*/React.createElement(Path, {
2313
- d: "M18.577 8.788h.41v1.46l.568-.67h.491l-.65.76.71.996h-.492l-.62-.886h-.007v.886h-.41V8.788z"
2315
+ d: "M19.844 6.314l-1.197-3.93-.006-.023c0-.039.021-.058.064-.058h.732c.043 0 .07.02.082.058l.773 2.836c.003.012.01.018.017.018.008 0 .014-.006.017-.018l.762-2.836c.012-.039.039-.058.081-.058h.715c.024 0 .041.008.053.023.011.015.013.035.006.058l-1.215 3.93c-.012.038-.037.058-.076.058h-.732c-.039 0-.064-.02-.076-.058z"
2314
2316
  }), /*#__PURE__*/React.createElement(Path, {
2315
- d: "M20.142 10.456c0-.576.27-.92.775-.92.506 0 .775.344.775.92 0 .575-.27.918-.775.918s-.775-.343-.775-.918zm.775.63c.295 0 .34-.302.34-.63 0-.329-.045-.632-.34-.632-.295 0-.34.303-.34.632 0 .328.045.63.34.63z"
2317
+ d: "M24.855 5.064c-.004.046-.03.07-.076.07h-1.796c-.023 0-.031.01-.023.028.011.078.033.155.064.233.1.217.306.325.616.325a.702.702 0 00.587-.302c.015-.023.033-.035.052-.035.012 0 .025.008.041.023l.419.413c.019.02.029.037.029.052 0 .008-.008.023-.024.047a1.267 1.267 0 01-.494.369c-.201.087-.422.13-.662.13-.334 0-.616-.075-.846-.226a1.258 1.258 0 01-.497-.633c-.081-.194-.122-.448-.122-.762 0-.213.03-.401.087-.564.09-.275.245-.494.468-.657.223-.162.488-.244.794-.244.387 0 .698.112.933.337.234.225.377.525.427.901.023.147.03.312.023.494zm-1.86-.68a1.38 1.38 0 00-.041.186c0 .019.01.029.029.029h1.006c.023 0 .03-.01.023-.03a4.82 4.82 0 00-.03-.162.5.5 0 00-.182-.27.53.53 0 00-.323-.096c-.244 0-.405.114-.483.343z"
2316
2318
  }), /*#__PURE__*/React.createElement(Path, {
2317
- d: "M22.102 8.788h.41v2.546h-.41V8.788z"
2319
+ d: "M25.977 6.302a1.035 1.035 0 01-.45-.309.692.692 0 01-.16-.447v-.058c0-.02.006-.036.02-.05a.066.066 0 01.05-.02h.644c.02 0 .036.007.05.02.013.014.02.03.02.05v.006c0 .085.048.158.143.218.094.06.214.09.357.09a.583.583 0 00.32-.079c.081-.052.122-.117.122-.194 0-.07-.035-.122-.105-.157a1.78 1.78 0 00-.343-.11 3.46 3.46 0 01-.43-.135 1.84 1.84 0 01-.593-.313c-.147-.125-.22-.303-.22-.535 0-.287.11-.515.334-.683.223-.169.518-.253.886-.253.248 0 .465.04.651.119a1 1 0 01.433.334.819.819 0 01.154.488c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.622a.067.067 0 01-.05-.02.067.067 0 01-.02-.05c0-.085-.043-.156-.13-.215a.615.615 0 00-.346-.087.628.628 0 00-.314.07c-.081.047-.122.11-.122.192 0 .081.04.135.12.174.079.039.211.08.397.122l.146.038c.054.014.112.03.174.05.275.08.492.186.651.313.159.128.239.314.239.558 0 .287-.114.511-.34.672-.227.16-.532.241-.916.241-.26 0-.486-.037-.68-.11z"
2318
2320
  }), /*#__PURE__*/React.createElement(Path, {
2319
- d: "M23.025 8.788h.41v2.546h-.41V8.788z"
2321
+ d: "M30.217 4.02a.067.067 0 01-.05.02h-.557c-.02 0-.03.01-.03.03v1.232c0 .128.027.223.08.285.051.062.136.093.252.093h.192c.02 0 .036.006.05.02.013.013.02.03.02.05v.552c0 .042-.024.067-.07.075-.163.008-.28.012-.349.012-.322 0-.562-.053-.72-.16-.16-.106-.241-.307-.245-.602V4.07c0-.02-.01-.03-.03-.03h-.33a.067.067 0 01-.05-.02.067.067 0 01-.02-.05v-.517c0-.019.007-.035.02-.049a.067.067 0 01.05-.02h.33c.02 0 .03-.01.03-.03v-.691c0-.02.007-.036.02-.05a.067.067 0 01.05-.02h.65c.02 0 .037.007.05.02.014.014.02.03.02.05v.692c0 .02.01.029.03.029h.558c.02 0 .035.007.05.02.013.014.02.03.02.05v.517c0 .02-.007.036-.02.05V4.02z"
2320
2322
  }), /*#__PURE__*/React.createElement(Path, {
2321
- d: "M25.22 11.304c-.147.049-.302.07-.49.07-.569 0-.886-.365-.886-1.01 0-.492.221-.827.753-.827.446 0 .668.284.668.712v.1h-1.041c0 .243.166.738.66.738.13 0 .263-.04.336-.067v.284zm-.343-1.203c0-.11-.055-.302-.31-.302-.24 0-.321.199-.332.302h.642z"
2323
+ d: "M32.63 3.398c.013.014.02.03.02.05V4c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.564c-.02 0-.029.01-.029.029v2.203c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02.067.067 0 01-.02-.05V4.099c0-.02-.01-.03-.028-.03h-.343a.067.067 0 01-.05-.02.067.067 0 01-.02-.05v-.551c0-.02.007-.036.02-.05a.067.067 0 01.05-.02h.343c.019 0 .029-.01.029-.03v-.127c0-.24.036-.427.11-.56a.615.615 0 01.358-.286c.164-.056.392-.08.683-.072h.22c.02 0 .036.006.05.02.013.013.02.03.02.05v.47c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.191c-.136.004-.23.032-.282.084-.053.052-.079.149-.079.288v.064c0 .02.01.029.03.029h.563c.02 0 .036.007.05.02z"
2322
2324
  }), /*#__PURE__*/React.createElement(Path, {
2323
- d: "M25.645 8.788h.41v1.46l.568-.67h.49l-.649.76.709.996h-.491l-.62-.886h-.007v.886h-.41V8.788z"
2325
+ d: "M33.574 6.162a1.278 1.278 0 01-.477-.697 2.067 2.067 0 01-.081-.593c0-.229.027-.434.081-.617.09-.286.25-.511.483-.674.232-.163.512-.244.837-.244.325 0 .589.08.814.241.224.161.383.385.476.672.062.193.093.397.093.61 0 .213-.027.405-.081.587a1.3 1.3 0 01-.474.712c-.23.173-.508.259-.834.259-.325 0-.604-.086-.837-.256zm1.163-.564a.645.645 0 00.191-.32c.031-.124.047-.26.047-.406 0-.163-.015-.3-.047-.413a.647.647 0 00-.197-.308.495.495 0 00-.326-.11.499.499 0 00-.328.11.62.62 0 00-.189.308 1.38 1.38 0 00-.046.413c0 .182.013.31.04.406a.635.635 0 00.195.32.498.498 0 00.334.117.471.471 0 00.326-.117z"
2324
2326
  }), /*#__PURE__*/React.createElement(Path, {
2325
- d: "M28.516 11.345c-.11.018-.225.03-.336.03-.465 0-.539-.222-.539-.484v-1.03h-.343v-.284h.343V9.16l.41-.247v.664h.52v.285h-.52v.83c0 .21.026.395.277.395.066 0 .129-.015.188-.03v.288z"
2327
+ d: "M36.495 6.351a.067.067 0 01-.02-.05V2.373c0-.02.006-.036.02-.05a.067.067 0 01.05-.02h.68c.02 0 .035.007.05.02.013.014.02.03.02.05v3.93c0 .019-.007.035-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02z"
2326
2328
  }), /*#__PURE__*/React.createElement(Path, {
2327
- d: "M28.863 8.788h.41v.405h-.41v-.405zm0 .79h.41v1.756h-.41V9.577z"
2329
+ d: "M39.913 2.323a.067.067 0 01.05-.02h.68c.019 0 .035.006.049.02.013.013.02.03.02.05v3.929c0 .019-.007.036-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02.067.067 0 01-.02-.05V6.11c0-.012-.003-.019-.011-.02-.008-.002-.016 0-.023.008a.795.795 0 01-.669.32 1.09 1.09 0 01-.7-.227 1.246 1.246 0 01-.422-.622 2.262 2.262 0 01-.099-.703c0-.267.035-.515.105-.72.09-.249.23-.445.422-.59.191-.146.429-.219.712-.219s.496.097.65.29c.008.012.016.016.024.012.008-.003.012-.011.012-.023V2.372c0-.02.006-.035.02-.05zm-.026 2.554c0-.26-.043-.463-.128-.61a.427.427 0 00-.39-.227.454.454 0 00-.413.227c-.096.151-.145.357-.145.616 0 .233.04.427.122.582.097.166.24.25.43.25.175 0 .31-.084.407-.25.078-.144.116-.34.116-.588z"
2328
2330
  }), /*#__PURE__*/React.createElement(Path, {
2329
- d: "M29.52 9.577h.428l.391 1.203h.008l.394-1.203h.429l-.628 1.757h-.398l-.624-1.757z"
2331
+ d: "M18.949 12.014V8.062c0-.039.02-.058.058-.058h.296c.04 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.024 0 .04.008.047.024.008.015.004.03-.012.046l-.744.825c-.007.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.313c-.032 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.018-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.039 0-.058-.019-.058-.057z"
2330
2332
  }), /*#__PURE__*/React.createElement(Path, {
2331
- d: "M32.539 11.345a2.08 2.08 0 01-.336.03c-.465 0-.539-.222-.539-.484v-1.03h-.343v-.284h.343V9.16l.41-.247v.664h.52v.285h-.52v.83c0 .21.026.395.277.395.066 0 .129-.015.188-.03v.288z"
2333
+ d: "M22.152 11.904a1.1 1.1 0 01-.419-.593 2.532 2.532 0 01-.081-.715c0-.299.027-.535.081-.71.074-.247.212-.443.413-.586a1.23 1.23 0 01.732-.215c.287 0 .513.071.712.215.2.143.337.337.41.581.055.167.082.405.082.715 0 .31-.027.552-.082.715-.073.252-.21.45-.41.593-.2.143-.438.215-.718.215a1.21 1.21 0 01-.72-.215zm1.197-.3a.758.758 0 00.268-.415c.034-.14.052-.335.052-.587 0-.252-.016-.452-.047-.588a.752.752 0 00-.27-.415.774.774 0 00-.486-.154c-.19 0-.35.051-.482.154a.757.757 0 00-.267.415 2.8 2.8 0 00-.047.588c0 .255.016.451.047.587.042.174.13.313.264.415a.782.782 0 00.491.154.738.738 0 00.477-.153z"
2332
2334
  }), /*#__PURE__*/React.createElement(Path, {
2333
- d: "M32.86 9.577h.41v.325h.007c.096-.17.214-.365.568-.365v.428c-.413 0-.576.173-.576.598v.771h-.41V9.577z"
2335
+ d: "M24.919 12.014V8.062c0-.039.02-.058.058-.058h.296c.039 0 .058.019.058.058v3.952c0 .04-.02.058-.058.058h-.296c-.04 0-.058-.019-.058-.058z"
2334
2336
  }), /*#__PURE__*/React.createElement(Path, {
2335
- d: "M35 11.131h-.007c-.055.115-.177.243-.458.243-.295 0-.516-.177-.516-.46 0-.584.738-.587.981-.595v-.173c0-.174-.044-.322-.247-.322-.225 0-.27.152-.27.27h-.398c0-.336.222-.557.668-.557.436 0 .639.188.639.546v1.251H35v-.203zm-.365-.044c.266 0 .365-.288.365-.528-.265 0-.583.081-.583.317 0 .137.078.21.218.21z"
2337
+ d: "M26.256 12.014V8.062c0-.039.019-.058.058-.058h.296c.039 0 .058.019.058.058v3.952c0 .04-.02.058-.058.058h-.296c-.04 0-.058-.019-.058-.058z"
2336
2338
  }), /*#__PURE__*/React.createElement(Path, {
2337
- d: "M36.015 9.862h-.32v-.285h.32v-.24c0-.372.225-.59.68-.59.129 0 .291.015.383.037v.313a.831.831 0 00-.299-.062c-.299 0-.354.217-.354.42v.122h.517v.285h-.517v1.472h-.41V9.862zm1.174-1.074h.41v.405h-.41v-.405zm0 .79h.41v1.756h-.41V9.577z"
2339
+ d: "M29.871 10.514v.187c0 .038-.02.058-.058.058h-1.877c-.016 0-.024.007-.024.023.008.213.02.35.035.413a.695.695 0 00.274.412c.14.101.317.152.534.152a.826.826 0 00.43-.11.759.759 0 00.29-.315c.024-.035.051-.042.082-.023l.227.134c.031.02.039.046.023.081a1.047 1.047 0 01-.436.439c-.194.107-.416.16-.668.16a1.226 1.226 0 01-.692-.198 1.059 1.059 0 01-.401-.535c-.07-.186-.105-.453-.105-.802 0-.162.003-.295.01-.398.005-.102.02-.194.043-.276.066-.252.198-.453.398-.604.2-.152.44-.227.724-.227.352 0 .624.09.814.267.19.179.308.43.354.756.016.109.023.244.023.407zm-1.665-.92a.687.687 0 00-.247.397 1.885 1.885 0 00-.047.396c0 .015.008.023.024.023h1.505c.015 0 .023-.008.023-.024a2.636 2.636 0 00-.035-.371.735.735 0 00-.258-.416.768.768 0 00-.491-.154.729.729 0 00-.474.148z"
2338
2340
  }), /*#__PURE__*/React.createElement(Path, {
2339
- d: "M38.1 8.788h.41v1.46l.569-.67h.49l-.65.76.71.996h-.492l-.62-.886h-.007v.886h-.41V8.788z"
2341
+ d: "M30.69 12.014V8.062c0-.039.02-.058.059-.058h.296c.039 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.023 0 .039.008.047.024.008.015.004.03-.012.046l-.744.825c-.008.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.314c-.03 0-.052-.016-.064-.047l-.75-1.697c-.007-.016-.017-.018-.029-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.059.057h-.296c-.039 0-.058-.019-.058-.057z"
2340
2342
  }), /*#__PURE__*/React.createElement(Path, {
2341
- d: "M39.865 8.788h.41v1.46l.568-.67h.49l-.649.76.709.996h-.491l-.62-.886h-.008v.886h-.41V8.788z"
2342
- })), /*#__PURE__*/React.createElement(G, {
2343
- fill: "#FFF"
2344
- }, /*#__PURE__*/React.createElement(Path, {
2345
- d: "M13.116 0H2.674S0 0 0 2.674v5.984L15.446 1.32C15.11.658 14.442 0 13.116 0z"
2343
+ d: "M34.864 9.474h-.656c-.016 0-.024.008-.024.023v1.715c0 .186.042.317.125.392.084.076.214.114.393.114h.145c.038 0 .058.02.058.058v.238c0 .039-.02.058-.058.058a2.907 2.907 0 01-.215.006c-.28 0-.49-.052-.634-.157-.143-.104-.215-.298-.215-.581V9.497c0-.015-.008-.023-.023-.023h-.355c-.039 0-.058-.02-.058-.058v-.227c0-.038.02-.058.058-.058h.355c.015 0 .023-.008.023-.023v-.674c0-.039.02-.058.058-.058h.285c.039 0 .058.019.058.058v.674c0 .015.008.023.023.023h.657c.039 0 .058.02.058.058v.227c0 .039-.02.058-.058.058z"
2346
2344
  }), /*#__PURE__*/React.createElement(Path, {
2347
- d: "M15.544 1.539c-.932.613-2.1 1.437-3.251 2.404-2.515 2.113-1.84 3.51.402 4.326 1.13.41 2.259.737 3.094.959V2.674s-.002-.54-.245-1.135z"
2345
+ d: "M35.765 8.503a.315.315 0 01-.093-.232.32.32 0 01.093-.236c.062-.06.14-.09.233-.09s.17.03.232.09.093.139.093.236a.316.316 0 01-.325.325.315.315 0 01-.233-.093zm.012 3.505V9.183c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v2.825c0 .04-.02.059-.058.059h-.297c-.039 0-.058-.02-.058-.059z"
2348
2346
  }), /*#__PURE__*/React.createElement(Path, {
2349
- d: "M0 13.326S0 16 2.674 16h10.442s2.673 0 2.673-2.674v-3.77H0v3.77z"
2350
- })), /*#__PURE__*/React.createElement(G, {
2351
- fill: "#FFF"
2352
- }, /*#__PURE__*/React.createElement(Path, {
2353
- d: "M18.246 5.67h.264l.507 1.362h.007l.442-1.362h.264l-.583 1.724h-.25l-.651-1.724z"
2347
+ d: "M37.881 12.026l-.953-2.83-.006-.024c0-.027.017-.04.052-.04h.331c.035 0 .059.015.07.046l.727 2.278c.004.008.01.012.017.012.008 0 .014-.004.018-.012l.726-2.278c.012-.031.035-.047.07-.047l.331.006c.043 0 .058.021.047.064l-.953 2.825c-.012.031-.035.047-.07.047h-.337c-.035 0-.058-.016-.07-.047z"
2354
2348
  }), /*#__PURE__*/React.createElement(Path, {
2355
- d: "M21.167 7.383c-.105.032-.235.05-.394.05-.533 0-.84-.322-.84-.96 0-.514.213-.843.673-.843.406 0 .601.279.601.656v.083h-.992v.101c0 .26.116.757.612.757.192 0 .26-.029.34-.047v.203zm-.242-1.22c0-.116-.08-.327-.33-.327-.257 0-.34.21-.362.326h.692z"
2349
+ d: "M41.224 9.474h-.657c-.016 0-.024.008-.024.023v1.715c0 .186.042.317.125.392.084.076.215.114.393.114h.145c.039 0 .058.02.058.058v.238c0 .039-.02.058-.058.058a2.902 2.902 0 01-.215.006c-.28 0-.49-.052-.634-.157-.143-.104-.215-.298-.215-.581V9.497c0-.015-.008-.023-.023-.023h-.355c-.039 0-.058-.02-.058-.058v-.227c0-.038.02-.058.058-.058h.355c.016 0 .023-.008.023-.023v-.674c0-.039.02-.058.058-.058h.285c.039 0 .058.019.058.058v.674c0 .015.008.023.023.023h.657c.039 0 .058.02.058.058v.227c0 .039-.019.058-.058.058z"
2356
2350
  }), /*#__PURE__*/React.createElement(Path, {
2357
- d: "M22.21 6.42c.18.094.401.195.401.492 0 .344-.239.521-.64.521-.225 0-.403-.05-.471-.072v-.224c.043.014.25.09.445.09.239 0 .42-.08.42-.279 0-.177-.21-.253-.311-.311l-.156-.084c-.16-.09-.391-.184-.391-.467 0-.279.206-.456.59-.456.185 0 .326.04.406.058v.228a1.233 1.233 0 00-.402-.08c-.21 0-.348.102-.348.225 0 .141.174.2.312.272l.144.086z"
2351
+ d: "M43.595 9.178c.031.015.043.04.035.075l-.064.285c-.012.039-.037.05-.076.035a.592.592 0 00-.226-.04l-.076.005a.692.692 0 00-.5.224.758.758 0 00-.197.538v1.714c0 .04-.02.058-.058.058h-.297c-.039 0-.058-.02-.058-.058V9.19c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v.355c0 .012.003.018.008.02.006.002.011 0 .015-.009a.927.927 0 01.311-.334.806.806 0 01.439-.119c.128 0 .238.025.331.076z"
2358
2352
  }), /*#__PURE__*/React.createElement(Path, {
2359
- d: "M23.81 7.415c-.073.011-.145.018-.218.018-.347 0-.478-.137-.478-.445V5.876h-.282V5.67h.282v-.402l.246-.156v.558h.464v.206h-.464v1.061c0 .113.03.29.283.29.08 0 .112-.014.166-.033v.221z"
2353
+ d: "M46.007 9.352c.19.178.285.415.285.71v1.952c0 .039-.02.058-.058.058h-.296c-.04 0-.058-.02-.058-.058v-.238a.02.02 0 00-.01-.018c-.005-.003-.012-.002-.02.006a.907.907 0 01-.377.265c-.155.06-.328.09-.518.09a1.12 1.12 0 01-.691-.21c-.187-.14-.28-.352-.28-.64 0-.286.106-.52.317-.688.212-.168.505-.253.881-.253h.674c.016 0 .023-.008.023-.023v-.22c0-.198-.055-.355-.165-.469-.11-.114-.282-.171-.515-.171a.854.854 0 00-.453.107.45.45 0 00-.215.3c-.012.038-.035.056-.07.052l-.314-.04c-.043-.009-.06-.024-.052-.047a.749.749 0 01.349-.53c.201-.135.453-.203.755-.203.35 0 .618.09.808.268zm-.377 2.24a.534.534 0 00.25-.461v-.454c0-.015-.008-.023-.024-.023h-.61c-.256 0-.461.052-.616.157a.498.498 0 00-.233.436c0 .17.06.3.178.386a.76.76 0 00.462.131c.228 0 .426-.057.593-.171z"
2360
2354
  }), /*#__PURE__*/React.createElement(Path, {
2361
- d: "M24.301 5.876h-.29V5.67h.29v-.24c0-.282.134-.546.565-.546.123 0 .214.014.294.033v.22a.747.747 0 00-.25-.047c-.286 0-.362.16-.362.392v.188h.496v.206h-.496v1.518H24.3V5.876z"
2355
+ d: "M47.88 8.506c-.078.095-.117.257-.117.486v.116c0 .015.008.023.023.023h.651c.039 0 .058.02.058.058v.262c0 .039-.02.058-.058.058h-.651c-.016 0-.023.008-.023.023v2.482c0 .039-.02.058-.058.058h-.29c-.04 0-.059-.02-.059-.058V9.532c0-.015-.008-.023-.023-.023h-.39c-.038 0-.058-.02-.058-.058v-.262c0-.038.02-.058.058-.058h.39c.015 0 .023-.008.023-.023v-.14c0-.24.027-.429.081-.566a.547.547 0 01.282-.303c.134-.063.321-.095.561-.095h.169c.039 0 .058.019.058.058v.244c0 .039-.02.058-.058.058h-.134c-.213 0-.358.047-.436.142zm1.388-.003a.315.315 0 01-.093-.232.32.32 0 01.093-.236.32.32 0 01.233-.09.314.314 0 01.325.325.316.316 0 01-.325.325.315.315 0 01-.233-.092zm.012 3.505V9.183c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v2.825c0 .04-.02.059-.058.059h-.297c-.039 0-.058-.02-.058-.059z"
2362
2356
  }), /*#__PURE__*/React.createElement(Path, {
2363
- d: "M25.217 6.535c0-.503.196-.905.702-.905.511 0 .71.402.71.905 0 .504-.199.898-.71.898-.506 0-.702-.394-.702-.898zm.702.692c.283 0 .428-.26.428-.695 0-.431-.145-.696-.428-.696-.278 0-.42.265-.42.696 0 .434.142.695.42.695z"
2357
+ d: "M50.71 12.014V8.062c0-.039.02-.058.058-.058h.296c.039 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.024 0 .04.008.047.024.008.015.004.03-.012.046l-.744.825c-.008.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.313c-.032 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.018-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.039 0-.058-.019-.058-.057z"
2364
2358
  }), /*#__PURE__*/React.createElement(Path, {
2365
- d: "M27.103 4.895h.246v2.499h-.246v-2.5z"
2359
+ d: "M53.622 12.014V8.062c0-.039.02-.058.058-.058h.297c.038 0 .058.019.058.058v2.377a.02.02 0 00.008.018c.006.004.013.002.02-.006l1.233-1.29a.095.095 0 01.07-.03h.349c.023 0 .038.008.046.024.008.015.004.03-.012.046l-.744.825c-.007.008-.01.018-.005.03l.889 1.947.006.023c0 .031-.018.047-.052.047h-.314c-.031 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.017-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.038 0-.058-.019-.058-.057z"
2366
2360
  }), /*#__PURE__*/React.createElement(Path, {
2367
- d: "M28.873 7.1h-.007a.468.468 0 01-.449.333c-.416 0-.59-.34-.59-.887 0-.463.163-.916.586-.916.301 0 .41.2.453.322h.007V4.895h.247v2.499h-.247V7.1zm-.405.127c.282 0 .405-.391.405-.688 0-.384-.137-.703-.398-.703-.293 0-.366.392-.366.757 0 .221.033.634.359.634z"
2368
- })));
2361
+ d: "M12.154 1.93A7.168 7.168 0 007.361.1h-.08A7.195 7.195 0 00.084 7.295v.08c0 .533.058 1.051.167 1.55L12.154 1.93z"
2362
+ }), /*#__PURE__*/React.createElement(Path, {
2363
+ d: "M.518 9.839A7.198 7.198 0 007.28 14.57h.08a7.198 7.198 0 006.763-4.732H.518z"
2364
+ }), /*#__PURE__*/React.createElement(Path, {
2365
+ d: "M11.475 5.375v.04a3.616 3.616 0 002.905 3.546c.115-.51.176-1.04.176-1.585v-.08a7.167 7.167 0 00-1.76-4.715 3.608 3.608 0 00-1.32 2.794z"
2366
+ })), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
2367
+ id: "clip0_3224_3438"
2368
+ }, /*#__PURE__*/React.createElement(Path, {
2369
+ fill: "#fff",
2370
+ d: "M0 0h56v14.606H0z"
2371
+ }))));
2369
2372
  }
2370
2373
 
2371
2374
  function VoiIcon(props) {
package/dist/index.js CHANGED
@@ -2518,71 +2518,74 @@ function TrondheimBysykkelIcon(props) {
2518
2518
 
2519
2519
  function VKTIcon(props) {
2520
2520
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
2521
- viewBox: "0 0 41.393 16",
2521
+ fill: "none",
2522
+ viewBox: "0 0 56 15",
2522
2523
  width: props.width || props.size || '1em',
2523
2524
  height: props.height || props.size || '1em',
2524
2525
  className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2525
2526
  inline: undefined,
2526
2527
  color: props.color
2527
2528
  }), /*#__PURE__*/React__namespace.createElement("g", {
2528
- fill: "#FFF"
2529
+ fill: "#fff",
2530
+ clipPath: "url(#clip0_3224_3438)"
2529
2531
  }, /*#__PURE__*/React__namespace.createElement("path", {
2530
- d: "M18.577 8.788h.41v1.46l.568-.67h.491l-.65.76.71.996h-.492l-.62-.886h-.007v.886h-.41V8.788z"
2532
+ d: "M19.844 6.314l-1.197-3.93-.006-.023c0-.039.021-.058.064-.058h.732c.043 0 .07.02.082.058l.773 2.836c.003.012.01.018.017.018.008 0 .014-.006.017-.018l.762-2.836c.012-.039.039-.058.081-.058h.715c.024 0 .041.008.053.023.011.015.013.035.006.058l-1.215 3.93c-.012.038-.037.058-.076.058h-.732c-.039 0-.064-.02-.076-.058z"
2531
2533
  }), /*#__PURE__*/React__namespace.createElement("path", {
2532
- d: "M20.142 10.456c0-.576.27-.92.775-.92.506 0 .775.344.775.92 0 .575-.27.918-.775.918s-.775-.343-.775-.918zm.775.63c.295 0 .34-.302.34-.63 0-.329-.045-.632-.34-.632-.295 0-.34.303-.34.632 0 .328.045.63.34.63z"
2534
+ d: "M24.855 5.064c-.004.046-.03.07-.076.07h-1.796c-.023 0-.031.01-.023.028.011.078.033.155.064.233.1.217.306.325.616.325a.702.702 0 00.587-.302c.015-.023.033-.035.052-.035.012 0 .025.008.041.023l.419.413c.019.02.029.037.029.052 0 .008-.008.023-.024.047a1.267 1.267 0 01-.494.369c-.201.087-.422.13-.662.13-.334 0-.616-.075-.846-.226a1.258 1.258 0 01-.497-.633c-.081-.194-.122-.448-.122-.762 0-.213.03-.401.087-.564.09-.275.245-.494.468-.657.223-.162.488-.244.794-.244.387 0 .698.112.933.337.234.225.377.525.427.901.023.147.03.312.023.494zm-1.86-.68a1.38 1.38 0 00-.041.186c0 .019.01.029.029.029h1.006c.023 0 .03-.01.023-.03a4.82 4.82 0 00-.03-.162.5.5 0 00-.182-.27.53.53 0 00-.323-.096c-.244 0-.405.114-.483.343z"
2533
2535
  }), /*#__PURE__*/React__namespace.createElement("path", {
2534
- d: "M22.102 8.788h.41v2.546h-.41V8.788z"
2536
+ d: "M25.977 6.302a1.035 1.035 0 01-.45-.309.692.692 0 01-.16-.447v-.058c0-.02.006-.036.02-.05a.066.066 0 01.05-.02h.644c.02 0 .036.007.05.02.013.014.02.03.02.05v.006c0 .085.048.158.143.218.094.06.214.09.357.09a.583.583 0 00.32-.079c.081-.052.122-.117.122-.194 0-.07-.035-.122-.105-.157a1.78 1.78 0 00-.343-.11 3.46 3.46 0 01-.43-.135 1.84 1.84 0 01-.593-.313c-.147-.125-.22-.303-.22-.535 0-.287.11-.515.334-.683.223-.169.518-.253.886-.253.248 0 .465.04.651.119a1 1 0 01.433.334.819.819 0 01.154.488c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.622a.067.067 0 01-.05-.02.067.067 0 01-.02-.05c0-.085-.043-.156-.13-.215a.615.615 0 00-.346-.087.628.628 0 00-.314.07c-.081.047-.122.11-.122.192 0 .081.04.135.12.174.079.039.211.08.397.122l.146.038c.054.014.112.03.174.05.275.08.492.186.651.313.159.128.239.314.239.558 0 .287-.114.511-.34.672-.227.16-.532.241-.916.241-.26 0-.486-.037-.68-.11z"
2535
2537
  }), /*#__PURE__*/React__namespace.createElement("path", {
2536
- d: "M23.025 8.788h.41v2.546h-.41V8.788z"
2538
+ d: "M30.217 4.02a.067.067 0 01-.05.02h-.557c-.02 0-.03.01-.03.03v1.232c0 .128.027.223.08.285.051.062.136.093.252.093h.192c.02 0 .036.006.05.02.013.013.02.03.02.05v.552c0 .042-.024.067-.07.075-.163.008-.28.012-.349.012-.322 0-.562-.053-.72-.16-.16-.106-.241-.307-.245-.602V4.07c0-.02-.01-.03-.03-.03h-.33a.067.067 0 01-.05-.02.067.067 0 01-.02-.05v-.517c0-.019.007-.035.02-.049a.067.067 0 01.05-.02h.33c.02 0 .03-.01.03-.03v-.691c0-.02.007-.036.02-.05a.067.067 0 01.05-.02h.65c.02 0 .037.007.05.02.014.014.02.03.02.05v.692c0 .02.01.029.03.029h.558c.02 0 .035.007.05.02.013.014.02.03.02.05v.517c0 .02-.007.036-.02.05V4.02z"
2537
2539
  }), /*#__PURE__*/React__namespace.createElement("path", {
2538
- d: "M25.22 11.304c-.147.049-.302.07-.49.07-.569 0-.886-.365-.886-1.01 0-.492.221-.827.753-.827.446 0 .668.284.668.712v.1h-1.041c0 .243.166.738.66.738.13 0 .263-.04.336-.067v.284zm-.343-1.203c0-.11-.055-.302-.31-.302-.24 0-.321.199-.332.302h.642z"
2540
+ d: "M32.63 3.398c.013.014.02.03.02.05V4c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.564c-.02 0-.029.01-.029.029v2.203c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02.067.067 0 01-.02-.05V4.099c0-.02-.01-.03-.028-.03h-.343a.067.067 0 01-.05-.02.067.067 0 01-.02-.05v-.551c0-.02.007-.036.02-.05a.067.067 0 01.05-.02h.343c.019 0 .029-.01.029-.03v-.127c0-.24.036-.427.11-.56a.615.615 0 01.358-.286c.164-.056.392-.08.683-.072h.22c.02 0 .036.006.05.02.013.013.02.03.02.05v.47c0 .02-.007.036-.02.05a.067.067 0 01-.05.02h-.191c-.136.004-.23.032-.282.084-.053.052-.079.149-.079.288v.064c0 .02.01.029.03.029h.563c.02 0 .036.007.05.02z"
2539
2541
  }), /*#__PURE__*/React__namespace.createElement("path", {
2540
- d: "M25.645 8.788h.41v1.46l.568-.67h.49l-.649.76.709.996h-.491l-.62-.886h-.007v.886h-.41V8.788z"
2542
+ d: "M33.574 6.162a1.278 1.278 0 01-.477-.697 2.067 2.067 0 01-.081-.593c0-.229.027-.434.081-.617.09-.286.25-.511.483-.674.232-.163.512-.244.837-.244.325 0 .589.08.814.241.224.161.383.385.476.672.062.193.093.397.093.61 0 .213-.027.405-.081.587a1.3 1.3 0 01-.474.712c-.23.173-.508.259-.834.259-.325 0-.604-.086-.837-.256zm1.163-.564a.645.645 0 00.191-.32c.031-.124.047-.26.047-.406 0-.163-.015-.3-.047-.413a.647.647 0 00-.197-.308.495.495 0 00-.326-.11.499.499 0 00-.328.11.62.62 0 00-.189.308 1.38 1.38 0 00-.046.413c0 .182.013.31.04.406a.635.635 0 00.195.32.498.498 0 00.334.117.471.471 0 00.326-.117z"
2541
2543
  }), /*#__PURE__*/React__namespace.createElement("path", {
2542
- d: "M28.516 11.345c-.11.018-.225.03-.336.03-.465 0-.539-.222-.539-.484v-1.03h-.343v-.284h.343V9.16l.41-.247v.664h.52v.285h-.52v.83c0 .21.026.395.277.395.066 0 .129-.015.188-.03v.288z"
2544
+ d: "M36.495 6.351a.067.067 0 01-.02-.05V2.373c0-.02.006-.036.02-.05a.067.067 0 01.05-.02h.68c.02 0 .035.007.05.02.013.014.02.03.02.05v3.93c0 .019-.007.035-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02z"
2543
2545
  }), /*#__PURE__*/React__namespace.createElement("path", {
2544
- d: "M28.863 8.788h.41v.405h-.41v-.405zm0 .79h.41v1.756h-.41V9.577z"
2546
+ d: "M39.913 2.323a.067.067 0 01.05-.02h.68c.019 0 .035.006.049.02.013.013.02.03.02.05v3.929c0 .019-.007.036-.02.05a.067.067 0 01-.05.02h-.68a.067.067 0 01-.05-.02.067.067 0 01-.02-.05V6.11c0-.012-.003-.019-.011-.02-.008-.002-.016 0-.023.008a.795.795 0 01-.669.32 1.09 1.09 0 01-.7-.227 1.246 1.246 0 01-.422-.622 2.262 2.262 0 01-.099-.703c0-.267.035-.515.105-.72.09-.249.23-.445.422-.59.191-.146.429-.219.712-.219s.496.097.65.29c.008.012.016.016.024.012.008-.003.012-.011.012-.023V2.372c0-.02.006-.035.02-.05zm-.026 2.554c0-.26-.043-.463-.128-.61a.427.427 0 00-.39-.227.454.454 0 00-.413.227c-.096.151-.145.357-.145.616 0 .233.04.427.122.582.097.166.24.25.43.25.175 0 .31-.084.407-.25.078-.144.116-.34.116-.588z"
2545
2547
  }), /*#__PURE__*/React__namespace.createElement("path", {
2546
- d: "M29.52 9.577h.428l.391 1.203h.008l.394-1.203h.429l-.628 1.757h-.398l-.624-1.757z"
2548
+ d: "M18.949 12.014V8.062c0-.039.02-.058.058-.058h.296c.04 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.024 0 .04.008.047.024.008.015.004.03-.012.046l-.744.825c-.007.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.313c-.032 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.018-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.039 0-.058-.019-.058-.057z"
2547
2549
  }), /*#__PURE__*/React__namespace.createElement("path", {
2548
- d: "M32.539 11.345a2.08 2.08 0 01-.336.03c-.465 0-.539-.222-.539-.484v-1.03h-.343v-.284h.343V9.16l.41-.247v.664h.52v.285h-.52v.83c0 .21.026.395.277.395.066 0 .129-.015.188-.03v.288z"
2550
+ d: "M22.152 11.904a1.1 1.1 0 01-.419-.593 2.532 2.532 0 01-.081-.715c0-.299.027-.535.081-.71.074-.247.212-.443.413-.586a1.23 1.23 0 01.732-.215c.287 0 .513.071.712.215.2.143.337.337.41.581.055.167.082.405.082.715 0 .31-.027.552-.082.715-.073.252-.21.45-.41.593-.2.143-.438.215-.718.215a1.21 1.21 0 01-.72-.215zm1.197-.3a.758.758 0 00.268-.415c.034-.14.052-.335.052-.587 0-.252-.016-.452-.047-.588a.752.752 0 00-.27-.415.774.774 0 00-.486-.154c-.19 0-.35.051-.482.154a.757.757 0 00-.267.415 2.8 2.8 0 00-.047.588c0 .255.016.451.047.587.042.174.13.313.264.415a.782.782 0 00.491.154.738.738 0 00.477-.153z"
2549
2551
  }), /*#__PURE__*/React__namespace.createElement("path", {
2550
- d: "M32.86 9.577h.41v.325h.007c.096-.17.214-.365.568-.365v.428c-.413 0-.576.173-.576.598v.771h-.41V9.577z"
2552
+ d: "M24.919 12.014V8.062c0-.039.02-.058.058-.058h.296c.039 0 .058.019.058.058v3.952c0 .04-.02.058-.058.058h-.296c-.04 0-.058-.019-.058-.058z"
2551
2553
  }), /*#__PURE__*/React__namespace.createElement("path", {
2552
- d: "M35 11.131h-.007c-.055.115-.177.243-.458.243-.295 0-.516-.177-.516-.46 0-.584.738-.587.981-.595v-.173c0-.174-.044-.322-.247-.322-.225 0-.27.152-.27.27h-.398c0-.336.222-.557.668-.557.436 0 .639.188.639.546v1.251H35v-.203zm-.365-.044c.266 0 .365-.288.365-.528-.265 0-.583.081-.583.317 0 .137.078.21.218.21z"
2554
+ d: "M26.256 12.014V8.062c0-.039.019-.058.058-.058h.296c.039 0 .058.019.058.058v3.952c0 .04-.02.058-.058.058h-.296c-.04 0-.058-.019-.058-.058z"
2553
2555
  }), /*#__PURE__*/React__namespace.createElement("path", {
2554
- d: "M36.015 9.862h-.32v-.285h.32v-.24c0-.372.225-.59.68-.59.129 0 .291.015.383.037v.313a.831.831 0 00-.299-.062c-.299 0-.354.217-.354.42v.122h.517v.285h-.517v1.472h-.41V9.862zm1.174-1.074h.41v.405h-.41v-.405zm0 .79h.41v1.756h-.41V9.577z"
2556
+ d: "M29.871 10.514v.187c0 .038-.02.058-.058.058h-1.877c-.016 0-.024.007-.024.023.008.213.02.35.035.413a.695.695 0 00.274.412c.14.101.317.152.534.152a.826.826 0 00.43-.11.759.759 0 00.29-.315c.024-.035.051-.042.082-.023l.227.134c.031.02.039.046.023.081a1.047 1.047 0 01-.436.439c-.194.107-.416.16-.668.16a1.226 1.226 0 01-.692-.198 1.059 1.059 0 01-.401-.535c-.07-.186-.105-.453-.105-.802 0-.162.003-.295.01-.398.005-.102.02-.194.043-.276.066-.252.198-.453.398-.604.2-.152.44-.227.724-.227.352 0 .624.09.814.267.19.179.308.43.354.756.016.109.023.244.023.407zm-1.665-.92a.687.687 0 00-.247.397 1.885 1.885 0 00-.047.396c0 .015.008.023.024.023h1.505c.015 0 .023-.008.023-.024a2.636 2.636 0 00-.035-.371.735.735 0 00-.258-.416.768.768 0 00-.491-.154.729.729 0 00-.474.148z"
2555
2557
  }), /*#__PURE__*/React__namespace.createElement("path", {
2556
- d: "M38.1 8.788h.41v1.46l.569-.67h.49l-.65.76.71.996h-.492l-.62-.886h-.007v.886h-.41V8.788z"
2558
+ d: "M30.69 12.014V8.062c0-.039.02-.058.059-.058h.296c.039 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.023 0 .039.008.047.024.008.015.004.03-.012.046l-.744.825c-.008.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.314c-.03 0-.052-.016-.064-.047l-.75-1.697c-.007-.016-.017-.018-.029-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.059.057h-.296c-.039 0-.058-.019-.058-.057z"
2557
2559
  }), /*#__PURE__*/React__namespace.createElement("path", {
2558
- d: "M39.865 8.788h.41v1.46l.568-.67h.49l-.649.76.709.996h-.491l-.62-.886h-.008v.886h-.41V8.788z"
2559
- })), /*#__PURE__*/React__namespace.createElement("g", {
2560
- fill: "#FFF"
2561
- }, /*#__PURE__*/React__namespace.createElement("path", {
2562
- d: "M13.116 0H2.674S0 0 0 2.674v5.984L15.446 1.32C15.11.658 14.442 0 13.116 0z"
2560
+ d: "M34.864 9.474h-.656c-.016 0-.024.008-.024.023v1.715c0 .186.042.317.125.392.084.076.214.114.393.114h.145c.038 0 .058.02.058.058v.238c0 .039-.02.058-.058.058a2.907 2.907 0 01-.215.006c-.28 0-.49-.052-.634-.157-.143-.104-.215-.298-.215-.581V9.497c0-.015-.008-.023-.023-.023h-.355c-.039 0-.058-.02-.058-.058v-.227c0-.038.02-.058.058-.058h.355c.015 0 .023-.008.023-.023v-.674c0-.039.02-.058.058-.058h.285c.039 0 .058.019.058.058v.674c0 .015.008.023.023.023h.657c.039 0 .058.02.058.058v.227c0 .039-.02.058-.058.058z"
2563
2561
  }), /*#__PURE__*/React__namespace.createElement("path", {
2564
- d: "M15.544 1.539c-.932.613-2.1 1.437-3.251 2.404-2.515 2.113-1.84 3.51.402 4.326 1.13.41 2.259.737 3.094.959V2.674s-.002-.54-.245-1.135z"
2562
+ d: "M35.765 8.503a.315.315 0 01-.093-.232.32.32 0 01.093-.236c.062-.06.14-.09.233-.09s.17.03.232.09.093.139.093.236a.316.316 0 01-.325.325.315.315 0 01-.233-.093zm.012 3.505V9.183c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v2.825c0 .04-.02.059-.058.059h-.297c-.039 0-.058-.02-.058-.059z"
2565
2563
  }), /*#__PURE__*/React__namespace.createElement("path", {
2566
- d: "M0 13.326S0 16 2.674 16h10.442s2.673 0 2.673-2.674v-3.77H0v3.77z"
2567
- })), /*#__PURE__*/React__namespace.createElement("g", {
2568
- fill: "#FFF"
2569
- }, /*#__PURE__*/React__namespace.createElement("path", {
2570
- d: "M18.246 5.67h.264l.507 1.362h.007l.442-1.362h.264l-.583 1.724h-.25l-.651-1.724z"
2564
+ d: "M37.881 12.026l-.953-2.83-.006-.024c0-.027.017-.04.052-.04h.331c.035 0 .059.015.07.046l.727 2.278c.004.008.01.012.017.012.008 0 .014-.004.018-.012l.726-2.278c.012-.031.035-.047.07-.047l.331.006c.043 0 .058.021.047.064l-.953 2.825c-.012.031-.035.047-.07.047h-.337c-.035 0-.058-.016-.07-.047z"
2571
2565
  }), /*#__PURE__*/React__namespace.createElement("path", {
2572
- d: "M21.167 7.383c-.105.032-.235.05-.394.05-.533 0-.84-.322-.84-.96 0-.514.213-.843.673-.843.406 0 .601.279.601.656v.083h-.992v.101c0 .26.116.757.612.757.192 0 .26-.029.34-.047v.203zm-.242-1.22c0-.116-.08-.327-.33-.327-.257 0-.34.21-.362.326h.692z"
2566
+ d: "M41.224 9.474h-.657c-.016 0-.024.008-.024.023v1.715c0 .186.042.317.125.392.084.076.215.114.393.114h.145c.039 0 .058.02.058.058v.238c0 .039-.02.058-.058.058a2.902 2.902 0 01-.215.006c-.28 0-.49-.052-.634-.157-.143-.104-.215-.298-.215-.581V9.497c0-.015-.008-.023-.023-.023h-.355c-.039 0-.058-.02-.058-.058v-.227c0-.038.02-.058.058-.058h.355c.016 0 .023-.008.023-.023v-.674c0-.039.02-.058.058-.058h.285c.039 0 .058.019.058.058v.674c0 .015.008.023.023.023h.657c.039 0 .058.02.058.058v.227c0 .039-.019.058-.058.058z"
2573
2567
  }), /*#__PURE__*/React__namespace.createElement("path", {
2574
- d: "M22.21 6.42c.18.094.401.195.401.492 0 .344-.239.521-.64.521-.225 0-.403-.05-.471-.072v-.224c.043.014.25.09.445.09.239 0 .42-.08.42-.279 0-.177-.21-.253-.311-.311l-.156-.084c-.16-.09-.391-.184-.391-.467 0-.279.206-.456.59-.456.185 0 .326.04.406.058v.228a1.233 1.233 0 00-.402-.08c-.21 0-.348.102-.348.225 0 .141.174.2.312.272l.144.086z"
2568
+ d: "M43.595 9.178c.031.015.043.04.035.075l-.064.285c-.012.039-.037.05-.076.035a.592.592 0 00-.226-.04l-.076.005a.692.692 0 00-.5.224.758.758 0 00-.197.538v1.714c0 .04-.02.058-.058.058h-.297c-.039 0-.058-.02-.058-.058V9.19c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v.355c0 .012.003.018.008.02.006.002.011 0 .015-.009a.927.927 0 01.311-.334.806.806 0 01.439-.119c.128 0 .238.025.331.076z"
2575
2569
  }), /*#__PURE__*/React__namespace.createElement("path", {
2576
- d: "M23.81 7.415c-.073.011-.145.018-.218.018-.347 0-.478-.137-.478-.445V5.876h-.282V5.67h.282v-.402l.246-.156v.558h.464v.206h-.464v1.061c0 .113.03.29.283.29.08 0 .112-.014.166-.033v.221z"
2570
+ d: "M46.007 9.352c.19.178.285.415.285.71v1.952c0 .039-.02.058-.058.058h-.296c-.04 0-.058-.02-.058-.058v-.238a.02.02 0 00-.01-.018c-.005-.003-.012-.002-.02.006a.907.907 0 01-.377.265c-.155.06-.328.09-.518.09a1.12 1.12 0 01-.691-.21c-.187-.14-.28-.352-.28-.64 0-.286.106-.52.317-.688.212-.168.505-.253.881-.253h.674c.016 0 .023-.008.023-.023v-.22c0-.198-.055-.355-.165-.469-.11-.114-.282-.171-.515-.171a.854.854 0 00-.453.107.45.45 0 00-.215.3c-.012.038-.035.056-.07.052l-.314-.04c-.043-.009-.06-.024-.052-.047a.749.749 0 01.349-.53c.201-.135.453-.203.755-.203.35 0 .618.09.808.268zm-.377 2.24a.534.534 0 00.25-.461v-.454c0-.015-.008-.023-.024-.023h-.61c-.256 0-.461.052-.616.157a.498.498 0 00-.233.436c0 .17.06.3.178.386a.76.76 0 00.462.131c.228 0 .426-.057.593-.171z"
2577
2571
  }), /*#__PURE__*/React__namespace.createElement("path", {
2578
- d: "M24.301 5.876h-.29V5.67h.29v-.24c0-.282.134-.546.565-.546.123 0 .214.014.294.033v.22a.747.747 0 00-.25-.047c-.286 0-.362.16-.362.392v.188h.496v.206h-.496v1.518H24.3V5.876z"
2572
+ d: "M47.88 8.506c-.078.095-.117.257-.117.486v.116c0 .015.008.023.023.023h.651c.039 0 .058.02.058.058v.262c0 .039-.02.058-.058.058h-.651c-.016 0-.023.008-.023.023v2.482c0 .039-.02.058-.058.058h-.29c-.04 0-.059-.02-.059-.058V9.532c0-.015-.008-.023-.023-.023h-.39c-.038 0-.058-.02-.058-.058v-.262c0-.038.02-.058.058-.058h.39c.015 0 .023-.008.023-.023v-.14c0-.24.027-.429.081-.566a.547.547 0 01.282-.303c.134-.063.321-.095.561-.095h.169c.039 0 .058.019.058.058v.244c0 .039-.02.058-.058.058h-.134c-.213 0-.358.047-.436.142zm1.388-.003a.315.315 0 01-.093-.232.32.32 0 01.093-.236.32.32 0 01.233-.09.314.314 0 01.325.325.316.316 0 01-.325.325.315.315 0 01-.233-.092zm.012 3.505V9.183c0-.038.02-.058.058-.058h.297c.038 0 .058.02.058.058v2.825c0 .04-.02.059-.058.059h-.297c-.039 0-.058-.02-.058-.059z"
2579
2573
  }), /*#__PURE__*/React__namespace.createElement("path", {
2580
- d: "M25.217 6.535c0-.503.196-.905.702-.905.511 0 .71.402.71.905 0 .504-.199.898-.71.898-.506 0-.702-.394-.702-.898zm.702.692c.283 0 .428-.26.428-.695 0-.431-.145-.696-.428-.696-.278 0-.42.265-.42.696 0 .434.142.695.42.695z"
2574
+ d: "M50.71 12.014V8.062c0-.039.02-.058.058-.058h.296c.039 0 .058.019.058.058v2.377a.02.02 0 00.01.018c.005.004.012.002.02-.006l1.232-1.29a.095.095 0 01.07-.03h.348c.024 0 .04.008.047.024.008.015.004.03-.012.046l-.744.825c-.008.008-.01.018-.006.03l.89 1.947.006.023c0 .031-.018.047-.053.047h-.313c-.032 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.018-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.039 0-.058-.019-.058-.057z"
2581
2575
  }), /*#__PURE__*/React__namespace.createElement("path", {
2582
- d: "M27.103 4.895h.246v2.499h-.246v-2.5z"
2576
+ d: "M53.622 12.014V8.062c0-.039.02-.058.058-.058h.297c.038 0 .058.019.058.058v2.377a.02.02 0 00.008.018c.006.004.013.002.02-.006l1.233-1.29a.095.095 0 01.07-.03h.349c.023 0 .038.008.046.024.008.015.004.03-.012.046l-.744.825c-.007.008-.01.018-.005.03l.889 1.947.006.023c0 .031-.018.047-.052.047h-.314c-.031 0-.053-.016-.064-.047l-.75-1.697c-.008-.016-.017-.018-.03-.006l-.639.674a.04.04 0 00-.011.03v.988c0 .038-.02.057-.058.057h-.297c-.038 0-.058-.019-.058-.057z"
2583
2577
  }), /*#__PURE__*/React__namespace.createElement("path", {
2584
- d: "M28.873 7.1h-.007a.468.468 0 01-.449.333c-.416 0-.59-.34-.59-.887 0-.463.163-.916.586-.916.301 0 .41.2.453.322h.007V4.895h.247v2.499h-.247V7.1zm-.405.127c.282 0 .405-.391.405-.688 0-.384-.137-.703-.398-.703-.293 0-.366.392-.366.757 0 .221.033.634.359.634z"
2585
- })));
2578
+ d: "M12.154 1.93A7.168 7.168 0 007.361.1h-.08A7.195 7.195 0 00.084 7.295v.08c0 .533.058 1.051.167 1.55L12.154 1.93z"
2579
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2580
+ d: "M.518 9.839A7.198 7.198 0 007.28 14.57h.08a7.198 7.198 0 006.763-4.732H.518z"
2581
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2582
+ d: "M11.475 5.375v.04a3.616 3.616 0 002.905 3.546c.115-.51.176-1.04.176-1.585v-.08a7.167 7.167 0 00-1.76-4.715 3.608 3.608 0 00-1.32 2.794z"
2583
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2584
+ id: "clip0_3224_3438"
2585
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2586
+ fill: "#fff",
2587
+ d: "M0 0h56v14.606H0z"
2588
+ }))));
2586
2589
  }
2587
2590
 
2588
2591
  function VoiIcon(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "7.5.1",
3
+ "version": "7.6.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,7 +46,7 @@
46
46
  "sass": "^1.83.0"
47
47
  },
48
48
  "dependencies": {
49
- "@entur/tokens": "^3.17.4"
49
+ "@entur/tokens": "^3.17.5"
50
50
  },
51
- "gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
51
+ "gitHead": "1a989376d61ab59a8c554a9cab733039aef8b2eb"
52
52
  }