@hashicorp/flight-icons 3.6.0 → 3.8.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.
@@ -0,0 +1,37 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconConfluentColor16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill="#173361">
27
+ <path d="M11.623 8.46c-.179.009-.358.017-.537.033l-1.074.033c-.293.032-.619.032-.912.032.223.075.427.168.641.265l.206.093.976.456c.326.13.651.293.977.456l-.098.26a12.472 12.472 0 01-1.009-.358l-1.01-.39c-.146-.05-.284-.106-.423-.163-.138-.057-.276-.114-.423-.163.196.195.423.423.619.651l.749.782c.15.192.313.37.473.544.083.09.165.18.243.27l-.195.195c-.193-.15-.372-.314-.545-.473-.09-.083-.18-.165-.27-.244l-.78-.748c-.229-.196-.424-.391-.652-.619.049.147.106.285.163.423.057.139.114.277.163.424l.325 1.074c.13.326.26.651.358 1.01l-.26.097c-.081-.163-.155-.326-.228-.488-.073-.163-.147-.326-.228-.489l-.456-.976c-.065-.147-.122-.285-.179-.424a16.203 16.203 0 00-.179-.423c-.032.293-.032.619-.032.912l-.033 1.074c-.016.18-.024.358-.033.537-.008.18-.016.358-.032.538h-.26c-.017-.18-.025-.359-.033-.538-.008-.179-.016-.358-.033-.537l-.032-1.074c-.033-.619-.033-1.27-.033-1.889-.618 0-1.237 0-1.888-.032l-1.075-.033c-.179-.016-.358-.024-.537-.032-.179-.009-.358-.017-.537-.033V8.2c.18-.016.358-.024.537-.033.18-.008.358-.016.537-.032l1.075-.033h.879a6.141 6.141 0 00-.407-.179c-.138-.057-.277-.114-.407-.179l-.977-.456a13.126 13.126 0 00-.488-.228 13.143 13.143 0 01-.489-.227l.13-.293c.326.097.684.227 1.01.358l1.01.39c.183.062.366.135.542.206.104.042.206.083.304.12-.098-.114-.204-.22-.31-.326-.105-.105-.211-.211-.309-.325l-.749-.782a8.83 8.83 0 00-.473-.544c-.083-.091-.165-.18-.243-.27L4.9 5.14c.193.15.371.313.545.473.09.083.18.165.269.243l.781.749c.114.097.22.203.326.309.106.106.212.212.326.31a6.516 6.516 0 00-.163-.424 6.516 6.516 0 01-.163-.423l-.39-1.01c-.08-.196-.146-.392-.215-.595-.045-.134-.092-.271-.144-.414l.26-.098c.082.163.155.326.228.489.074.163.147.325.228.488l.456.977c.065.13.122.269.18.407.056.138.113.277.178.407v-.88l.033-1.074c.016-.179.024-.358.032-.537.009-.179.017-.358.033-.537h.293c.016.18.024.358.033.537.008.18.016.358.032.537l.033 1.075c.032.618.032 1.27.032 1.888.619 0 1.27 0 1.889.033l1.074.032c.18.017.358.025.537.033.18.008.358.016.538.032v.26c-.18.017-.359.025-.538.033z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M1 8c0 3.874 3.126 7 7 7s7-3.126 7-7-3.126-7-7-7a6.99 6.99 0 00-7 7zm.651 0c0-3.484 2.865-6.349 6.349-6.349S14.349 4.516 14.349 8 11.484 14.349 8 14.349 1.651 11.484 1.651 8z"
31
+ clipRule="evenodd"
32
+ />
33
+ </g>
34
+ </svg>
35
+ );
36
+ }
37
+ );
@@ -0,0 +1,37 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconConfluentColor24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill="#173361">
27
+ <path d="M16.936 12.767l-.561.027-1.625.05c-.459.015-.917.023-1.376.029.421.182.842.364 1.26.552l1.482.668c.166.08.333.158.5.236.324.153.648.305.97.466l-.16.385c-.344-.114-.684-.237-1.024-.36l-.51-.182-1.521-.575c-.43-.163-.856-.331-1.282-.501.32.328.638.659.953.992l1.114 1.185.383.423c.237.26.474.52.705.787l-.295.295c-.267-.231-.528-.468-.788-.706-.14-.128-.28-.256-.422-.383l-1.184-1.113a76.447 76.447 0 01-.993-.954c.17.427.338.854.5 1.283l.576 1.52c.06.17.121.341.183.511.122.34.245.68.358 1.023l-.384.16c-.16-.318-.31-.639-.46-.96l-.241-.509-.668-1.481c-.19-.419-.372-.84-.553-1.261-.006.459-.014.917-.028 1.376l-.05 1.625-.029.58c-.016.349-.033.697-.058 1.045h-.416c-.026-.355-.042-.71-.059-1.064a75.307 75.307 0 00-.027-.561l-.05-1.625c-.03-.954-.037-1.908-.043-2.861-.954-.002-1.908-.006-2.863-.032l-1.625-.046c-.19-.01-.38-.018-.57-.026-.352-.015-.703-.03-1.055-.055v-.46c.352-.025.703-.04 1.055-.055l.57-.026 1.624-.046a88.63 88.63 0 011.344-.023 80.504 80.504 0 01-1.232-.534l-1.484-.664c-.176-.084-.353-.166-.53-.248-.314-.147-.629-.294-.94-.45l.176-.424c.332.112.662.232.991.352l.541.195 1.519.58c.418.16.834.326 1.25.493a86.41 86.41 0 01-.934-.966L7.833 9.273l-.37-.406c-.243-.265-.486-.53-.721-.801l.324-.325c.27.235.533.476.796.717l.41.375L9.455 9.95c.325.308.646.62.966.934a78.453 78.453 0 01-.493-1.25l-.58-1.519a71.474 71.474 0 00-.193-.535c-.12-.331-.242-.662-.353-.997l.423-.176c.154.308.3.62.445.931l.253.539.664 1.484c.182.409.359.82.535 1.232.005-.447.01-.895.022-1.343l.046-1.625c.01-.19.018-.38.026-.57.015-.352.03-.703.055-1.055h.46c.025.352.04.703.055 1.055l.026.57.046 1.625c.026.954.03 1.909.032 2.862.954.006 1.908.014 2.861.043l1.625.05.58.029c.349.016.697.033 1.045.058v.416c-.355.026-.71.042-1.064.059z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M1 12c0 6.088 4.912 11 11 11s11-4.912 11-11S18.088 1 12 1 1 5.912 1 12zm1.023 0c0-5.474 4.503-9.977 9.977-9.977S21.977 6.526 21.977 12 17.474 21.977 12 21.977 2.023 17.474 2.023 12z"
31
+ clipRule="evenodd"
32
+ />
33
+ </g>
34
+ </svg>
35
+ );
36
+ }
37
+ );
@@ -26,7 +26,7 @@ export const IconDatadog24 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill={color}
28
28
  fillRule="evenodd"
