4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
![]() |
import { IconDefinition } from '../types';
|
||
|
declare const LineHeightOutline: IconDefinition;
|
||
|
export default LineHeightOutline;
|