File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/admin/src/icons/nav-home.js
export const HomeIcon = (props) => {
return (
<svg
width="14"
height="14"
viewBox="0 0 14 14"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5.25 9.91666H8.75M9.91667 12.25H4.08333C3.46449 12.25 2.871 12.0042 2.43342 11.5666C1.99583 11.129 1.75 10.5355 1.75 9.91666V6.24633C1.74999 5.84512 1.85343 5.45069 2.05034 5.10112C2.24724 4.75156 2.53096 4.45867 2.87408 4.25075L5.79075 2.48325C6.1554 2.26228 6.57362 2.14545 7 2.14545C7.42638 2.14545 7.8446 2.26228 8.20925 2.48325L11.1259 4.25075C11.469 4.45862 11.7526 4.75142 11.9495 5.10087C12.1464 5.45032 12.2499 5.84464 12.25 6.24575V9.91666C12.25 10.5355 12.0042 11.129 11.5666 11.5666C11.129 12.0042 10.5355 12.25 9.91667 12.25Z"
stroke="#A7AED7"
strokeWidth="1.2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
};