// SVG icon set — single-color, currentColor. const Icon = { Plumbing: (props) => ( ), Flame: (props) => ( ), Bolt: (props) => ( ), Gas: (props) => ( ), Hammer: (props) => ( ), Tile: (props) => ( ), Frame: (props) => ( ), Phone: (props) => ( ), Mail: (props) => ( ), MapPin: (props) => ( ), Clock: (props) => ( ), Check: (props) => ( ), ArrowRight: (props) => ( ), ChatBubble: (props) => ( ), Close: (props) => ( ), Send: (props) => ( ), Menu: (props) => ( ), Shield: (props) => ( ), Star: (props) => ( ), Facebook: (props) => ( ), }; window.Icon = Icon;