UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 397 B
import * as React from 'react'; export function SvgRubleSignSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M11 6v10H9v2h2v2H9v2h2v4h2v-4h5v-2h-5v-2h6c3.3 0 6-2.7 6-6s-2.7-6-6-6zm2 2h6c2.219 0 4 1.781 4 4 0 2.219-1.781 4-4 4h-6z" }))); } export default SvgRubleSignSolid;