| 1 | export const AutoWrapIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 2 | return ( |
| 3 | <svg |
| 4 | {...props} |
| 5 | viewBox="0 0 1024 1024" |
| 6 | version="1.1" |
| 7 | xmlns="http://www.w3.org/2000/svg" |
| 8 | width="1em" |
| 9 | height="1em" |
| 10 | fill="currentColor" |
| 11 | > |
| 12 | <path d="M178.6386094 224.63141562v661.65089286h57.63509505V224.63141562h-57.63509505z m349.96029819 91.52453025h-198.26472807v57.63509635h198.26472807c91.40926069 0 162.58860352 69.45029019 162.58860351 151.58029925 0 82.18764578-71.17934283 151.63793598-162.53096807 151.63793598h-94.34865094v-75.3290694l-135.32720425 104.14661757 135.32720425 104.20425172v-75.38670483h94.2910155c119.99626842 0 220.22369857-92.10088199 220.22369856-209.2153956 0-117.17214903-100.22743013-209.27303103-220.16606312-209.27303104z m311.69059468-31.41112583v541.30881446h57.63509505V284.74482004h-57.63509505z" /> |
| 13 | </svg> |
| 14 | ) |
| 15 | } |
| 16 | |
| 17 | export const OverflowIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 18 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…