import React from 'react';
import withIcon from '../lib/withIcon';
export const IconStore = withIcon(function IconStore(props) {
    return (<svg data-tag="IconStore" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.5 14.438v4.124c0 .97-.125 1.58-.491 1.947-.367.366-.977.491-1.947.491-.97 0-1.579-.125-1.946-.491-.367-.367-.491-.977-.491-1.947v-.937c0-1.044-.134-1.7-.53-2.096C13.7 15.134 13.046 15 12 15c-1.044 0-1.7.134-2.096.53-.395.395-.529 1.05-.529 2.095v.938c0 .97-.124 1.579-.492 1.946-.366.366-.976.491-1.945.491-.97 0-1.58-.125-1.946-.491-.367-.367-.492-.977-.492-1.947v-4.125c0-.97.125-1.578.492-1.945.367-.368.976-.492 1.946-.492h10.125c.97 0 1.579.124 1.946.492.366.366.491.976.491 1.945m1.626-7.874-.743-1.114-.742-1.114c-.401-.601-.664-.935-1.007-1.119-.343-.183-.767-.217-1.49-.217H6.856c-.723 0-1.147.033-1.49.217-.343.184-.606.518-1.007 1.119L3.617 5.45l-.743 1.114c-.293.44-.45.69-.532.964-.083.273-.092.569-.092 1.097 0 .746.096 1.215.378 1.497.282.282.751.378 1.497.378.746 0 1.215-.096 1.497-.378C5.904 9.84 6 9.371 6 8.625c0-.298.038-.486.151-.599.113-.113.3-.151.599-.151.298 0 .486.038.599.151.113.113.151.3.151.599 0 .746.096 1.215.378 1.497.282.282.751.378 1.497.378.746 0 1.215-.096 1.497-.378.282-.282.378-.751.378-1.497 0-.298.038-.486.151-.599.113-.113.3-.151.599-.151.298 0 .486.038.599.151.113.113.151.3.151.599 0 .746.096 1.215.378 1.497.282.282.751.378 1.497.378.746 0 1.215-.096 1.497-.378.282-.282.378-.751.378-1.497 0-.298.038-.486.151-.599.113-.113.3-.151.599-.151.298 0 .486.038.599.151.113.113.151.3.151.599 0 .746.096 1.215.378 1.497.282.282.751.378 1.497.378.746 0 1.215-.096 1.497-.378.282-.282.378-.751.378-1.497 0-.528-.01-.824-.092-1.097-.083-.273-.239-.524-.532-.964"/>
    </svg>);
});
//# sourceMappingURL=Store.jsx.map