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