UNPKG

@onehat/ui

Version:
12 lines (9 loc) 558 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="M64 480h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8l-19.2-25.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64z" />, }); export default SvgComponent