import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandApple = withIcon(function IconBrandApple(props) {
    return (<svg data-tag="IconBrandApple" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.161 2c.13 1.172-.343 2.348-1.043 3.194-.7.844-1.85 1.502-2.975 1.415-.155-1.148.414-2.345 1.063-3.093.725-.845 1.946-1.476 2.955-1.516m3.641 6.826c-.183.112-2.181 1.328-2.159 3.8.027 2.986 2.594 4.006 2.69 4.045h.003l-.003.013c-.048.154-.453 1.472-1.385 2.832-.837 1.218-1.704 2.432-3.071 2.458-.657.012-1.096-.178-1.552-.375-.478-.206-.975-.42-1.76-.42-.822 0-1.342.22-1.843.433-.434.184-.854.363-1.444.386-1.32.05-2.324-1.317-3.168-2.53C4.388 16.983 3.07 12.45 4.84 9.39c.877-1.52 2.446-2.482 4.15-2.507.735-.014 1.446.267 2.07.513.475.188.898.356 1.24.356.308 0 .72-.162 1.201-.351.758-.298 1.685-.662 2.64-.566.655.028 2.49.264 3.67 1.984z"/>
    </svg>);
});
//# sourceMappingURL=BrandApple.jsx.map