mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update pythonico.tsx
This commit is contained in:
parent
f9d17a833e
commit
b45201c5cb
@ -2,7 +2,6 @@ import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
|
||||
const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
|
||||
|
||||
<svg
|
||||
width={24}
|
||||
height={64}
|
||||
@ -30,7 +29,6 @@ const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
|
||||
fill="url(#b)"
|
||||
/>
|
||||
</svg>
|
||||
|
||||
);
|
||||
|
||||
export default svgPythonico;
|
||||
|
Loading…
Reference in New Issue
Block a user