Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 1x 1x 1x 1x 1x | // THIS IS A GENERATED FILE, DO NOT EDIT
import * as React from 'react'
import { Icon, IconSize } from '../Icon'
const CopilotBranded = React.forwardRef<
SVGSVGElement,
{ size?: IconSize } & React.SVGAttributes<SVGElement>
>(function CopilotBranded(props, ref) {
return (
<Icon {...props} name="CopilotBranded">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
ref={ref}
>
<path
d="M10.7227 10.7232C10.2397 11.2062 9.71061 11.6318 9.14042 12.0004C7.27674 10.7957 4.97344 10.2004 2.3999 10.2004C5.03899 10.2004 6.93897 9.41574 8.17711 8.1776C9.41525 6.93946 10.1999 5.03948 10.1999 2.40039H13.7999C13.7999 5.76131 12.7846 8.66132 10.7227 10.7232Z"
fill="#FF7433"
/>
<path
d="M13.2771 13.2776C13.7601 12.7946 14.2892 12.369 14.8594 12.0004C16.7231 13.2051 19.0264 13.8004 21.5999 13.8004C18.9608 13.8004 17.0608 14.585 15.8227 15.8232C14.5846 17.0613 13.7999 18.9613 13.7999 21.6004H10.1999C10.1999 18.2395 11.2153 15.3395 13.2771 13.2776Z"
fill="#FF7433"
/>
<path
d="M13.2771 10.7232C12.7941 10.2401 12.3685 9.7111 11.9999 9.14091C13.2046 7.27723 13.7999 4.97393 13.7999 2.40039C13.7999 5.03948 14.5846 6.93946 15.8227 8.1776C17.0608 9.41574 18.9608 10.2004 21.5999 10.2004V13.8004C18.239 13.8004 15.339 12.785 13.2771 10.7232Z"
fill="#FF5100"
/>
<path
d="M10.7227 13.2776C8.66084 11.2158 5.76082 10.2004 2.3999 10.2004V13.8004C5.03899 13.8004 6.93897 14.5851 8.17711 15.8232C9.41525 17.0613 10.1999 18.9613 10.1999 21.6004C10.1999 19.0269 10.7952 16.7236 11.9999 14.8599C11.6313 14.2897 11.2057 13.7607 10.7227 13.2776Z"
fill="#FF5100"
/>
</svg>
</Icon>
)
})
CopilotBranded.displayName = 'CopilotBranded'
export default CopilotBranded
|