Init(Coore): add to repo
This commit is contained in:
8
components/HeaderSearchIcon.js
Executable file
8
components/HeaderSearchIcon.js
Executable file
@@ -0,0 +1,8 @@
|
||||
export default function HeaderSearchIcon({color}){
|
||||
return(
|
||||
<svg className="ml-4" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19.5 29.25C14.1261 29.25 9.75 24.8739 9.75 19.5C9.75 14.1261 14.1261 9.75 19.5 9.75C24.8739 9.75 29.25 14.1261 29.25 19.5C29.25 24.8739 24.8739 29.25 19.5 29.25ZM19.5 10.25C14.3935 10.25 10.25 14.4042 10.25 19.5C10.25 24.5958 14.3935 28.75 19.5 28.75C24.6065 28.75 28.75 24.5958 28.75 19.5C28.75 14.4042 24.6065 10.25 19.5 10.25Z" fill={color} stroke={color}/>
|
||||
<path d="M30 30.2499C29.9355 30.2499 29.8748 30.2277 29.8236 30.1764L27.8236 28.1764C27.7288 28.0817 27.7288 27.9182 27.8236 27.8235C27.9183 27.7288 28.0817 27.7288 28.1765 27.8235L30.1765 29.8235C30.2712 29.9182 30.2712 30.0817 30.1765 30.1764C30.1252 30.2277 30.0646 30.2499 30 30.2499Z" fill={color} stroke={color}/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user