UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 345 B
import * as React from 'react'; export function SvgPollSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v22h22V5H5zm2 2h18v18H7V7zm8 3v12h2V10h-2zm-5 4v8h2v-8h-2zm10 2v6h2v-6h-2z" }))); } export default SvgPollSolid;