import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCookingPot = withIcon(function IconCookingPot(props) {
    return (<svg data-tag="IconCookingPot" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21 12.091a1.59 1.59 0 0 1-.466 1.125l-.284.284-.284.284a1.59 1.59 0 0 0-.466 1.125c0 3.045 0 4.568-.761 5.33-.762.76-2.285.761-5.33.761h-2.818c-3.045 0-4.568 0-5.33-.761-.761-.762-.761-2.285-.761-5.33a1.59 1.59 0 0 0-.466-1.125L3.75 13.5l-.284-.284A1.59 1.59 0 0 1 3 12.09c0-.796 0-1.193.199-1.392.199-.2.597-.2 1.392-.2h14.818c.796 0 1.193 0 1.392.2.199.199.199.597.199 1.392M3.528 7.524c.249-.506.617-.843 1.159-1.069.542-.226 1.257-.339 2.202-.396.306-.019.458-.024.538-.1.08-.078.086-.227.102-.533.064-1.213.266-1.82.91-2.122C9.083 3 10.169 3 11.999 3c1.832 0 2.918 0 3.562.304.644.303.846.91.91 2.122.016.306.023.455.102.532.08.077.232.082.538.1.944.058 1.66.172 2.202.397.542.226.91.563 1.159 1.069.302.613.41.982.273 1.198-.138.216-.522.278-1.206.278H4.461c-.684 0-1.068-.062-1.206-.278-.138-.216-.03-.585.273-1.198M10.492 6h3.016c.388 0 .6-.018.69-.131.092-.113.063-.32-.03-.697-.083-.336-.249-.504-.582-.588C13.252 4.5 12.752 4.5 12 4.5c-.752 0-1.252 0-1.586.084-.333.084-.5.252-.582.588-.093.377-.122.584-.03.697.09.113.302.131.69.131"/>
    </svg>);
});
//# sourceMappingURL=CookingPot.jsx.map