4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import { IconDefinition } from '../types';
|
|
declare const PropertySafetyOutline: IconDefinition;
|
|
export default PropertySafetyOutline;
|