import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHome = withIcon(function IconHome(props) {
    return (<svg data-tag="IconHome" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.125 14.878v3.497c0 1.048-.132 1.704-.527 2.099-.394.394-1.05.526-2.098.526-1.048 0-1.704-.132-2.098-.526-.395-.395-.527-1.051-.527-2.099v-1.5c0-.748-.095-1.217-.376-1.499-.282-.281-.75-.376-1.499-.376-.748 0-1.217.095-1.499.376-.281.282-.376.75-.376 1.5v1.5c0 1.047-.132 1.703-.527 2.098-.394.394-1.05.526-2.098.526-1.048 0-1.704-.132-2.098-.526-.395-.395-.527-1.051-.527-2.099v-3.497c-2.339-.172-3.22-.589-2.95-1.597s1.691-2.607 3.954-5.146C8.932 4.712 10.466 3 12 3c1.534 0 3.068 1.712 6.12 5.135 2.264 2.539 3.684 4.138 3.954 5.146s-.61 1.425-2.949 1.597"/>
    </svg>);
});
//# sourceMappingURL=Home.jsx.map