import React from 'react';
import withIcon from '../lib/withIcon';
export const IconApple = withIcon(function IconApple(props) {
    return (<svg data-tag="IconApple" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.166 3c.12 1.055-.314 2.113-.957 2.875-.644.76-1.7 1.352-2.732 1.274-.142-1.034.38-2.112.976-2.784.665-.761 1.787-1.329 2.713-1.365m3.343 6.144c-.168.1-2.002 1.195-1.982 3.42.025 2.687 2.382 3.605 2.47 3.64H20l-.003.012a9.819 9.819 0 0 1-1.272 2.55c-.768 1.095-1.565 2.187-2.82 2.211-.603.01-1.006-.16-1.425-.337-.438-.186-.895-.379-1.616-.379-.755 0-1.232.199-1.692.39-.398.166-.784.327-1.326.348-1.212.045-2.134-1.186-2.908-2.278-1.582-2.235-2.791-6.315-1.167-9.069.806-1.368 2.246-2.233 3.811-2.256.675-.013 1.328.24 1.9.462.436.169.825.32 1.14.32.282 0 .66-.146 1.102-.316.696-.268 1.547-.596 2.424-.51.601.026 2.287.238 3.37 1.786z"/>
    </svg>);
});
//# sourceMappingURL=Apple.jsx.map