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,14 +2,13 @@ import * as React from "react";
|
|||||||
import { SVGProps } from "react";
|
import { SVGProps } from "react";
|
||||||
|
|
||||||
const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
|
const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
|
||||||
|
<svg
|
||||||
<svg
|
width={24}
|
||||||
width={24}
|
height={64}
|
||||||
height={64}
|
viewBox="0 0 256 255"
|
||||||
viewBox="0 0 256 255"
|
fill="none"
|
||||||
fill="none"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
{...props}
|
||||||
{...props}
|
|
||||||
>
|
>
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient x1="12.959%" y1="12.039%" x2="79.639%" y2="78.201%" id="a">
|
<linearGradient x1="12.959%" y1="12.039%" x2="79.639%" y2="78.201%" id="a">
|
||||||
@ -30,7 +29,6 @@ const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
|
|||||||
fill="url(#b)"
|
fill="url(#b)"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
export default svgPythonico;
|
export default svgPythonico;
|
||||||
|
Loading…
Reference in New Issue
Block a user