ab-tests
Version:
HBUI library
21 lines (18 loc) • 721 B
JavaScript
import React from "react";
function Home() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
height="13"
viewBox="0 0 14 13"
className='home-icon'
tw="fill-current text-secondary"
>
<path
d="M13.492 5.938l-1.265-1.079V1.625a.385.385 0 00-.375-.375h-1.477a.385.385 0 00-.375.375v1.266L7.492.687A.806.806 0 007 .5a.781.781 0 00-.516.188l-6 5.25A.752.752 0 001 7.25h.75V11c0 .844.656 1.5 1.5 1.5h7.477c.843 0 1.5-.656 1.5-1.5V7.25H13c.398 0 .75-.328.75-.75 0-.21-.094-.398-.258-.563zM8.5 7.508A.5.5 0 017.984 8H5.992a.48.48 0 01-.492-.492V5.516A.5.5 0 015.992 5h1.992a.52.52 0 01.516.516v1.992z"
></path>
</svg>
);
}
export default Home;