import { SVG } from '@wordpress/primitives'; const fibosearch = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88.000000 88.000000" fill="none" > <g transform="translate(0.000000,88.000000) scale(0.100000,-0.100000)"> <path stroke="none" fill="#040404" fillRule="evenodd" d="M434 840 c-22 -5 -58 -16 -80 -26 l-39 -17 66 -8 c153 -17 271 -131 286 -277 l6 -55 15 29 c24 45 28 165 8 219 -22 57 -92 119 -151 134 -49 12 -53 12 -111 1z" /> <path stroke="none" fill="#7c3b7c" fillRule="evenodd" d="M766 725 c4 -11 18 -49 31 -85 61 -162 4 -334 -132 -400 -61 -30 -168 -25 -238 9 l-49 24 -99 -99 c-54 -54 -97 -99 -95 -101 2 -2 39 12 82 30 74 31 81 32 117 20 176 -60 367 19 451 185 54 106 54 215 2 326 -25 53 -84 129 -70 91z" /> <path stroke="none" fill="#7c3b7c" fillRule="evenodd" d="M265 711 c-62 -29 -102 -77 -119 -146 -20 -75 -20 -113 0 -191 l15 -62 -46 -84 c-26 -46 -58 -103 -72 -128 -21 -37 -1 -21 120 100 l146 144 -6 58 c-7 71 8 111 52 138 53 33 98 27 149 -20 23 -22 51 -58 61 -80 10 -22 21 -40 25 -40 14 0 20 80 10 126 -15 65 -33 97 -81 137 -75 65 -177 84 -254 48z" /> </g> </SVG> ); export default fibosearch;