UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 307 B
import * as React from 'react'; export function SvgSlashSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M26.281 4.281l-22 22L5.72 27.72l22-22z" }))); } export default SvgSlashSolid;