Update pythonico.tsx
This commit is contained in:
parent
0484a01cc3
commit
07ee51f604
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
|
||||
const Svg = (props: SVGProps<SVGSVGElement>) => (
|
||||
const SvgPythonico = (props: SVGProps<SVGSVGElement>) => (
|
||||
|
||||
<svgPythonico
|
||||
<svg
|
||||
width={24}
|
||||
height={64}
|
||||
viewBox="0 0 256 255"
|
||||
|
|
Loading…
Add table
Reference in a new issue