UNPKG

@onehat/ui

Version:
12 lines (9 loc) 575 B
import { createIcon } from "../Gluestack/icon"; // Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. import { Path, Svg } from 'react-native-svg'; const SvgComponent = createIcon({ Root: Svg, viewBox: '0 0 512 512', path: <Path d="M448 480H64c-35.3 0-64-28.7-64-64V192h512v224c0 35.3-28.7 64-64 64zm64-320H0V96c0-35.3 28.7-64 64-64h128c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8h160c35.3 0 64 28.7 64 64z" />, }); export default SvgComponent