UNPKG

@onehat/ui

Version:
12 lines (9 loc) 596 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 128 512', path: <Path d="M64 360c30.9 0 56 25.1 56 56s-25.1 56-56 56-56-25.1-56-56 25.1-56 56-56zm0-160c30.9 0 56 25.1 56 56s-25.1 56-56 56-56-25.1-56-56 25.1-56 56-56zm56-104c0 30.9-25.1 56-56 56S8 126.9 8 96s25.1-56 56-56 56 25.1 56 56z" />, }); export default SvgComponent