import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFeed = withIcon(function IconFeed(props) {
    return (<svg data-tag="IconFeed" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.75 3.75h-1.5c-4.125 0-6.187 0-7.219 1.031C3 5.812 3 7.875 3 12s0 6.187 1.031 7.219c1.031 1.03 3.094 1.03 7.219 1.03h1.5c4.125 0 6.188 0 7.219-1.03 1.03-1.032 1.03-3.094 1.03-7.22 0-4.124 0-6.187-1.03-7.218C18.937 3.75 16.875 3.75 12.75 3.75m-.75 3h4.5c.3 0 .487.038.6.15.112.113.15.3.15.6s-.038.487-.15.6c-.113.112-.3.15-.6.15H12c-.3 0-.487-.038-.6-.15-.112-.113-.15-.3-.15-.6s.038-.487.15-.6c.113-.112.3-.15.6-.15M7.5 6A1.496 1.496 0 0 1 9 7.5c0 .414-.168.79-.44 1.06a1.496 1.496 0 0 1-2.121 0A1.495 1.495 0 0 1 6 7.5c0-.414.168-.79.44-1.06A1.49 1.49 0 0 1 7.5 6m7.875 12h-6.75c-1.687 0-2.531 0-2.953-.422-.422-.422-.422-1.265-.422-2.953 0-1.687 0-2.531.422-2.953.422-.422 1.266-.422 2.953-.422h6.75c1.688 0 2.531 0 2.953.422.422.422.422 1.265.422 2.953s0 2.531-.422 2.953c-.422.422-1.265.422-2.953.422"/>
    </svg>);
});
//# sourceMappingURL=Feed.jsx.map