react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 638 B
JavaScript
import * as React from 'react';
export function SvgPoundSignSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M17.688 5c-.27 0-.547.027-.813.063C13.699 5.476 11 8.203 11 11.655c0 1.13.281 2.242.656 3.344H9v2h3.406c.2.555.36 1.102.5 1.656.563 2.207.621 4.184-1.375 6.344H8v2h16v-5h-2v3h-7.938c1.391-2.305 1.317-4.746.782-6.844-.102-.398-.227-.773-.344-1.156H20v-2h-6.156C13.39 13.691 13 12.531 13 11.656c0-3.23 3.3-5.543 6.375-4.312l.75-1.844c-.816-.324-1.629-.5-2.438-.5z" })));
}
export default SvgPoundSignSolid;