import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPoll = withIcon(function IconPoll(props) {
    return (<svg data-tag="IconPoll" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21 12c0 .9-.113 1.462-.45 1.8-.338.337-.9.45-1.8.45H5.25c-.9 0-1.462-.113-1.8-.45-.337-.338-.45-.9-.45-1.8s.113-1.462.45-1.8c.338-.337.9-.45 1.8-.45h13.5c.9 0 1.462.113 1.8.45.337.338.45.9.45 1.8m-6.75-9h-9c-.9 0-1.462.113-1.8.45-.337.338-.45.9-.45 1.8s.113 1.462.45 1.8c.338.337.9.45 1.8.45h9c.9 0 1.462-.113 1.8-.45.337-.338.45-.9.45-1.8s-.113-1.462-.45-1.8c-.338-.337-.9-.45-1.8-.45m-4.5 13.5h-4.5c-.9 0-1.462.113-1.8.45-.337.338-.45.9-.45 1.8s.113 1.462.45 1.8c.338.337.9.45 1.8.45h4.5c.9 0 1.462-.113 1.8-.45.337-.338.45-.9.45-1.8s-.113-1.462-.45-1.8c-.338-.337-.9-.45-1.8-.45"/>
    </svg>);
});
//# sourceMappingURL=Poll.jsx.map