29
- d="M18.91 16.198L17.22 15.1l-1.41 2.317-1.641-.472-1.445 2.168.074.683 7.854-1.423-.456-4.826-1.286 2.65zm-7.324-2.08l1.26-.171c.204.09.346.124.59.185.382.098.822.191 1.475-.132.152-.074.468-.358.596-.52l5.163-.922.526 6.269-8.844 1.567-.766-6.277zm9.59-2.26l-.51.096-.978-9.948L3.006 3.91 5.061 20.31l1.953-.279c-.156-.219-.399-.483-.813-.823-.575-.47-.372-1.267-.033-1.771.449-.852 2.761-1.934 2.63-3.295-.047-.495-.127-1.14-.594-1.58-.017.183.014.36.014.36s-.191-.242-.287-.57c-.095-.126-.17-.166-.27-.334-.072.195-.063.42-.063.42s-.157-.364-.182-.672c-.093.138-.117.4-.117.4s-.204-.575-.157-.885c-.093-.27-.369-.804-.29-2.019.508.351 1.629.268 2.066-.365.145-.21.244-.782-.073-1.91-.203-.723-.707-1.8-.903-2.208l-.023.017c.103.329.316 1.019.398 1.353.248 1.015.314 1.368.198 1.836-.099.406-.336.672-.938.97-.601.298-1.4-.428-1.45-.468-.585-.458-1.037-1.205-1.088-1.568-.052-.397.233-.636.377-.96-.206.057-.435.16-.435.16s.274-.279.611-.52a3.61 3.61 0 00.37-.27c-.214-.003-.387.003-.387.003s.356-.189.725-.327c-.27-.011-.528-.001-.528-.001s.793-.35 1.42-.606c.432-.174.853-.122 1.09.214.31.441.637.68 1.328.829.425-.185.554-.28 1.088-.423.47-.508.838-.574.838-.574s-.183.165-.232.424c.266-.206.558-.378.558-.378s-.113.137-.218.355l.024.036c.311-.183.676-.328.676-.328s-.104.13-.226.298c.234-.002.709.01.893.03 1.089.024 1.315-1.143 1.733-1.29.523-.183.757-.294 1.648.567.765.739 1.363 2.062 1.066 2.359-.249.246-.74-.096-1.284-.763a2.866 2.866 0 01-.606-1.301c-.086-.448-.42-.708-.42-.708s.194.425.194.8c0 .204.026.97.36 1.399-.034.063-.05.31-.086.358-.388-.461-1.222-.792-1.358-.889.46.37 1.518 1.223 1.925 2.04.384.771.157 1.48.352 1.662.055.053.826.998.974 1.473.26.827.016 1.696-.323 2.236l-.945.145c-.139-.038-.232-.057-.356-.128.068-.119.204-.416.205-.477l-.053-.092c-.294.41-.787.808-1.197 1.037-.536.299-1.154.253-1.556.13-1.142-.346-2.222-1.105-2.482-1.304 0 0-.008.159.04.195.289.319.948.897 1.586 1.3l-1.36.146.643 4.92c-.285.04-.329.06-.64.104-.276-.955-.801-1.579-1.376-1.942-.507-.32-1.206-.392-1.875-.262l-.043.049a2.447 2.447 0 011.579.37c.554.344 1 1.234 1.164 1.769.21.684.356 1.416-.21 2.192-.403.552-1.579.857-2.529.197.254.402.597.73 1.059.792.685.091 1.336-.026 1.783-.478.383-.387.586-1.195.532-2.046l.605-.086.218 1.527 10.016-1.186-.818-7.838zM15.083 7.71c-.028.063-.072.104-.006.308l.004.012.01.026.028.061c.12.24.25.465.468.58.056-.01.115-.016.175-.019.205-.009.334.023.416.067a.852.852 0 00.005-.186c-.016-.303.061-.817-.53-1.088-.224-.102-.537-.07-.642.056a.261.261 0 01.05.011c.158.054.05.108.022.172zm1.658 2.825c-.077-.042-.44-.026-.695.004-.485.056-1.01.222-1.124.31-.21.16-.114.436.04.55.433.318.812.53 1.212.479.246-.032.463-.415.616-.762.105-.24.105-.497-.049-.581zm-4.299-2.45c.137-.128-.682-.296-1.317.13-.469.315-.484.989-.035 1.37.045.039.082.065.116.087a4.097 4.097 0 011.182-.343c.095-.104.206-.288.178-.62-.037-.451-.385-.38-.124-.624z"
29
+ d="M18.91 16.198L17.22 15.1l-1.41 2.317-1.641-.472-1.445 2.169.074.682 7.854-1.423-.456-4.826-1.286 2.65zm-7.324-2.08l1.26-.171c.204.09.346.124.59.185.382.098.822.192 1.475-.132.152-.074.468-.358.596-.52l5.163-.922.526 6.269-8.844 1.567-.766-6.277zm9.59-2.26l-.51.096-.978-9.948L3.006 3.91 5.061 20.31l1.953-.279c-.156-.218-.399-.483-.813-.823-.575-.47-.372-1.267-.033-1.771.449-.852 2.761-1.934 2.63-3.295-.047-.495-.127-1.14-.594-1.58-.017.183.014.36.014.36s-.191-.241-.287-.57c-.095-.125-.17-.166-.27-.334-.072.195-.063.42-.063.42s-.157-.364-.182-.672c-.093.138-.117.4-.117.4s-.204-.575-.157-.885c-.093-.27-.369-.804-.29-2.019.508.351 1.629.268 2.066-.365.145-.21.244-.782-.073-1.91-.203-.723-.707-1.8-.903-2.208l-.023.017c.103.329.316 1.019.398 1.353.248 1.015.314 1.368.198 1.836-.099.406-.336.672-.938.97-.601.298-1.4-.428-1.45-.468C5.542 8.03 5.09 7.282 5.039 6.92c-.052-.397.233-.636.377-.96-.206.057-.435.16-.435.16s.274-.279.611-.52a3.61 3.61 0 00.37-.27c-.214-.003-.387.003-.387.003s.356-.189.725-.327c-.27-.011-.528-.001-.528-.001s.793-.35 1.42-.606c.432-.174.853-.122 1.09.214.31.441.637.68 1.328.829.425-.185.554-.28 1.088-.423.47-.508.838-.574.838-.574s-.183.165-.232.424c.266-.206.558-.378.558-.378s-.113.137-.218.355l.024.036c.311-.183.676-.328.676-.328s-.104.13-.226.298c.234-.002.709.01.893.03 1.089.024 1.315-1.143 1.733-1.29.523-.183.757-.294 1.648.567.765.739 1.363 2.062 1.066 2.359-.249.246-.74-.096-1.284-.763a2.866 2.866 0 01-.606-1.301c-.086-.448-.42-.708-.42-.708s.194.425.194.8c0 .204.026.97.36 1.399-.034.063-.05.31-.086.358-.388-.461-1.222-.792-1.358-.889.46.37 1.518 1.223 1.925 2.04.384.771.157 1.48.352 1.662.055.053.826.998.974 1.473.26.827.016 1.697-.323 2.236l-.945.145c-.139-.038-.232-.057-.356-.128.068-.119.204-.416.205-.477l-.053-.092c-.294.41-.787.808-1.197 1.037-.536.299-1.154.253-1.556.13-1.142-.346-2.222-1.105-2.482-1.304 0 0-.008.159.04.195.289.32.948.897 1.586 1.3l-1.36.146.643 4.92c-.285.04-.329.06-.64.104-.276-.955-.801-1.579-1.376-1.942-.507-.32-1.206-.392-1.875-.262l-.043.05a2.448 2.448 0 011.579.369c.554.344 1 1.234 1.164 1.77.21.683.356 1.415-.21 2.191-.403.552-1.579.857-2.529.197.254.402.597.73 1.059.792.685.091 1.336-.026 1.783-.478.383-.386.586-1.195.532-2.046l.605-.086.218 1.527 10.016-1.186-.818-7.838zM15.083 7.71c-.028.063-.072.104-.006.308l.004.012.01.026.028.061c.12.24.25.465.468.58.056-.01.115-.016.175-.019.205-.009.334.023.416.067a.852.852 0 00.005-.186c-.016-.302.061-.817-.53-1.088-.224-.102-.537-.07-.642.056a.261.261 0 01.05.011c.158.054.05.108.022.172zm1.658 2.825c-.077-.042-.44-.026-.695.004-.485.056-1.01.222-1.124.31-.21.16-.114.436.04.55.433.318.812.53 1.212.479.246-.032.463-.415.616-.762.105-.24.105-.497-.049-.581zm-4.299-2.45c.137-.128-.682-.296-1.317.13-.469.315-.484.989-.035 1.37.045.039.082.065.116.087a4.097 4.097 0 011.182-.343c.095-.104.206-.288.178-.62-.037-.451-.385-.38-.124-.624z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -26,7 +26,7 @@ export const IconDatadogColor24 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill="#632CA6"
28
28
  fillRule="evenodd"
