/** * Copyright 2022 Design Barn Inc. */ import * as React from 'react'; export const LinkIcon: React.FC<{ color: string }> = ({ color }): JSX.Element => ( );