add prettier formatter to all file
This commit is contained in:
@@ -1,12 +1,27 @@
|
||||
function StethoscopeF() {
|
||||
return (
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.5 5V5C6.11929 5 5 6.11929 5 7.5V12C5 14.7614 7.23858 17 10 17V17M7.5 5C7.5 5.55228 7.94772 6 8.5 6C9.05228 6 9.5 5.55228 9.5 5C9.5 4.44772 9.05228 4 8.5 4C7.94772 4 7.5 4.44772 7.5 5ZM13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5ZM13 5V5C14.1046 5 15 5.89543 15 7V12C15 14.7614 12.7614 17 10 17V17M10 17C10 22 18.5 22.5 18.5 17V13" stroke="#F17732" />
|
||||
<path d="M20 11.5C20 12.3284 19.3284 13 18.5 13C17.6716 13 17 12.3284 17 11.5C17 10.6716 17.6716 10 18.5 10C19.3284 10 20 10.6716 20 11.5Z" stroke="#F17732" />
|
||||
<path d="M18.5 11.49H18.51V11.5H18.5V11.49Z" stroke="#F17732" strokeLinejoin="round" />
|
||||
</svg>
|
||||
|
||||
)
|
||||
return (
|
||||
<svg
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M7.5 5V5C6.11929 5 5 6.11929 5 7.5V12C5 14.7614 7.23858 17 10 17V17M7.5 5C7.5 5.55228 7.94772 6 8.5 6C9.05228 6 9.5 5.55228 9.5 5C9.5 4.44772 9.05228 4 8.5 4C7.94772 4 7.5 4.44772 7.5 5ZM13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5ZM13 5V5C14.1046 5 15 5.89543 15 7V12C15 14.7614 12.7614 17 10 17V17M10 17C10 22 18.5 22.5 18.5 17V13"
|
||||
stroke="#F17732"
|
||||
/>
|
||||
<path
|
||||
d="M20 11.5C20 12.3284 19.3284 13 18.5 13C17.6716 13 17 12.3284 17 11.5C17 10.6716 17.6716 10 18.5 10C19.3284 10 20 10.6716 20 11.5Z"
|
||||
stroke="#F17732"
|
||||
/>
|
||||
<path
|
||||
d="M18.5 11.49H18.51V11.5H18.5V11.49Z"
|
||||
stroke="#F17732"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
export default StethoscopeF
|
||||
export default StethoscopeF;
|
||||
|
||||
Reference in New Issue
Block a user