2026-02-21 09:27:41 +00:00

11 lines
755 B
JavaScript

import React from 'react'
const Home = () => (
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M13.796 4.13609C12.8136 3.12147 11.1863 3.12147 10.2039 4.13608L5.40546 9.09182C5.12987 9.37643 4.94469 9.73624 4.87323 10.1259C4.29047 13.3039 4.24745 16.5573 4.74599 19.7496L4.92249 20.8798C4.97824 21.2368 5.2857 21.5 5.64701 21.5H8.99997C9.27611 21.5 9.49997 21.2761 9.49997 21V14H14.5V21C14.5 21.2761 14.7238 21.5 15 21.5H18.3529C18.7142 21.5 19.0217 21.2368 19.0774 20.8798L19.2539 19.7496C19.7524 16.5573 19.7094 13.3039 19.1267 10.1259C19.0552 9.73624 18.87 9.37643 18.5944 9.09182L13.796 4.13609Z" />
</svg>
)
export default Home