UNPKG

@evg-b/evg-icons

Version:

material icons

18 lines (15 loc) 621 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Ballot = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", fillRule: "evenodd", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M13,9.5h5v-2h-5V9.5z M13,16.5h5v-2h-5V16.5z M19,21H5c-1.1,0-2-0.9-2-2V5 c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v14C21,20.1,20.1,21,19,21z M6,11h5V6H6V11z M7,7h3v3H7V7z M6,18h5v-5H6V18z M7,14h3v3H7V14z", fillRule: "evenodd" })), name: 'Ballot' }); export default Ballot;