import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDashboard = withIcon(function IconDashboard(props) {
    return (<svg data-tag="IconDashboard" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.43 14.927c-.612.354-1.09.457-1.451.3-.363-.158-.61-.576-.764-1.266A8.952 8.952 0 0 1 3 12c0-2.023.668-3.89 1.795-5.393A9.016 9.016 0 0 1 9.345 3.4c.665-.204 1.141-.19 1.451.048.31.239.454.702.454 1.397v1.57c0 .427-.031.7-.162.907-.13.206-.36.345-.758.503A4.516 4.516 0 0 0 8.293 9.45a4.468 4.468 0 0 0-.745 3.2c.063.418.058.685-.054.9-.112.214-.331.377-.698.589l-.683.394zm8.259-7.095a4.467 4.467 0 0 1 1.1.638c.333.262.566.391.808.401.242.01.493-.099.86-.31l.68-.393.68-.392c.612-.354.94-.715.985-1.108.044-.392-.194-.816-.715-1.294a9.016 9.016 0 0 0-3.38-1.957c-.678-.214-1.167-.211-1.487.022-.32.234-.47.699-.47 1.41v1.644c0 .42.04.676.178.867.137.19.372.315.761.472m4.128 8.393-.668-.386-.668-.386c-.375-.217-.632-.328-.88-.318-.247.01-.486.14-.827.408a4.492 4.492 0 0 1-5.547 0c-.342-.267-.581-.398-.829-.408-.247-.01-.503.101-.88.318l-.667.386-.668.386c-.62.357-.946.721-.986 1.116-.04.395.208.822.737 1.305A8.969 8.969 0 0 0 12 21a8.969 8.969 0 0 0 6.066-2.354c.528-.483.776-.91.736-1.305-.04-.395-.366-.759-.986-1.116m2.968-6.186c-.154-.69-.401-1.109-.764-1.266-.362-.157-.839-.054-1.451.3l-.708.408-.707.409c-.368.212-.571.377-.669.593-.097.217-.088.486-.029.906a4.382 4.382 0 0 1-.006 1.263c-.063.418-.058.683.053.897.111.213.33.375.695.586l.685.396.686.396c.612.354 1.09.457 1.451.3.363-.158.61-.576.764-1.266A8.952 8.952 0 0 0 21 12a9.081 9.081 0 0 0-.215-1.961"/>
    </svg>);
});
//# sourceMappingURL=Dashboard.jsx.map