UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 394 B
import * as React from 'react'; export function SvgDiceThreeSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v22h22V5H5zm2 2h18v18H7V7zm4 2a2 2 0 000 4 2 2 0 000-4zm5 5a2 2 0 000 4 2 2 0 000-4zm5 5a2 2 0 000 4 2 2 0 000-4z" }))); } export default SvgDiceThreeSolid;