File: /mnt/drbd/www/edenhouse/wp-content/plugins/essential-blocks/admin/src/icons/nav-templates.js
export const TemplatesIcon = (props) => {
return (
<svg
width="16"
height="16"
viewBox="0 0 14 14"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4.08325 11.0833V6.41667C4.08325 6.10725 4.20617 5.8105 4.42496 5.59171C4.64375 5.37292 4.9405 5.25 5.24992 5.25H11.6666C11.976 5.25 12.2728 5.37292 12.4915 5.59171C12.7103 5.8105 12.8333 6.10725 12.8333 6.41667V11.0833C12.8333 11.3928 12.7103 11.6895 12.4915 11.9083C12.2728 12.1271 11.976 12.25 11.6666 12.25H5.24992C4.9405 12.25 4.64375 12.1271 4.42496 11.9083C4.20617 11.6895 4.08325 11.3928 4.08325 11.0833Z"
stroke="#A7AED7"
/>
<path
d="M5.83325 7.00581L5.83909 6.99939M6.99992 7.00581L7.00575 6.99939M8.16659 7.00581L8.17242 6.99939"
stroke="#A7AED7"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M3.79175 9.33331H2.33341C2.024 9.33331 1.72725 9.2104 1.50846 8.9916C1.28966 8.77281 1.16675 8.47607 1.16675 8.16665V3.49998C1.16675 3.19056 1.28966 2.89381 1.50846 2.67502C1.72725 2.45623 2.024 2.33331 2.33341 2.33331H8.75008C9.0595 2.33331 9.35625 2.45623 9.57504 2.67502C9.79383 2.89381 9.91675 3.19056 9.91675 3.49998V5.24998"
stroke="#A7AED7"
/>
<path
d="M2.91675 4.08918L2.92258 4.08276M4.08341 4.08918L4.08925 4.08276M5.25008 4.08918L5.25592 4.08276"
stroke="#A7AED7"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
};