import React from 'react'; import Svg, { Path } from 'react-native-svg'; import { IconProps } from './utils/base'; export const Code = ({ height, width, ...rest }: IconProps) => ( );