initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const ContentCompact = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<rect x='19.4209' y='4.67169' width='64.7547' height='8.8' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='22.3447' y='6.87164' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='65.5146' y='6.87164' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='71.4014' y='6.87164' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='77.2881' y='6.87164' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='44.3525' y='19.6135' width='40.2264' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='19.4209' y='19.6135' width='19.0455' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='19.4209' y='42.4545' width='65.1591' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default ContentCompact
|
||||
@@ -0,0 +1,20 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const ContentWide = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<rect x='6.6875' y='4.67169' width='90.6244' height='8.8' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='10.165' y='6.87164' width='4.90566' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='75.2002' y='6.87164' width='4.90566' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='82.0674' y='6.87164' width='4.90566' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='88.9346' y='6.87164' width='4.90566' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='41.3652' y='19.6135' width='55.9476' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='6.6875' y='19.6135' width='26.4888' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='6.6875' y='42.4545' width='90.6244' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default ContentWide
|
||||
@@ -0,0 +1,96 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const DirectionLtr = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<rect x='5.20215' y='4.12146' width='24.0976' height='57.5885' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect
|
||||
x='10.3232'
|
||||
y='16.8697'
|
||||
width='13.8545'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='10.3232'
|
||||
y='25.5618'
|
||||
width='9.87943'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='10.3232'
|
||||
y='34.2538'
|
||||
width='12.3826'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='10.3232' y='42.946' width='6.08818' height='2.0921' rx='1.04605' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='10.3232'
|
||||
y='51.6384'
|
||||
width='8.09094'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='35.5137' y='4.12134' width='62.3885' height='57.5885' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect
|
||||
x='43.7578'
|
||||
y='14.1833'
|
||||
width='13.8545'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='43.7578'
|
||||
y='22.8753'
|
||||
width='32.8013'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='43.7578'
|
||||
y='31.5674'
|
||||
width='41.2076'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='43.7578'
|
||||
y='40.2593'
|
||||
width='32.8013'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='43.7578'
|
||||
y='48.9517'
|
||||
width='5.77482'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default DirectionLtr
|
||||
@@ -0,0 +1,96 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const DirectionRtl = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<rect x='73.4756' y='4.12134' width='24.0976' height='57.5885' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect
|
||||
x='78.5986'
|
||||
y='16.8697'
|
||||
width='13.8545'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='82.5713'
|
||||
y='25.5618'
|
||||
width='9.87943'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='80.0693'
|
||||
y='34.2537'
|
||||
width='12.3826'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='86.3633'
|
||||
y='42.9459'
|
||||
width='6.08818'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='84.3613'
|
||||
y='51.6382'
|
||||
width='8.09094'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='5.20215' y='4.12146' width='62.3885' height='57.5885' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='45.709' y='14.1833' width='13.8545' height='2.0921' rx='1.04605' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='26.7617'
|
||||
y='22.8754'
|
||||
width='32.8013'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='18.3555'
|
||||
y='31.5674'
|
||||
width='41.2076'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='26.7617'
|
||||
y='40.2594'
|
||||
width='32.8013'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='53.7881'
|
||||
y='48.9517'
|
||||
width='5.77482'
|
||||
height='2.0921'
|
||||
rx='1.04605'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default DirectionRtl
|
||||
@@ -0,0 +1,62 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const LayoutCollapsed = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<path
|
||||
d='M0 4C0 1.79086 1.79086 0 4 0H13.7359V66H4C1.79086 66 0 64.2091 0 62V4Z'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.04'
|
||||
/>
|
||||
<rect
|
||||
x='2.94336'
|
||||
y='23.8839'
|
||||
width='7.84906'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='3.43359' y='5.88135' width='6.86793' height='6.79412' rx='2' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='2.94336'
|
||||
y='34.4382'
|
||||
width='7.84906'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='2.94336'
|
||||
y='44.9923'
|
||||
width='7.84906'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='2.94336'
|
||||
y='55.5463'
|
||||
width='7.84906'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='21.4717' y='4.67169' width='75.437' height='8.8' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='25.6172' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='78.248' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='84.1348' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='90.0215' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='50.4912' y='19.6134' width='46.8212' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='21.4717' y='19.6134' width='22.1679' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='21.4717' y='42.4545' width='75.8413' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default LayoutCollapsed
|
||||
@@ -0,0 +1,45 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const LayoutHorizontal = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<rect x='44.0068' y='19.6136' width='46.8212' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='14.9854' y='19.6136' width='22.1679' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='14.9854' y='42.4547' width='75.8413' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='14.9248' y='4.68896' width='74.1506' height='9.00999' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='20.0264' y='6.50403' width='6.00327' height='5.38019' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='33.877' y='7.96356' width='6.6372' height='2.46129' rx='1.23064' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='48.3652'
|
||||
y='7.96356'
|
||||
width='6.6372'
|
||||
height='2.46129'
|
||||
rx='1.23064'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='62.8506'
|
||||
y='7.96356'
|
||||
width='6.6372'
|
||||
height='2.46129'
|
||||
rx='1.23064'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='77.3379'
|
||||
y='7.96356'
|
||||
width='6.6372'
|
||||
height='2.46129'
|
||||
rx='1.23064'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default LayoutHorizontal
|
||||
@@ -0,0 +1,62 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const LayoutVertical = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<path
|
||||
d='M0 4C0 1.79086 1.79086 0 4 0H27.4717V66H4C1.79086 66 0 64.2091 0 62V4Z'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.08'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='23.8839'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='8.83008' y='5.88135' width='9.81132' height='9.70588' rx='2' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='34.4382'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='44.9923'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='55.5463'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='32.1523' y='4.67169' width='64.7547' height='8.8' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='35.0781' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='78.248' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='84.1348' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='90.0215' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='57.0859' y='19.6134' width='40.2264' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='32.1523' y='19.6134' width='19.0455' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='32.1523' y='42.4545' width='65.1591' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default LayoutVertical
|
||||
@@ -0,0 +1,37 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const Logo = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='1.4583em' height='1em' viewBox='0 0 35 24' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<path
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M0.00188479 0V7.47707C0.00188479 7.47707 -0.145285 9.83135 2.161 11.8242L14.9358 23.9961L21.5792 23.9107L20.5136 10.7809L17.9947 7.82497L10.0778 0H0.00188479Z'
|
||||
fill='currentColor'
|
||||
/>
|
||||
<path
|
||||
opacity='0.06'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M8.39807 17.9307L13.6581 3.53127L18.059 7.91564L8.39807 17.9307Z'
|
||||
fill='#161616'
|
||||
/>
|
||||
<path
|
||||
opacity='0.06'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M8.81183 17.3645L15.2093 5.06165L18.0926 7.94695L8.81183 17.3645Z'
|
||||
fill='#161616'
|
||||
/>
|
||||
<path
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M8.47955 17.8436L25.8069 0H34.9091V7.50963C34.9091 7.50963 34.7195 10.0128 33.4463 11.3517L21.5808 24H14.9387L8.47955 17.8436Z'
|
||||
fill='currentColor'
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default Logo
|
||||
@@ -0,0 +1,57 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const SkinDefault = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='23.8839'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='8.83008' y='5.88135' width='9.81132' height='9.70588' rx='2' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='34.4381'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='44.9923'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='55.5462'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='34.6152' y='5.17166' width='63.7547' height='7.8' rx='1.5' stroke='currentColor' strokeOpacity='0.12' />
|
||||
<rect x='37.0391' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='80.21' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='86.0957' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='91.002' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='58.9844' y='20.1134' width='39.2264' height='16.6' rx='1.5' stroke='currentColor' strokeOpacity='0.12' />
|
||||
<rect x='34.6152' y='20.1134' width='18.0455' height='16.6' rx='1.5' stroke='currentColor' strokeOpacity='0.12' />
|
||||
<rect x='34.6152' y='42.9545' width='63.7547' height='16.6' rx='1.5' stroke='currentColor' strokeOpacity='0.12' />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default SkinDefault
|
||||
@@ -0,0 +1,62 @@
|
||||
// React Imports
|
||||
import type { SVGAttributes } from 'react'
|
||||
|
||||
const SkinDefault = (props: SVGAttributes<SVGElement>) => {
|
||||
return (
|
||||
<svg width='104' height='66' viewBox='0 0 104 66' fill='none' xmlns='http://www.w3.org/2000/svg' {...props}>
|
||||
<rect width='104' height='66' rx='4' fill='currentColor' fillOpacity='0.02' />
|
||||
<path
|
||||
d='M0 4C0 1.79086 1.79086 0 4 0H27.4717V66H4C1.79086 66 0 64.2091 0 62V4Z'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.08'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='23.8839'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='8.83008' y='5.88135' width='9.81132' height='9.70588' rx='2' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='34.4381'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='44.9923'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect
|
||||
x='4.90625'
|
||||
y='55.5462'
|
||||
width='17.6604'
|
||||
height='2.78946'
|
||||
rx='1.39473'
|
||||
fill='currentColor'
|
||||
fillOpacity='0.3'
|
||||
/>
|
||||
<rect x='34.1152' y='4.67166' width='64.7547' height='8.8' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='37.0391' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='80.21' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='86.0957' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='91.9824' y='6.87158' width='3.92453' height='4.4' rx='1' fill='currentColor' fillOpacity='0.3' />
|
||||
<rect x='58.4844' y='19.6134' width='40.2264' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='34.1152' y='19.6134' width='19.0455' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
<rect x='34.1152' y='42.4545' width='64.7547' height='17.6' rx='2' fill='currentColor' fillOpacity='0.08' />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default SkinDefault
|
||||
Reference in New Issue
Block a user