(props: React.SVGProps<SVGSVGElement>)
| 1 | import React from 'react'; |
| 2 | export function IconDocs(props: React.SVGProps<SVGSVGElement>) { |
| 3 | return ( |
| 4 | <svg |
| 5 | {...props} |
| 6 | xmlns="http://www.w3.org/2000/svg" |
| 7 | width="24" |
| 8 | height="24" |
| 9 | viewBox="0 0 24 24" |
| 10 | fill="none" |
| 11 | > |
| 12 | <path |
| 13 | d="M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C5.66678 4.00011 4.33354 4.0002 3.00031 4.00017C1.89563 4.00014 1.00001 4.8956 1 6.00028C0.999974 10.0002 1.00004 14.0002 1.00002 18.0002C1.00001 19.1047 1.89536 20.0001 2.99988 20.0001C4.90759 20.0002 6.8153 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z" |
| 14 | fill="currentColor" |
| 15 | /> |
| 16 | <path |
| 17 | d="M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C17.1847 20.0001 19.0923 20.0001 21 20.0001C22.1046 20.0001 23 19.1047 23 18.0001C23 14.0001 23 10.0002 23 6.0002C23 4.89558 22.1045 4.00012 20.9999 4.00014C19.6666 4.00015 18.3333 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z" |
| 18 | fill="currentColor" |
| 19 | /> |
| 20 | </svg> |
| 21 | ); |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected