UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 667 B
import * as React from 'react'; export function SvgDiceD20Solid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 3.719l-.625.5-8.25 6.406-.25.219-.094.312-2.75 10.094-.218.781L16 28.125l12.188-6.094-.22-.781-2.75-10.094-.093-.312-.25-.219-8.25-6.406zm-1 3.344V10h-3.781zm2 0L20.781 10H17zM9.062 12H14l-3.594 4.781zM18 12h4.938l-1.344 4.781zm-2 .688L20 18h-8zM7.812 15l1 3.5-2.25 1.125zm16.375 0l1.25 4.625-2.25-1.125zM12 20h8l-4 5.313zm-2.313.281l2.938 3.907L7.25 21.5zm12.626 0L24.75 21.5l-5.375 2.688z" }))); } export default SvgDiceD20Solid;