11 lines
939 B
JavaScript
11 lines
939 B
JavaScript
function EditLogin() {
|
|
return (
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none">
|
|
<path d="M11.0495 3.50002L4.2078 10.7417C3.94947 11.0167 3.69947 11.5584 3.64947 11.9334L3.34114 14.6334C3.2328 15.6084 3.9328 16.275 4.89947 16.1084L7.5828 15.65C7.9578 15.5834 8.4828 15.3084 8.74114 15.025L15.5828 7.78335C16.7661 6.53335 17.2995 5.10835 15.4578 3.36668C13.6245 1.64168 12.2328 2.25002 11.0495 3.50002Z" stroke="#FF8848" strokeWidth="2" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
|
<path d="M9.9082 4.7085C10.2665 7.0085 12.1332 8.76683 14.4499 9.00016" stroke="#FF8848" strokeWidth="2" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
|
<path d="M2.5 18.8335H17.5" stroke="#FF8848" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
|
</svg>
|
|
)
|
|
}
|
|
|
|
export default EditLogin |