29
- d="M18.91 16.198L17.22 15.1l-1.41 2.317-1.641-.472-1.445 2.168.074.683 7.854-1.423-.456-4.826-1.286 2.65zm-7.324-2.08l1.26-.171c.204.09.346.124.59.185.382.098.822.191 1.475-.132.152-.074.468-.358.596-.52l5.163-.922.526 6.269-8.844 1.567-.766-6.277zm9.59-2.26l-.51.096-.978-9.948L3.006 3.91 5.061 20.31l1.953-.279c-.156-.219-.399-.483-.813-.823-.575-.47-.372-1.267-.033-1.771.449-.852 2.761-1.934 2.63-3.295-.047-.495-.127-1.14-.594-1.58-.017.183.014.36.014.36s-.191-.242-.287-.57c-.095-.126-.17-.166-.27-.334-.072.195-.063.42-.063.42s-.157-.364-.182-.672c-.093.138-.117.4-.117.4s-.204-.575-.157-.885c-.093-.27-.369-.804-.29-2.019.508.351 1.629.268 2.066-.365.145-.21.244-.782-.073-1.91-.203-.723-.707-1.8-.903-2.208l-.023.017c.103.329.316 1.019.398 1.353.248 1.015.314 1.368.198 1.836-.099.406-.336.672-.938.97-.601.298-1.4-.428-1.45-.468-.585-.458-1.037-1.205-1.088-1.568-.052-.397.233-.636.377-.96-.206.057-.435.16-.435.16s.274-.279.611-.52a3.61 3.61 0 00.37-.27c-.214-.003-.387.003-.387.003s.356-.189.725-.327c-.27-.011-.528-.001-.528-.001s.793-.35 1.42-.606c.432-.174.853-.122 1.09.214.31.441.637.68 1.328.829.425-.185.554-.28 1.088-.423.47-.508.838-.574.838-.574s-.183.165-.232.424c.266-.206.558-.378.558-.378s-.113.137-.218.355l.024.036c.311-.183.676-.328.676-.328s-.104.13-.226.298c.234-.002.709.01.893.03 1.089.024 1.315-1.143 1.733-1.29.523-.183.757-.294 1.648.567.765.739 1.363 2.062 1.066 2.359-.249.246-.74-.096-1.284-.763a2.866 2.866 0 01-.606-1.301c-.086-.448-.42-.708-.42-.708s.194.425.194.8c0 .204.026.97.36 1.399-.034.063-.05.31-.086.358-.388-.461-1.222-.792-1.358-.889.46.37 1.518 1.223 1.925 2.04.384.771.157 1.48.352 1.662.055.053.826.998.974 1.473.26.827.016 1.696-.323 2.236l-.945.145c-.139-.038-.232-.057-.356-.128.068-.119.204-.416.205-.477l-.053-.092c-.294.41-.787.808-1.197 1.037-.536.299-1.154.253-1.556.13-1.142-.346-2.222-1.105-2.482-1.304 0 0-.008.159.04.195.289.319.948.897 1.586 1.3l-1.36.146.643 4.92c-.285.04-.329.06-.64.104-.276-.955-.801-1.579-1.376-1.942-.507-.32-1.206-.392-1.875-.262l-.043.049a2.447 2.447 0 011.579.37c.554.344 1 1.234 1.164 1.769.21.684.356 1.416-.21 2.192-.403.552-1.579.857-2.529.197.254.402.597.73 1.059.792.685.091 1.336-.026 1.783-.478.383-.387.586-1.195.532-2.046l.605-.086.218 1.527 10.016-1.186-.818-7.838zM15.083 7.71c-.028.063-.072.104-.006.308l.004.012.01.026.028.061c.12.24.25.465.468.58.056-.01.115-.016.175-.019.205-.009.334.023.416.067a.852.852 0 00.005-.186c-.016-.303.061-.817-.53-1.088-.224-.102-.537-.07-.642.056a.261.261 0 01.05.011c.158.054.05.108.022.172zm1.658 2.825c-.077-.042-.44-.026-.695.004-.485.056-1.01.222-1.124.31-.21.16-.114.436.04.55.433.318.812.53 1.212.479.246-.032.463-.415.616-.762.105-.24.105-.497-.049-.581zm-4.299-2.45c.137-.128-.682-.296-1.317.13-.469.315-.484.989-.035 1.37.045.039.082.065.116.087a4.097 4.097 0 011.182-.343c.095-.104.206-.288.178-.62-.037-.451-.385-.38-.124-.624z"
29
+ d="M18.91 16.198L17.22 15.1l-1.41 2.317-1.641-.472-1.445 2.169.074.682 7.854-1.423-.456-4.826-1.286 2.65zm-7.324-2.08l1.26-.171c.204.09.346.124.59.185.382.098.822.192 1.475-.132.152-.074.468-.358.596-.52l5.163-.922.526 6.269-8.844 1.567-.766-6.277zm9.59-2.26l-.51.096-.978-9.948L3.006 3.91 5.061 20.31l1.953-.279c-.156-.218-.399-.483-.813-.823-.575-.47-.372-1.267-.033-1.771.449-.852 2.761-1.934 2.63-3.295-.047-.495-.127-1.14-.594-1.58-.017.183.014.36.014.36s-.191-.241-.287-.57c-.095-.125-.17-.166-.27-.334-.072.195-.063.42-.063.42s-.157-.364-.182-.672c-.093.138-.117.4-.117.4s-.204-.575-.157-.885c-.093-.27-.369-.804-.29-2.019.508.351 1.629.268 2.066-.365.145-.21.244-.782-.073-1.91-.203-.723-.707-1.8-.903-2.208l-.023.017c.103.329.316 1.019.398 1.353.248 1.015.314 1.368.198 1.836-.099.406-.336.672-.938.97-.601.298-1.4-.428-1.45-.468C5.542 8.03 5.09 7.282 5.039 6.92c-.052-.397.233-.636.377-.96-.206.057-.435.16-.435.16s.274-.279.611-.52a3.61 3.61 0 00.37-.27c-.214-.003-.387.003-.387.003s.356-.189.725-.327c-.27-.011-.528-.001-.528-.001s.793-.35 1.42-.606c.432-.174.853-.122 1.09.214.31.441.637.68 1.328.829.425-.185.554-.28 1.088-.423.47-.508.838-.574.838-.574s-.183.165-.232.424c.266-.206.558-.378.558-.378s-.113.137-.218.355l.024.036c.311-.183.676-.328.676-.328s-.104.13-.226.298c.234-.002.709.01.893.03 1.089.024 1.315-1.143 1.733-1.29.523-.183.757-.294 1.648.567.765.739 1.363 2.062 1.066 2.359-.249.246-.74-.096-1.284-.763a2.866 2.866 0 01-.606-1.301c-.086-.448-.42-.708-.42-.708s.194.425.194.8c0 .204.026.97.36 1.399-.034.063-.05.31-.086.358-.388-.461-1.222-.792-1.358-.889.46.37 1.518 1.223 1.925 2.04.384.771.157 1.48.352 1.662.055.053.826.998.974 1.473.26.827.016 1.697-.323 2.236l-.945.145c-.139-.038-.232-.057-.356-.128.068-.119.204-.416.205-.477l-.053-.092c-.294.41-.787.808-1.197 1.037-.536.299-1.154.253-1.556.13-1.142-.346-2.222-1.105-2.482-1.304 0 0-.008.159.04.195.289.32.948.897 1.586 1.3l-1.36.146.643 4.92c-.285.04-.329.06-.64.104-.276-.955-.801-1.579-1.376-1.942-.507-.32-1.206-.392-1.875-.262l-.043.05a2.448 2.448 0 011.579.369c.554.344 1 1.234 1.164 1.77.21.683.356 1.415-.21 2.191-.403.552-1.579.857-2.529.197.254.402.597.73 1.059.792.685.091 1.336-.026 1.783-.478.383-.386.586-1.195.532-2.046l.605-.086.218 1.527 10.016-1.186-.818-7.838zM15.083 7.71c-.028.063-.072.104-.006.308l.004.012.01.026.028.061c.12.24.25.465.468.58.056-.01.115-.016.175-.019.205-.009.334.023.416.067a.852.852 0 00.005-.186c-.016-.302.061-.817-.53-1.088-.224-.102-.537-.07-.642.056a.261.261 0 01.05.011c.158.054.05.108.022.172zm1.658 2.825c-.077-.042-.44-.026-.695.004-.485.056-1.01.222-1.124.31-.21.16-.114.436.04.55.433.318.812.53 1.212.479.246-.032.463-.415.616-.762.105-.24.105-.497-.049-.581zm-4.299-2.45c.137-.128-.682-.296-1.317.13-.469.315-.484.989-.035 1.37.045.039.082.065.116.087a4.097 4.097 0 011.182-.343c.095-.104.206-.288.178-.62-.037-.451-.385-.38-.124-.624z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -86,6 +86,10 @@ export { IconCodepen24 } from './codepen-24';
86
86
  export { IconCodepen16 } from './codepen-16';
87
87
  export { IconCodepenColor24 } from './codepen-color-24';
88
88
  export { IconCodepenColor16 } from './codepen-color-16';
89
+ export { IconConfluent24 } from './confluent-24';
90
+ export { IconConfluent16 } from './confluent-16';
91
+ export { IconConfluentColor24 } from './confluent-color-24';
92
+ export { IconConfluentColor16 } from './confluent-color-16';
89
93
  export { IconDatadog24 } from './datadog-24';
90
94
  export { IconDatadog16 } from './datadog-16';
91
95
  export { IconDatadogColor24 } from './datadog-color-24';
@@ -250,6 +254,10 @@ export { IconPagerDuty24 } from './pager-duty-24';
250
254
  export { IconPagerDuty16 } from './pager-duty-16';
251
255
  export { IconPagerDutyColor24 } from './pager-duty-color-24';
252
256
  export { IconPagerDutyColor16 } from './pager-duty-color-16';
257
+ export { IconPostgres24 } from './postgres-24';
258
+ export { IconPostgres16 } from './postgres-16';
259
+ export { IconPostgresColor24 } from './postgres-color-24';
260
+ export { IconPostgresColor16 } from './postgres-color-16';
253
261
  export { IconRabbitmq24 } from './rabbitmq-24';
254
262
  export { IconRabbitmq16 } from './rabbitmq-16';
255
263
  export { IconRabbitmqColor24 } from './rabbitmq-color-24';
