react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 477 B
JavaScript
import * as React from 'react';
export function SvgCommentSlashSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M3.707 2.293L2.293 3.707l26 26 1.414-1.414L27.414 26H29V6H7.414L3.707 2.293zM3 7.243V26h9.586L16 29.414 19.414 26h2.344l-2-2h-1.172L16 26.586 13.414 24H5V9.242l-2-2zM9.414 8H27v16h-1.586l-16-16z" })));
}
export default SvgCommentSlashSolid;