react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 354 B
JavaScript
import * as React from 'react';
export function SvgHashtagSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M11 5v6H5v2h6v6H5v2h6v6h2v-6h6v6h2v-6h6v-2h-6v-6h6v-2h-6V5h-2v6h-6V5zm2 8h6v6h-6z" })));
}
export default SvgHashtagSolid;