@@ -25,7 +25,7 @@ export const IconOkta16 = forwardRef<SVGSVGElement, IconProps>(
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
27
  fill={color}
28
- d="M8 1C4.143 1 1 4.12 1 8s3.121 7 7 7 7-3.121 7-7-3.143-7-7-7zm0 10.5c-1.94 0-3.5-1.56-3.5-3.5S6.06 4.5 8 4.5s3.5 1.56 3.5 3.5-1.56 3.5-3.5 3.5z"
28
+ d="M8.708 1.1l-.29 3.545a3.892 3.892 0 00-.928.014l-.163-1.72c-.007-.056.035-.099.092-.099h.29L7.569 1.1c-.007-.058.035-.1.092-.1h.956c.057 0 .1.05.092.1zM6.3 1.275c-.014-.05-.071-.085-.12-.064l-.893.326c-.05.021-.071.078-.05.127l.73 1.586-.276.099a.096.096 0 00-.05.127l.744 1.557c.269-.148.56-.261.871-.332L6.3 1.276zm-2.196.984l2.061 2.902c-.262.17-.496.375-.701.608L4.23 4.56a.092.092 0 01.007-.134l.227-.184-1.226-1.239a.092.092 0 01.008-.134l.73-.61c.035-.049.091-.042.127 0zM2.375 3.937a.1.1 0 00-.134.029l-.475.82a.091.091 0 00.035.128l1.58.743-.149.255a.088.088 0 00.043.127l1.58.73c.113-.29.262-.567.453-.807L2.375 3.937zM1.213 6.181c.008-.057.064-.085.114-.07l3.443.898a3.29 3.29 0 00-.15.92L2.9 7.788a.095.095 0 01-.086-.107l.05-.29-1.736-.17a.095.095 0 01-.085-.106l.17-.934zM1.086 8.51A.095.095 0 001 8.616l.17.934c.007.057.064.085.113.07l1.686-.438.05.29c.007.057.064.085.113.071l1.665-.46c-.1-.29-.163-.595-.177-.913l-3.535.34zm.552 2.463a.091.091 0 01.036-.128L4.89 9.324c.12.29.283.559.482.8l-1.41 1.004c-.042.029-.106.022-.135-.028l-.148-.255-1.438.991a.1.1 0 01-.135-.028l-.468-.835zm3.897-.673l-2.501 2.534a.092.092 0 00.007.135l.73.608c.042.036.099.029.134-.014l1.013-1.423.227.192c.043.035.106.028.135-.022l.977-1.422a3.597 3.597 0 01-.722-.588zm-.496 4.07a.096.096 0 01-.05-.127l1.48-3.235c.27.142.568.248.88.304l-.44 1.67c-.014.05-.07.086-.12.065l-.277-.1-.46 1.685c-.014.05-.071.085-.12.064l-.893-.326zm2.55-3.015L7.3 14.9c-.007.056.035.099.092.099h.956c.057 0 .1-.05.092-.1l-.141-1.74h.29c.057 0 .1-.05.092-.1l-.163-1.72c-.17.03-.34.036-.517.036-.135.007-.27-.007-.41-.021zm3.436-9.605a.096.096 0 00-.05-.127l-.892-.326c-.05-.021-.107.014-.12.064l-.461 1.685-.276-.1c-.05-.02-.107.015-.12.064l-.44 1.67c.312.064.602.17.878.305l1.48-3.235zm1.955 1.416L10.48 5.7a3.408 3.408 0 00-.723-.588l.978-1.43c.028-.042.092-.056.134-.02l.227.19 1.013-1.422c.028-.043.092-.05.134-.014l.73.608c.043.036.042.1.007.142zm1.353 1.989c.05-.022.064-.085.036-.128l-.482-.82c-.028-.05-.092-.057-.135-.029l-1.438.99-.149-.254c-.028-.05-.092-.064-.134-.028L10.62 5.89c.191.24.354.51.482.8l3.23-1.536zm.503 1.288l.163.934c.007.057-.028.1-.085.106l-3.549.333a3.262 3.262 0 00-.177-.913l1.665-.46c.05-.014.106.021.113.07l.05.29 1.686-.438c.05-.014.106.021.113.07l.021.008zM14.68 9.89c.05.014.107-.021.114-.071l.163-.934c.007-.057-.029-.1-.085-.106l-1.743-.163.05-.29c.007-.057-.029-.1-.085-.107l-1.722-.141a3.33 3.33 0 01-.149.92l3.457.892zm-.92 2.137c-.029.05-.093.057-.135.029l-2.933-2.025c.184-.247.34-.516.453-.807l1.573.722c.05.022.07.085.043.128l-.15.255 1.58.743c.05.021.064.085.036.127l-.468.828zm-3.918-1.196l2.061 2.902c.029.042.092.05.135.014l.73-.608a.092.092 0 00.007-.135l-1.226-1.239.227-.184a.092.092 0 00.007-.134l-1.233-1.21c-.22.219-.453.424-.708.594zm-.021 3.95c-.05.02-.107-.015-.12-.064l-.943-3.433c.305-.07.602-.184.871-.333l.744 1.558c.021.05 0 .106-.05.127l-.276.1.73 1.584c.021.05 0 .107-.05.128l-.906.333z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -25,7 +25,7 @@ export const IconOkta24 = forwardRef<SVGSVGElement, IconProps>(
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
27
  fill={color}
28
- d="M12 2C6.49 2 2 6.458 2 12s4.459 10 10 10 10-4.459 10-10S17.51 2 12 2zm0 15c-2.77 0-5-2.23-5-5s2.23-5 5-5 5 2.23 5 5-2.23 5-5 5z"
28
+ d="M13.113 1.156l-.456 5.572a6.116 6.116 0 00-1.459.022l-.256-2.702c-.01-.09.056-.156.145-.156h.457l-.223-2.736c-.011-.09.056-.156.145-.156h1.503c.089 0 .155.078.144.156zm-3.785.278c-.022-.078-.111-.134-.189-.1l-1.403.511a.15.15 0 00-.078.2l1.147 2.492-.434.156c-.078.033-.111.122-.078.2L9.462 7.34a5.21 5.21 0 011.37-.523L9.327 1.434zM5.878 2.98l3.239 4.56c-.412.267-.78.59-1.102.956L6.078 6.595a.145.145 0 01.01-.212l.357-.289-1.926-1.946a.145.145 0 01.011-.212l1.147-.956c.056-.078.145-.067.2 0zM3.16 5.616a.159.159 0 00-.211.044l-.746 1.29a.143.143 0 00.055.2l2.483 1.168-.234.4a.138.138 0 00.067.201l2.482 1.146c.178-.456.412-.89.713-1.268L3.16 5.616zM1.335 9.142c.012-.09.1-.134.178-.112l5.41 1.413a5.17 5.17 0 00-.233 1.446l-2.705-.223a.15.15 0 01-.134-.167l.078-.456-2.727-.266a.15.15 0 01-.134-.167l.267-1.468zm-.2 3.659a.15.15 0 00-.134.167l.268 1.468c.01.089.1.133.178.111l2.65-.69.077.456c.011.09.1.134.178.112l2.616-.723a5.126 5.126 0 01-.278-1.435l-5.555.534zm.868 3.87a.143.143 0 01.056-.2l5.054-2.391c.19.456.445.879.757 1.257l-2.215 1.58c-.067.044-.167.032-.212-.045l-.234-.4-2.26 1.556a.158.158 0 01-.211-.044l-.735-1.313zm6.123-1.056l-3.93 3.982a.145.145 0 00.011.21l1.147.957c.067.056.156.045.212-.022l1.591-2.235.357.3c.067.056.167.044.211-.034l1.536-2.235a5.652 5.652 0 01-1.135-.923zm-.78 6.395c-.077-.033-.11-.122-.077-.2l2.326-5.083c.423.222.891.39 1.38.478l-.69 2.625c-.022.078-.11.134-.189.1l-.434-.155-.723 2.647c-.023.078-.112.133-.19.1l-1.402-.512zm4.008-4.738l-.456 5.572c-.011.09.056.156.145.156h1.503c.088 0 .155-.078.144-.156l-.222-2.736h.456c.089 0 .156-.078.145-.155l-.256-2.703a4.905 4.905 0 01-.813.055c-.211.012-.423-.01-.646-.033zm5.4-15.093a.15.15 0 00-.079-.2l-1.402-.512c-.078-.033-.167.022-.19.1l-.723 2.647-.434-.155c-.078-.034-.167.022-.19.1l-.69 2.625c.49.1.947.267 1.38.478l2.327-5.083zm3.072 2.224l-3.93 3.982a5.36 5.36 0 00-1.135-.923l1.536-2.247c.044-.066.145-.089.212-.033l.356.3 1.592-2.235c.044-.067.144-.078.211-.023l1.147.957c.067.056.067.156.01.222zm2.126 3.126c.078-.034.1-.134.056-.2l-.757-1.29c-.045-.078-.145-.09-.212-.045L18.78 7.55l-.233-.4c-.045-.078-.145-.1-.212-.045l-2.215 1.58c.3.378.556.8.757 1.256l5.076-2.413zm.79 2.024L23 11.021c.01.09-.045.156-.134.167l-5.577.523a5.13 5.13 0 00-.279-1.435l2.616-.723c.078-.022.168.033.179.111l.078.456 2.649-.69c.078-.022.167.034.178.112l.034.011zm-.244 5.417c.078.022.167-.034.178-.112l.256-1.468c.01-.089-.045-.155-.134-.167l-2.738-.255.078-.456c.01-.09-.045-.156-.134-.167l-2.705-.223c-.011.5-.09.98-.234 1.446l5.433 1.402zm-1.448 3.359c-.044.078-.144.089-.211.044l-4.609-3.18c.29-.39.535-.813.713-1.269l2.471 1.135c.078.033.111.133.067.2l-.234.4 2.483 1.168c.077.033.1.134.055.2l-.735 1.302zm-6.156-1.88l3.24 4.56c.044.067.145.078.211.022l1.147-.956a.145.145 0 00.011-.212l-1.926-1.946.356-.29a.145.145 0 00.012-.21l-1.937-1.902a7.396 7.396 0 01-1.114.934zm-.033 6.206c-.078.034-.167-.022-.19-.1l-1.48-5.394c.479-.112.946-.29 1.37-.523l1.168 2.447a.15.15 0 01-.078.2l-.434.156 1.147 2.491a.15.15 0 01-.078.2l-1.425.523z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -24,8 +24,8 @@ export const IconOktaColor16 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
- fill="#007DC1"
28
- d="M8 1C4.143 1 1 4.12 1 8s3.121 7 7 7 7-3.121 7-7-3.143-7-7-7zm0 10.5c-1.94 0-3.5-1.56-3.5-3.5S6.06 4.5 8 4.5s3.5 1.56 3.5 3.5-1.56 3.5-3.5 3.5z"
27
+ fill="#191919"
28
+ d="M8.708 1.1l-.29 3.545a3.892 3.892 0 00-.928.014l-.163-1.72c-.007-.056.035-.099.092-.099h.29L7.569 1.1c-.007-.058.035-.1.092-.1h.956c.057 0 .1.05.092.1zM6.3 1.275c-.014-.05-.071-.085-.12-.064l-.893.326c-.05.021-.071.078-.05.127l.73 1.586-.276.099a.096.096 0 00-.05.127l.744 1.557c.269-.148.56-.261.871-.332L6.3 1.276zm-2.196.984l2.061 2.902c-.262.17-.496.375-.701.608L4.23 4.56a.092.092 0 01.007-.134l.227-.184-1.226-1.239a.092.092 0 01.008-.134l.73-.61c.035-.049.091-.042.127 0zM2.375 3.937a.1.1 0 00-.134.029l-.475.82a.091.091 0 00.035.128l1.58.743-.149.255a.088.088 0 00.043.127l1.58.73c.113-.29.262-.567.453-.807L2.375 3.937zM1.213 6.181c.008-.057.064-.085.114-.07l3.443.898a3.29 3.29 0 00-.15.92L2.9 7.788a.095.095 0 01-.086-.107l.05-.29-1.736-.17a.095.095 0 01-.085-.106l.17-.934zM1.086 8.51A.095.095 0 001 8.616l.17.934c.007.057.064.085.113.07l1.686-.438.05.29c.007.057.064.085.113.071l1.665-.46c-.1-.29-.163-.595-.177-.913l-3.535.34zm.552 2.463a.091.091 0 01.036-.128L4.89 9.324c.12.29.283.559.482.8l-1.41 1.004c-.042.029-.106.022-.135-.028l-.148-.255-1.438.991a.1.1 0 01-.135-.028l-.468-.835zm3.897-.673l-2.501 2.534a.092.092 0 00.007.135l.73.608c.042.036.099.029.134-.014l1.013-1.423.227.192c.043.035.106.028.135-.022l.977-1.422a3.597 3.597 0 01-.722-.588zm-.496 4.07a.096.096 0 01-.05-.127l1.48-3.235c.27.142.568.248.88.304l-.44 1.67c-.014.05-.07.086-.12.065l-.277-.1-.46 1.685c-.014.05-.071.085-.12.064l-.893-.326zm2.55-3.015L7.3 14.9c-.007.056.035.099.092.099h.956c.057 0 .1-.05.092-.1l-.141-1.74h.29c.057 0 .1-.05.092-.1l-.163-1.72c-.17.03-.34.036-.517.036-.135.007-.27-.007-.41-.021zm3.436-9.605a.096.096 0 00-.05-.127l-.892-.326c-.05-.021-.107.014-.12.064l-.461 1.685-.276-.1c-.05-.02-.107.015-.12.064l-.44 1.67c.312.064.602.17.878.305l1.48-3.235zm1.955 1.416L10.48 5.7a3.408 3.408 0 00-.723-.588l.978-1.43c.028-.042.092-.056.134-.02l.227.19 1.013-1.422c.028-.043.092-.05.134-.014l.73.608c.043.036.042.1.007.142zm1.353 1.989c.05-.022.064-.085.036-.128l-.482-.82c-.028-.05-.092-.057-.135-.029l-1.438.99-.149-.254c-.028-.05-.092-.064-.134-.028L10.62 5.89c.191.24.354.51.482.8l3.23-1.536zm.503 1.288l.163.934c.007.057-.028.1-.085.106l-3.549.333a3.262 3.262 0 00-.177-.913l1.665-.46c.05-.014.106.021.113.07l.05.29 1.686-.438c.05-.014.106.021.113.07l.021.008zM14.68 9.89c.05.014.107-.021.114-.071l.163-.934c.007-.057-.029-.1-.085-.106l-1.743-.163.05-.29c.007-.057-.029-.1-.085-.107l-1.722-.141a3.33 3.33 0 01-.149.92l3.457.892zm-.92 2.137c-.029.05-.093.057-.135.029l-2.933-2.025c.184-.247.34-.516.453-.807l1.573.722c.05.022.07.085.043.128l-.15.255 1.58.743c.05.021.064.085.036.127l-.468.828zm-3.918-1.196l2.061 2.902c.029.042.092.05.135.014l.73-.608a.092.092 0 00.007-.135l-1.226-1.239.227-.184a.092.092 0 00.007-.134l-1.233-1.21c-.22.219-.453.424-.708.594zm-.021 3.95c-.05.02-.107-.015-.12-.064l-.943-3.433c.305-.07.602-.184.871-.333l.744 1.558c.021.05 0 .106-.05.127l-.276.1.73 1.584c.021.05 0 .107-.05.128l-.906.333z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -24,8 +24,8 @@ export const IconOktaColor24 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
- fill="#007DC1"
28
- d="M12 2C6.49 2 2 6.458 2 12s4.459 10 10 10 10-4.459 10-10S17.51 2 12 2zm0 15c-2.77 0-5-2.23-5-5s2.23-5 5-5 5 2.23 5 5-2.23 5-5 5z"
27
+ fill="#191919"
28
+ d="M13.113 1.156l-.456 5.572a6.116 6.116 0 00-1.459.022l-.256-2.702c-.01-.09.056-.156.145-.156h.457l-.223-2.736c-.011-.09.056-.156.145-.156h1.503c.089 0 .155.078.144.156zm-3.785.278c-.022-.078-.111-.134-.189-.1l-1.403.511a.15.15 0 00-.078.2l1.147 2.492-.434.156c-.078.033-.111.122-.078.2L9.462 7.34a5.21 5.21 0 011.37-.523L9.327 1.434zM5.878 2.98l3.239 4.56c-.412.267-.78.59-1.102.956L6.078 6.595a.145.145 0 01.01-.212l.357-.289-1.926-1.946a.145.145 0 01.011-.212l1.147-.956c.056-.078.145-.067.2 0zM3.16 5.616a.159.159 0 00-.211.044l-.746 1.29a.143.143 0 00.055.2l2.483 1.168-.234.4a.138.138 0 00.067.201l2.482 1.146c.178-.456.412-.89.713-1.268L3.16 5.616zM1.335 9.142c.012-.09.1-.134.178-.112l5.41 1.413a5.17 5.17 0 00-.233 1.446l-2.705-.223a.15.15 0 01-.134-.167l.078-.456-2.727-.266a.15.15 0 01-.134-.167l.267-1.468zm-.2 3.659a.15.15 0 00-.134.167l.268 1.468c.01.089.1.133.178.111l2.65-.69.077.456c.011.09.1.134.178.112l2.616-.723a5.126 5.126 0 01-.278-1.435l-5.555.534zm.868 3.87a.143.143 0 01.056-.2l5.054-2.391c.19.456.445.879.757 1.257l-2.215 1.58c-.067.044-.167.032-.212-.045l-.234-.4-2.26 1.556a.158.158 0 01-.211-.044l-.735-1.313zm6.123-1.056l-3.93 3.982a.145.145 0 00.011.21l1.147.957c.067.056.156.045.212-.022l1.591-2.235.357.3c.067.056.167.044.211-.034l1.536-2.235a5.652 5.652 0 01-1.135-.923zm-.78 6.395c-.077-.033-.11-.122-.077-.2l2.326-5.083c.423.222.891.39 1.38.478l-.69 2.625c-.022.078-.11.134-.189.1l-.434-.155-.723 2.647c-.023.078-.112.133-.19.1l-1.402-.512zm4.008-4.738l-.456 5.572c-.011.09.056.156.145.156h1.503c.088 0 .155-.078.144-.156l-.222-2.736h.456c.089 0 .156-.078.145-.155l-.256-2.703a4.905 4.905 0 01-.813.055c-.211.012-.423-.01-.646-.033zm5.4-15.093a.15.15 0 00-.079-.2l-1.402-.512c-.078-.033-.167.022-.19.1l-.723 2.647-.434-.155c-.078-.034-.167.022-.19.1l-.69 2.625c.49.1.947.267 1.38.478l2.327-5.083zm3.072 2.224l-3.93 3.982a5.36 5.36 0 00-1.135-.923l1.536-2.247c.044-.066.145-.089.212-.033l.356.3 1.592-2.235c.044-.067.144-.078.211-.023l1.147.957c.067.056.067.156.01.222zm2.126 3.126c.078-.034.1-.134.056-.2l-.757-1.29c-.045-.078-.145-.09-.212-.045L18.78 7.55l-.233-.4c-.045-.078-.145-.1-.212-.045l-2.215 1.58c.3.378.556.8.757 1.256l5.076-2.413zm.79 2.024L23 11.021c.01.09-.045.156-.134.167l-5.577.523a5.13 5.13 0 00-.279-1.435l2.616-.723c.078-.022.168.033.179.111l.078.456 2.649-.69c.078-.022.167.034.178.112l.034.011zm-.244 5.417c.078.022.167-.034.178-.112l.256-1.468c.01-.089-.045-.155-.134-.167l-2.738-.255.078-.456c.01-.09-.045-.156-.134-.167l-2.705-.223c-.011.5-.09.98-.234 1.446l5.433 1.402zm-1.448 3.359c-.044.078-.144.089-.211.044l-4.609-3.18c.29-.39.535-.813.713-1.269l2.471 1.135c.078.033.111.133.067.2l-.234.4 2.483 1.168c.077.033.1.134.055.2l-.735 1.302zm-6.156-1.88l3.24 4.56c.044.067.145.078.211.022l1.147-.956a.145.145 0 00.011-.212l-1.926-1.946.356-.29a.145.145 0 00.012-.21l-1.937-1.902a7.396 7.396 0 01-1.114.934zm-.033 6.206c-.078.034-.167-.022-.19-.1l-1.48-5.394c.479-.112.946-.29 1.37-.523l1.168 2.447a.15.15 0 01-.078.2l-.434.156 1.147 2.491a.15.15 0 01-.078.2l-1.425.523z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconPostgres16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill={color}>
27
+ <path d="M6.904 5.185c-.149-.02-.284-.001-.352.05a.13.13 0 00-.054.087c-.008.061.035.13.061.164.075.1.185.168.293.183a.334.334 0 00.047.003c.18 0 .345-.14.36-.245.017-.13-.172-.216-.355-.242zm4.942.004c-.014-.101-.195-.13-.367-.107-.172.024-.339.102-.325.204.011.08.155.215.324.215a.31.31 0 00.044-.003.419.419 0 00.236-.13c.06-.062.095-.133.088-.179z" />
28
+ <path d="M14.682 9.555c-.063-.191-.267-.253-.604-.183-1.002.207-1.361.064-1.479-.023a13.782 13.782 0 001.766-3.96c.163-.634.254-1.222.261-1.702.008-.527-.081-.914-.266-1.15-.746-.954-1.841-1.465-3.166-1.48-.912-.01-1.681.224-1.83.29a4.563 4.563 0 00-1.03-.133c-.684-.01-1.276.153-1.765.487a7.878 7.878 0 00-1.434-.376c-1.162-.187-2.085-.046-2.744.421-.786.557-1.149 1.553-1.079 2.959.024.473.294 1.929.719 3.323.56 1.835 1.169 2.873 1.81 3.087a.81.81 0 00.256.043c.234 0 .52-.106.818-.464.364-.436.74-.862 1.128-1.276.252.135.529.21.812.218l.001.022a6.548 6.548 0 00-.143.177c-.196.249-.236.3-.867.43-.18.037-.657.136-.664.47-.007.365.564.518.629.535.227.056.445.084.654.084.506 0 .952-.166 1.308-.488-.01 1.301.044 2.584.2 2.975.128.32.44 1.102 1.429 1.102.144 0 .304-.017.48-.055 1.03-.22 1.478-.677 1.651-1.681.093-.537.252-1.819.327-2.507.158.05.36.072.58.072.459 0 .987-.097 1.319-.251.373-.173 1.045-.597.923-.966zm-2.455-4.647a4.173 4.173 0 01-.061.58c-.032.207-.065.42-.073.68-.008.253.023.516.054.77.061.513.124 1.041-.12 1.563a2.03 2.03 0 01-.109-.224 4.336 4.336 0 00-.188-.356c-.356-.639-1.19-2.135-.763-2.745.127-.182.45-.368 1.26-.268zm-.982-3.439c1.187.026 2.127.47 2.792 1.32.51.652-.052 3.618-1.678 6.177a8.837 8.837 0 00-.05-.062l-.02-.026c.42-.694.338-1.38.265-1.99a4.77 4.77 0 01-.051-.707 5.01 5.01 0 01.068-.63 3.99 3.99 0 00.064-.782.326.326 0 00.007-.11c-.026-.281-.347-1.121-1-1.882a4.507 4.507 0 00-1.59-1.196 5.364 5.364 0 011.193-.112zM4.6 10.431c-.328.395-.555.32-.63.295-.486-.162-1.05-1.19-1.547-2.818-.43-1.41-.681-2.826-.701-3.224-.063-1.256.242-2.132.905-2.603 1.08-.766 2.856-.307 3.57-.075l-.031.03C4.995 3.22 5.023 5.24 5.026 5.362c0 .048.003.115.009.208.02.34.057.973-.043 1.689a2.135 2.135 0 00.709 1.924c-.2.215-.637.69-1.101 1.248zm1.251-1.669A1.728 1.728 0 015.4 7.315a8.738 8.738 0 00.045-1.769l-.007-.127c.171-.152.964-.577 1.53-.447.257.059.414.235.48.537.338 1.564.044 2.216-.191 2.74-.049.108-.095.21-.134.315l-.03.082c-.077.206-.149.398-.193.58a1.46 1.46 0 01-1.048-.464zm.06 2.11a.905.905 0 01-.274-.118c.05-.023.138-.055.291-.087.743-.153.857-.26 1.108-.578.057-.073.122-.156.212-.257.134-.15.196-.124.307-.078.09.037.178.15.214.275.017.058.036.17-.026.257-.523.732-1.285.723-1.833.586zm3.885 3.615c-.909.194-1.23-.269-1.442-.799-.137-.342-.204-1.884-.156-3.587a.205.205 0 00-.01-.065.86.86 0 00-.025-.12c-.07-.248-.243-.455-.45-.541a.636.636 0 00-.416-.05c.039-.16.106-.34.179-.536l.03-.082c.035-.092.078-.188.124-.29.246-.548.584-1.299.218-2.995-.138-.635-.597-.945-1.292-.873a2.98 2.98 0 00-1.102.368c.053-.64.254-1.837 1.004-2.594.473-.476 1.102-.711 1.869-.699 1.51.025 2.48.8 3.026 1.446.47.557.726 1.118.828 1.42-.766-.078-1.286.074-1.55.45-.575.822.314 2.415.74 3.18a4.7 4.7 0 01.168.314c.139.337.319.562.45.726.04.05.08.1.11.142-.232.067-.649.221-.611.993-.03.388-.248 2.201-.359 2.842-.146.847-.457 1.162-1.333 1.35zm3.79-4.338c-.237.11-.634.193-1.01.21-.417.02-.629-.046-.679-.087-.023-.481.156-.531.345-.585.03-.008.06-.016.087-.026a.71.71 0 00.058.042c.334.221.931.245 1.774.07l.01-.001a2.269 2.269 0 01-.585.377z" />
29
+ </g>
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconPostgres24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill={color}>
27
+ <path d="M10.435 7.979c-.213-.03-.406-.002-.504.072a.185.185 0 00-.076.123c-.013.088.049.185.087.235.107.142.263.24.418.26a.475.475 0 00.067.005c.258 0 .492-.2.513-.35.026-.185-.244-.309-.505-.345zm7.06.006c-.02-.146-.28-.187-.526-.153-.245.034-.483.145-.463.29.015.114.22.308.463.308.02 0 .041-.001.062-.004a.598.598 0 00.337-.185c.086-.09.136-.19.127-.256z" />
28
+ <path d="M21.704 14.322c-.091-.275-.384-.364-.87-.263-1.444.298-1.96.091-2.13-.034 1.122-1.71 2.045-3.775 2.543-5.703.236-.913.366-1.761.377-2.453.012-.758-.118-1.316-.384-1.657-1.075-1.373-2.652-2.109-4.56-2.13-1.313-.014-2.422.322-2.637.416a6.573 6.573 0 00-1.483-.19c-.986-.016-1.837.22-2.542.7a11.347 11.347 0 00-2.066-.541C6.28 2.197 4.95 2.402 4 3.074c-1.132.802-1.655 2.236-1.554 4.262.034.682.423 2.778 1.035 4.786.807 2.643 1.684 4.14 2.607 4.447.108.036.232.061.37.061.336 0 .749-.151 1.178-.668a42.457 42.457 0 011.625-1.838c.362.195.76.304 1.168.315l.003.031c-.07.084-.139.169-.206.255-.282.359-.341.433-1.25.62-.259.054-.945.195-.955.676-.011.526.811.747.905.77.327.083.641.123.942.123.73 0 1.372-.24 1.885-.704-.016 1.875.062 3.722.287 4.285.185.461.635 1.587 2.058 1.587a3.3 3.3 0 00.691-.078c1.485-.319 2.13-.975 2.38-2.422.133-.773.362-2.62.47-3.61.227.07.52.103.836.103.66 0 1.422-.14 1.9-.362.536-.249 1.504-.86 1.329-1.391zm-3.536-6.693a6.016 6.016 0 01-.088.835 7.71 7.71 0 00-.106.98c-.011.364.034.742.078 1.108.089.74.18 1.5-.173 2.251a2.942 2.942 0 01-.156-.321c-.044-.106-.14-.277-.271-.514-.513-.92-1.715-3.074-1.1-3.954.184-.261.648-.53 1.816-.385zm-1.415-4.954c1.71.038 3.063.677 4.021 1.902.735.939-.074 5.21-2.416 8.896l-.071-.09-.03-.036c.605-1 .487-1.989.382-2.865-.043-.36-.084-.7-.074-1.02.01-.338.055-.628.099-.909.053-.345.107-.703.092-1.125a.464.464 0 00.01-.159c-.038-.404-.5-1.615-1.441-2.71a6.492 6.492 0 00-2.291-1.723 7.724 7.724 0 011.719-.161zm-9.571 12.91c-.473.568-.8.46-.907.424-.7-.234-1.512-1.713-2.228-4.06-.62-2.03-.982-4.07-1.01-4.643-.091-1.81.348-3.071 1.304-3.75 1.555-1.103 4.113-.442 5.14-.107l-.044.043C7.75 5.195 7.79 8.105 7.795 8.282c0 .07.005.167.013.3.03.49.083 1.4-.061 2.432a3.076 3.076 0 001.02 2.773c-.289.31-.917.993-1.585 1.798zm1.802-2.405a2.489 2.489 0 01-.652-2.084c.152-1.09.096-2.039.066-2.549l-.01-.183c.246-.218 1.388-.83 2.202-.643.372.085.598.338.692.773.487 2.253.065 3.192-.275 3.947-.07.155-.136.302-.192.454l-.044.118c-.111.297-.214.573-.278.835a2.102 2.102 0 01-1.509-.668zm.085 3.038a1.303 1.303 0 01-.394-.169c.072-.034.2-.08.42-.125 1.07-.22 1.235-.375 1.595-.833.083-.105.177-.224.306-.37.194-.216.282-.18.443-.113.13.054.256.217.308.396.024.085.051.245-.038.37-.753 1.055-1.851 1.042-2.64.844zm5.597 5.208c-1.309.28-1.772-.387-2.077-1.15-.197-.493-.294-2.714-.225-5.167a.298.298 0 00-.013-.094 1.219 1.219 0 00-.036-.173c-.102-.357-.351-.656-.65-.78-.119-.049-.336-.139-.598-.072.056-.23.152-.49.257-.77l.044-.12c.05-.132.112-.27.178-.417.355-.79.842-1.87.314-4.314C11.662 7.454 11 7.007 10 7.111c-.601.062-1.15.304-1.425.443a4.58 4.58 0 00-.163.087c.077-.922.366-2.645 1.447-3.735.68-.687 1.587-1.026 2.69-1.007 2.177.035 3.572 1.152 4.36 2.082.678.802 1.046 1.61 1.192 2.046-1.102-.112-1.852.105-2.233.649-.827 1.182.453 3.477 1.068 4.58.113.202.21.377.24.451.2.486.46.81.65 1.046.058.073.114.143.157.204-.334.097-.934.32-.88 1.431-.044.558-.357 3.17-.517 4.094-.21 1.22-.659 1.674-1.92 1.944zm5.46-6.248c-.342.158-.913.277-1.456.302-.6.029-.905-.067-.977-.125-.034-.693.224-.766.497-.842.043-.012.085-.024.125-.038.025.02.053.04.083.06.482.319 1.342.353 2.556.102l.013-.002a3.264 3.264 0 01-.841.543z" />
29
+ </g>
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,45 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconPostgresColor16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#000"
28
+ d="M14.735 9.383a.687.687 0 00-.57-.46 1.306 1.306 0 00-.455.026 4.09 4.09 0 01-.702.092 13.53 13.53 0 001.432-3.406c.475-1.84.222-2.677-.075-3.056-.785-1.004-1.931-1.543-3.313-1.56a5.87 5.87 0 00-1.722.242 6.412 6.412 0 00-1.007-.092c-.665-.01-1.253.134-1.755.432A7.998 7.998 0 005.33 1.29c-1.212-.199-2.188-.044-2.902.46-.865.611-1.266 1.673-1.192 3.155.024.47.287 1.902.702 3.26.238.78.492 1.429.755 1.927.372.706.771 1.122 1.219 1.27.25.085.706.143 1.186-.256.06.073.142.146.25.214.136.087.303.157.47.199.601.15 1.165.113 1.645-.098l.008.237.01.332c.029.71.077 1.26.22 1.646l.03.088c.07.219.19.584.493.87.315.297.695.388 1.043.388.174 0 .34-.023.487-.054.52-.112 1.112-.282 1.54-.891.404-.576.601-1.443.637-2.81l.013-.11.008-.073.095.008.025.002c.53.024 1.179-.088 1.577-.273.315-.146 1.324-.679 1.086-1.398z"
29
+ />
30
+ <path
31
+ fill="#336791"
32
+ d="M13.828 9.523c-1.577.325-1.685-.209-1.685-.209 1.665-2.47 2.361-5.607 1.76-6.374C12.264.846 9.428 1.836 9.38 1.862l-.015.002a5.624 5.624 0 00-1.052-.11c-.714-.01-1.255.188-1.666.5 0 0-5.06-2.085-4.825 2.621.05 1.002 1.435 7.577 3.087 5.591.604-.726 1.187-1.34 1.187-1.34.29.192.637.29 1 .255l.03-.024c-.01.09-.006.179.01.283-.425.476-.3.559-1.15.734-.862.178-.356.493-.026.576.4.1 1.327.242 1.952-.634l-.025.1c.167.133.284.869.265 1.535-.02.667-.033 1.124.098 1.482.132.357.263 1.161 1.381.922.935-.2 1.419-.72 1.486-1.585.048-.616.156-.525.163-1.075l.087-.26c.1-.835.016-1.104.592-.979l.14.012c.423.02.978-.068 1.304-.22.7-.324 1.116-.868.425-.725z"
33
+ />
34
+ <path
35
+ fill="#fff"
36
+ d="M6.943 5.323c-.142-.02-.27-.001-.336.048a.123.123 0 00-.05.082c-.009.059.032.123.057.157a.44.44 0 00.28.174c.014.002.03.003.044.003.172 0 .329-.134.342-.233.018-.124-.162-.207-.337-.23zm4.709.004c-.014-.097-.187-.125-.35-.102-.165.023-.323.097-.31.194.01.076.147.205.309.205.014 0 .027 0 .041-.003a.399.399 0 00.225-.123c.057-.06.09-.127.085-.17z"
37
+ />
38
+ <path
39
+ fill="#fff"
40
+ d="M14.353 9.486c-.06-.182-.254-.24-.575-.174-.955.197-1.297.06-1.41-.022a13.128 13.128 0 001.683-3.772c.156-.604.242-1.165.25-1.623.007-.501-.079-.87-.255-1.095-.71-.909-1.754-1.396-3.016-1.409-.868-.01-1.602.212-1.744.275-.3-.075-.626-.12-.981-.126-.652-.01-1.215.145-1.681.463a7.505 7.505 0 00-1.367-.358c-1.107-.178-1.986-.043-2.614.402-.749.53-1.095 1.479-1.028 2.819.023.45.28 1.837.685 3.165.534 1.748 1.114 2.738 1.724 2.942.072.023.154.04.245.04.222 0 .495-.1.78-.442.346-.415.704-.82 1.074-1.215.24.128.503.2.773.207l.002.022a6.233 6.233 0 00-.137.168c-.186.237-.225.287-.827.41-.17.035-.625.13-.631.447-.008.348.537.495.598.51.217.054.425.08.623.08.483 0 .908-.158 1.247-.465-.01 1.24.041 2.462.19 2.835.122.304.42 1.05 1.361 1.05.138 0 .29-.017.458-.053.982-.21 1.408-.644 1.573-1.601.089-.512.24-1.733.311-2.388.15.047.344.068.554.068.436 0 .94-.093 1.256-.24.355-.164.995-.568.879-.92zM12.014 5.06c-.003.194-.03.37-.058.552-.03.198-.062.401-.07.649-.007.24.023.49.052.733.058.489.119.992-.115 1.489a1.948 1.948 0 01-.103-.213 4.162 4.162 0 00-.18-.34c-.339-.608-1.133-2.033-.726-2.615.12-.173.428-.35 1.2-.255zm-.936-3.276c1.132.025 2.027.448 2.66 1.257.486.622-.049 3.447-1.598 5.885l-.047-.06-.02-.024c.4-.66.322-1.315.253-1.895a4.563 4.563 0 01-.05-.674c.008-.224.038-.415.066-.601.035-.229.071-.465.061-.744a.31.31 0 00.007-.105c-.025-.268-.33-1.069-.953-1.793a4.293 4.293 0 00-1.516-1.14c.292-.06.69-.116 1.137-.106zm-6.33 8.539c-.313.376-.53.304-.6.28-.463-.155-1-1.133-1.474-2.685-.41-1.342-.65-2.692-.668-3.071-.06-1.197.23-2.032.862-2.48 1.03-.73 2.721-.293 3.401-.072l-.03.029C5.124 3.449 5.15 5.374 5.153 5.492c0 .045.004.11.009.198.02.324.055.926-.04 1.609a2.034 2.034 0 00.674 1.833 28.71 28.71 0 00-1.048 1.19zM5.94 8.73a1.646 1.646 0 01-.431-1.378c.1-.721.063-1.349.043-1.686l-.007-.121c.163-.145.919-.55 1.457-.426.246.056.396.224.458.511.322 1.49.043 2.112-.182 2.611-.046.103-.09.2-.127.3l-.03.078c-.073.197-.14.38-.183.553a1.39 1.39 0 01-.998-.442zm.056 2.01a.862.862 0 01-.26-.112c.047-.022.131-.053.277-.083.708-.146.817-.248 1.055-.551.055-.07.117-.148.203-.244.128-.143.186-.12.292-.075.086.035.17.143.204.262.016.056.034.162-.025.245-.498.697-1.224.688-1.746.558zm3.702 3.444c-.865.186-1.172-.256-1.374-.76-.13-.326-.194-1.796-.149-3.418a.195.195 0 00-.008-.062.818.818 0 00-.024-.115.792.792 0 00-.43-.515.606.606 0 00-.396-.048c.037-.152.101-.324.17-.51l.03-.078c.033-.088.074-.18.117-.277.235-.522.557-1.237.208-2.853-.131-.605-.568-.901-1.23-.832a2.84 2.84 0 00-1.05.35c.05-.61.241-1.75.956-2.47.45-.454 1.05-.678 1.78-.666 1.44.023 2.363.762 2.883 1.377.45.53.692 1.065.79 1.353-.73-.074-1.226.07-1.478.43-.547.781.3 2.3.706 3.029.075.134.14.25.16.298.132.321.304.536.429.692.038.048.075.095.104.135-.221.064-.618.211-.582.947-.029.369-.236 2.097-.342 2.707-.139.807-.436 1.107-1.27 1.286zm3.611-4.133c-.226.105-.604.184-.963.2-.396.02-.598-.044-.646-.083-.022-.458.149-.506.329-.556.028-.008.056-.016.083-.026a.682.682 0 00.054.04c.32.21.888.234 1.69.068l.01-.002a2.16 2.16 0 01-.557.36z"
41
+ />
42
+ </svg>
43
+ );
44
+ }
45
+ );
@@ -0,0 +1,45 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconPostgresColor24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#000"
28
+ d="M21.622 13.976c-.117-.352-.421-.597-.815-.656a1.867 1.867 0 00-.65.036c-.44.09-.765.125-1.002.132.896-1.514 1.626-3.241 2.045-4.866.68-2.628.317-3.825-.107-4.367-1.122-1.433-2.759-2.203-4.733-2.227a8.386 8.386 0 00-2.46.345 9.16 9.16 0 00-1.439-.132c-.95-.015-1.789.192-2.506.618a11.425 11.425 0 00-1.77-.445c-1.73-.284-3.125-.062-4.145.658-1.235.873-1.808 2.389-1.702 4.506.033.673.41 2.718 1.002 4.658.34 1.115.703 2.04 1.078 2.752.533 1.009 1.102 1.603 1.742 1.816.358.12 1.01.203 1.694-.367.087.105.203.21.357.306.195.124.434.224.672.284.86.215 1.664.16 2.35-.14.005.122.008.239.01.34l.016.473c.04 1.013.11 1.8.314 2.352l.042.126c.102.311.272.834.706 1.243.448.424.991.553 1.489.553.25 0 .487-.032.696-.077.744-.16 1.589-.402 2.2-1.273.578-.822.859-2.061.91-4.014l.018-.158.012-.103.136.012.035.002c.758.035 1.684-.126 2.253-.39.45-.21 1.891-.97 1.552-1.997z"
29
+ />
30
+ <path
31
+ fill="#336791"
32
+ d="M20.326 14.176c-2.253.465-2.408-.298-2.408-.298 2.379-3.53 3.373-8.01 2.515-9.107-2.34-2.991-6.394-1.577-6.461-1.54l-.022.004a8.033 8.033 0 00-1.503-.157c-1.02-.016-1.793.268-2.38.713 0 0-7.23-2.979-6.893 3.745.072 1.43 2.05 10.824 4.41 7.987.863-1.038 1.697-1.915 1.697-1.915.414.275.91.415 1.429.365l.04-.034c-.012.129-.007.255.016.404-.608.68-.429.798-1.644 1.049-1.23.253-.508.704-.036.822.572.143 1.895.346 2.789-.905l-.036.142c.238.191.406 1.241.378 2.194-.029.952-.047 1.605.14 2.116.188.51.375 1.66 1.973 1.317 1.335-.286 2.027-1.027 2.123-2.264.069-.88.223-.75.233-1.536l.124-.372c.143-1.192.023-1.576.845-1.397l.2.017c.606.028 1.398-.097 1.863-.313 1.001-.465 1.596-1.241.608-1.037z"
33
+ />
34
+ <path
35
+ fill="#fff"
36
+ d="M10.49 8.176c-.203-.028-.386-.002-.48.068a.176.176 0 00-.072.118c-.012.083.047.176.083.224.102.135.25.228.398.248a.452.452 0 00.064.004c.246 0 .47-.191.489-.332.025-.177-.232-.295-.481-.33zm6.727.006c-.02-.139-.267-.179-.5-.146-.235.033-.462.138-.443.277.015.108.21.293.442.293a.42.42 0 00.059-.004.569.569 0 00.321-.176c.082-.086.13-.182.12-.244z"
37
+ />
38
+ <path
39
+ fill="#fff"
40
+ d="M21.076 14.123c-.086-.26-.363-.343-.822-.248-1.364.281-1.853.086-2.013-.032 1.06-1.615 1.933-3.568 2.403-5.39.223-.862.346-1.663.356-2.317.011-.716-.11-1.243-.363-1.565-1.015-1.297-2.505-1.993-4.309-2.012-1.24-.014-2.288.303-2.49.392a6.21 6.21 0 00-1.402-.18c-.931-.015-1.736.208-2.402.662a10.723 10.723 0 00-1.952-.512c-1.581-.254-2.838-.061-3.735.574-1.07.758-1.563 2.113-1.468 4.027.032.644.4 2.626.978 4.523.763 2.497 1.591 3.91 2.463 4.202.102.034.22.058.35.058.318 0 .708-.144 1.113-.631a40.17 40.17 0 011.535-1.737c.343.184.72.286 1.104.297l.003.03c-.066.079-.131.159-.195.24-.266.339-.322.41-1.18.586-.245.05-.894.184-.903.64-.01.496.767.705.855.727.309.077.606.116.89.116.69 0 1.296-.227 1.781-.666-.015 1.772.06 3.518.272 4.05.174.435.6 1.5 1.944 1.5.197 0 .415-.024.653-.075 1.403-.3 2.013-.92 2.249-2.288.126-.73.342-2.476.444-3.411.215.067.491.097.79.097.624 0 1.344-.132 1.795-.342.507-.235 1.422-.813 1.256-1.315zM17.734 7.8a5.673 5.673 0 01-.083.789c-.043.281-.088.573-.1.926-.01.344.033.701.074 1.047.084.699.17 1.418-.163 2.127a2.78 2.78 0 01-.148-.303 5.909 5.909 0 00-.256-.486c-.485-.869-1.62-2.905-1.039-3.736.173-.247.613-.501 1.715-.364zm-1.336-4.681c1.616.036 2.895.64 3.8 1.797.694.887-.07 4.924-2.284 8.407a13.832 13.832 0 00-.067-.085l-.028-.035c.572-.944.46-1.879.36-2.707-.04-.34-.079-.661-.069-.963.01-.32.052-.594.093-.86.05-.326.102-.664.088-1.063a.442.442 0 00.009-.15c-.036-.382-.473-1.526-1.362-2.56a6.134 6.134 0 00-2.165-1.628 7.299 7.299 0 011.625-.153zM7.354 15.316c-.447.538-.756.435-.857.401-.662-.22-1.429-1.618-2.106-3.835-.585-1.918-.927-3.847-.954-4.388-.086-1.71.329-2.902 1.232-3.543 1.47-1.042 3.887-.418 4.858-.102l-.042.04C7.89 5.5 7.929 8.25 7.933 8.418c0 .065.005.157.013.283.027.463.078 1.323-.058 2.298a2.906 2.906 0 00.964 2.62c-.273.292-.866.939-1.498 1.698zm1.703-2.272a2.351 2.351 0 01-.616-1.969c.144-1.03.09-1.926.062-2.408l-.01-.173c.233-.207 1.312-.785 2.082-.608.35.08.565.32.653.73.46 2.13.061 3.017-.26 3.73a6.822 6.822 0 00-.181.43l-.042.11c-.105.281-.202.542-.262.79a1.986 1.986 0 01-1.426-.632zm.08 2.871a1.234 1.234 0 01-.372-.16c.068-.032.188-.075.397-.118 1.01-.208 1.166-.355 1.507-.787.078-.1.167-.212.29-.349.182-.204.266-.17.417-.107.123.05.243.205.291.374.023.08.049.232-.035.35-.712.997-1.75.984-2.494.797zm5.288 4.921c-1.236.265-1.673-.366-1.962-1.087-.186-.465-.277-2.564-.212-4.882a.28.28 0 00-.012-.089 1.175 1.175 0 00-.035-.164c-.097-.337-.332-.619-.614-.736-.112-.046-.318-.132-.565-.068.053-.218.144-.463.243-.729l.042-.111c.047-.126.105-.257.167-.395.336-.746.796-1.768.297-4.077-.187-.864-.811-1.287-1.758-1.188-.567.058-1.086.287-1.345.419a4.335 4.335 0 00-.154.082c.072-.872.345-2.5 1.366-3.53.643-.649 1.5-.969 2.543-.952 2.056.034 3.375 1.09 4.119 1.969.641.757.988 1.52 1.127 1.932-1.042-.106-1.75.1-2.11.613-.782 1.118.427 3.286 1.009 4.328.106.191.198.357.227.427.19.458.434.764.613.988.055.068.108.135.149.193-.316.09-.883.301-.831 1.352-.042.527-.338 2.996-.489 3.868-.198 1.152-.622 1.581-1.815 1.837zm5.16-5.904c-.323.15-.863.262-1.376.286-.567.027-.855-.063-.923-.119-.032-.655.212-.723.47-.795.04-.012.08-.023.118-.036.024.02.05.038.078.057.456.3 1.268.333 2.415.096l.012-.002c-.154.144-.419.339-.794.513z"
41
+ />
42
+ </svg>
43
+ );
44
+ }
45
+ );