UNPKG

@onehat/ui

Version:
12 lines (9 loc) 503 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 448 512', path: <Path d="M8 256a56 56 0 11112 0 56 56 0 11-112 0zm160 0a56 56 0 11112 0 56 56 0 11-112 0zm216-56a56 56 0 110 112 56 56 0 110-112z" />, }); export default SvgComponent