react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 524 B
JavaScript
import * as React from 'react';
export function SvgMoneyBillAltSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M2 7v17h28V7H2zm4 2h20a2 2 0 002 2v9a2 2 0 00-2 2H6a2 2 0 00-2-2v-9a2 2 0 002-2zm9 2c0 1.439-.561 2-2 2v2c.776 0 1.437-.151 2-.412V20h2v-9h-2zm-6.5 3a1.5 1.5 0 10.001 3.001A1.5 1.5 0 008.5 14zm15 0a1.5 1.5 0 10.001 3.001A1.5 1.5 0 0023.5 14z" })));
}
export default SvgMoneyBillAltSolid;