Update pythonico.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 17:58:51 +01:00 committed by GitHub
parent 0484a01cc3
commit 07ee51f604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
import * as React from "react"; import * as React from "react";
import { SVGProps } from "react"; import { SVGProps } from "react";
const Svg = (props: SVGProps<SVGSVGElement>) => ( const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
<svgPythonico <svg
width={24} width={24}
height={64} height={64}
viewBox="0 0 256 255" viewBox="0 0 256 255"