UNPKG

@onehat/ui

Version:
12 lines (9 loc) 739 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 320 512', path: <Path d="M64 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1a87.983 87.983 0 00-40.4 74v1.5c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128h-32C57.3 32 0 89.3 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 100-80 40 40 0 100 80z" />, }); export default SvgComponent