import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCube = withIcon(function IconCube(props) {
    return (<svg data-tag="IconCube" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M7.5 19.794c2.241 1.294 3.37 1.941 4.5 1.941s2.259-.647 4.5-1.94c2.241-1.295 3.366-1.95 3.931-2.927.565-.978.569-2.28.569-4.868 0-2.588-.004-3.89-.569-4.868-.565-.978-1.69-1.632-3.931-2.926-2.241-1.294-3.37-1.941-4.5-1.941s-2.259.647-4.5 1.94C5.259 5.5 4.134 6.156 3.569 7.133 3.004 8.11 3 9.412 3 12s.004 3.89.569 4.868c.565.978 1.69 1.632 3.931 2.926M18.75 12c0 .952 0 1.772-.034 2.412-.033.64-.1 1.099-.234 1.33-.133.232-.498.52-1.035.87-.538.348-1.248.758-2.072 1.234a218.164 218.164 0 0 1-1.135.65c-.404.227-.682.294-.86.19-.178-.106-.255-.383-.255-.846v-2.592c0-1.3 0-1.949.281-2.436.282-.487.844-.812 1.969-1.461l1.123-.649 1.123-.648c.4-.232.68-.304.86-.202.18.102.26.377.265.84A298.094 298.094 0 0 1 18.75 12M8.625 6.154c.824-.476 1.534-.886 2.105-1.176.57-.291 1.002-.463 1.27-.463s.7.172 1.27.463c.57.29 1.28.7 2.105 1.176l.589.341c.189.11.37.215.542.317.398.235.596.443.594.65-.002.206-.203.412-.604.643l-1.123.649-1.123.648c-1.125.65-1.687.974-2.25.974-.562 0-1.125-.325-2.25-.974l-1.123-.648-1.123-.649c-.4-.231-.602-.437-.604-.643-.002-.207.196-.415.595-.65.172-.102.353-.207.541-.317zm-2.246 3.9 1.123.648 1.123.649c1.125.649 1.687.974 1.969 1.461.28.487.28 1.137.28 2.436v2.592c0 .463-.076.74-.254.845-.178.105-.456.038-.86-.19a81.784 81.784 0 0 1-1.135-.65c-.824-.475-1.534-.885-2.072-1.234-.537-.349-.902-.636-1.035-.868-.134-.232-.201-.692-.235-1.331-.033-.64-.033-1.46-.033-2.412v-.68l.004-.628c.005-.463.086-.738.266-.84.18-.101.458-.03.86.202"/>
    </svg>);
});
//# sourceMappingURL=Cube.jsx.map