UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 293 B
import * as React from 'react'; export function SvgStopSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 6v20h20V6zm2 2h16v16H8z" }))); } export default SvgStopSolid;