mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update oracle-icon.tsx
This commit is contained in:
parent
99d98887de
commit
6fbdc48136
@ -2,8 +2,15 @@ import * as React from "react";
|
|||||||
import { SVGProps } from "react";
|
import { SVGProps } from "react";
|
||||||
|
|
||||||
export const OracleIcon = (props: SVGProps<SVGSVGElement>) => (
|
export const OracleIcon = (props: SVGProps<SVGSVGElement>) => (
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
width="800px" height="201.333px" viewBox="0 0 800 201.333" enable-background="new 0 0 800 201.333" xml:space="preserve">
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width={201.33}
|
||||||
|
height={800}
|
||||||
|
viewBox="0 0 800 201.333"
|
||||||
|
fill="none"
|
||||||
|
{...props}
|
||||||
|
>
|
||||||
<path fill="#B82025" d="M210.299,61.426h24.893l33.717,79.652h-20.932l-7.467-18.102h-35.414l-6.902,18.102H178.28L210.299,61.426z
|
<path fill="#B82025" d="M210.299,61.426h24.893l33.717,79.652h-20.932l-7.467-18.102h-35.414l-6.902,18.102H178.28L210.299,61.426z
|
||||||
M222.067,73.872c-1.698,5.884-5.997,17.991-11.993,33.603h25.118c-7.468-18.215-11.087-27.607-13.012-33.603H222.067z"/>
|
M222.067,73.872c-1.698,5.884-5.997,17.991-11.993,33.603h25.118c-7.468-18.215-11.087-27.607-13.012-33.603H222.067z"/>
|
||||||
<rect x="278.183" y="56.787" fill="#B82025" width="18.443" height="84.293"/>
|
<rect x="278.183" y="56.787" fill="#B82025" width="18.443" height="84.293"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user