google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 660 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Ballot = createIcon("Ballot", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 9.5H18V7.5H13V9.5ZM13 16.5H18V14.5H13V16.5ZM19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21ZM6 11H11V6H6V11ZM7 7H10V10H7V7ZM6 18H11V13H6V18ZM7 14H10V17H7V14Z",
key: "1g3uhr"
}
]
]);
export { Ballot as default };
//# sourceMappingURL=ballot.js.map