/* Icon set — thin 1.5 stroke, 24x24 */ const Icon = { Mic: (props) => ( ), List: (props) => ( ), ArrowLeft: (props) => ( ), Stop: (props) => ( ), Trash: (props) => ( ), Copy: (props) => ( ), Chevron: (props) => ( ), Plus: (props) => ( ), Check: (props) => ( ), Refresh: (props) => ( ), Eye: (props) => ( ), Pencil: (props) => ( ), }; window.Icon = Icon;