mirror of https://github.com/buster-so/buster.git
update some vars
This commit is contained in:
parent
89bfedea44
commit
621946be9b
|
@ -18,7 +18,7 @@ function align2DistributeVertical(props: iconProps) {
|
|||
d="M16.25,3.5H1.75c-.414,0-.75-.336-.75-.75s.336-.75,.75-.75h14.5c.414,0,.75,.336,.75,.75s-.336,.75-.75,.75Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<rect height="6" height="1em" fill="currentColor" rx="1.75" ry="1.75" x="3" y="6" />
|
||||
<rect height="6" width="6" fill="currentColor" rx="1.75" ry="1.75" x="3" y="6" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
@ -14,7 +14,7 @@ function align2Horizontal(props: iconProps) {
|
|||
d="M9,17c-.414,0-.75-.336-.75-.75V1.75c0-.414,.336-.75,.75-.75s.75,.336,.75,.75v14.5c0,.414-.336,.75-.75,.75Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<rect height="6" height="1em" fill="currentColor" rx="1.75" ry="1.75" x="3" y="6" />
|
||||
<rect height="6" width="6" fill="currentColor" rx="1.75" ry="1.75" x="3" y="6" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
@ -18,7 +18,7 @@ function alignDistributeVertical(props: iconProps) {
|
|||
d="M16.25,3.5H1.75c-.414,0-.75-.336-.75-.75s.336-.75,.75-.75h14.5c.414,0,.75,.336,.75,.75s-.336,.75-.75,.75Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<rect height="5" height="1em" fill="currentColor" rx="1.75" ry="1.75" x="3" y="6.5" />
|
||||
<rect height="5" width="5" fill="currentColor" rx="1.75" ry="1.75" x="3" y="6.5" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
@ -14,7 +14,7 @@ function alignHorizontal(props: iconProps) {
|
|||
d="M9,17c-.414,0-.75-.336-.75-.75V1.75c0-.414,.336-.75,.75-.75s.75,.336,.75,.75v14.5c0,.414-.336,.75-.75,.75Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<rect height="5" height="1em" fill="currentColor" rx="1.75" ry="1.75" x="3" y="10" />
|
||||
<rect height="5" width="5" fill="currentColor" rx="1.75" ry="1.75" x="3" y="10" />
|
||||
<rect height="5" width="8" fill="currentColor" rx="1.75" ry="1.75" x="5" y="3" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -12,7 +12,7 @@ function copies2(props: iconProps) {
|
|||
<g fill="currentColor">
|
||||
<rect
|
||||
height="8.5"
|
||||
height="1em"
|
||||
width="8.5"
|
||||
fill="currentColor"
|
||||
rx="2.25"
|
||||
ry="2.25"
|
||||
|
|
|
@ -17,7 +17,7 @@ function folder(props: iconProps) {
|
|||
/>
|
||||
<rect
|
||||
height="7"
|
||||
height="1em"
|
||||
width="7"
|
||||
fill="currentColor"
|
||||
rx="2.75"
|
||||
ry="2.75"
|
||||
|
|
|
@ -17,7 +17,7 @@ function followObjDown(props: iconProps) {
|
|||
/>
|
||||
<rect
|
||||
height="4.5"
|
||||
height="1em"
|
||||
width="4.5"
|
||||
fill="currentColor"
|
||||
rx="1.75"
|
||||
ry="1.75"
|
||||
|
|
|
@ -15,7 +15,7 @@ function followObjUp(props: iconProps) {
|
|||
fill="currentColor"
|
||||
strokeWidth="0"
|
||||
/>
|
||||
<rect height="4.5" height="1em" fill="currentColor" rx="1.75" ry="1.75" strokeWidth="0" />
|
||||
<rect height="4.5" width="4.5" fill="currentColor" rx="1.75" ry="1.75" strokeWidth="0" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
@ -17,7 +17,7 @@ function monitor(props: iconProps) {
|
|||
/>
|
||||
<rect
|
||||
height="9"
|
||||
height="1em"
|
||||
width="1em"
|
||||
fill="currentColor"
|
||||
rx="2.75"
|
||||
ry="2.75"
|
||||
|
|
|
@ -15,7 +15,7 @@ function moveObjDown(props: iconProps) {
|
|||
fill="currentColor"
|
||||
strokeWidth="0"
|
||||
/>
|
||||
<rect height="4.5" height="1em" fill="currentColor" rx="1.75" ry="1.75" strokeWidth="0" />
|
||||
<rect height="4.5" width="4.5" fill="currentColor" rx="1.75" ry="1.75" strokeWidth="0" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
@ -17,7 +17,7 @@ function moveObjUp(props: iconProps) {
|
|||
/>
|
||||
<rect
|
||||
height="4.5"
|
||||
height="1em"
|
||||
width="4.5"
|
||||
fill="currentColor"
|
||||
rx="1.75"
|
||||
ry="1.75"
|
||||
|
|
|
@ -20,15 +20,7 @@ function section(props: iconProps) {
|
|||
fill="currentColor"
|
||||
strokeWidth="0"
|
||||
/>
|
||||
<rect
|
||||
height="6"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
rx="1.75"
|
||||
ry="1.75"
|
||||
strokeWidth="0"
|
||||
y="3"
|
||||
/>
|
||||
<rect height="9" width="9" fill="currentColor" rx="1.75" ry="1.75" strokeWidth="0" y="3" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
@ -12,7 +12,7 @@ function stack3(props: iconProps) {
|
|||
<g fill="currentColor">
|
||||
<rect
|
||||
height="8.5"
|
||||
height="1em"
|
||||
width="8.5"
|
||||
fill="currentColor"
|
||||
rx="2.25"
|
||||
ry="2.25"
|
||||
|
|
|
@ -10,7 +10,7 @@ function tableRowNewBottom2(props: iconProps) {
|
|||
<svg height="1em" width="1em" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>{title}</title>
|
||||
<g fill="currentColor">
|
||||
<rect height="5.5" height="1em" fill="currentColor" rx="2.25" ry="2.25" strokeWidth="0" />
|
||||
<rect height="5.5" width="5.5" fill="currentColor" rx="2.25" ry="2.25" strokeWidth="0" />
|
||||
<path
|
||||
d="m8,8.5h-1.25v-1.25c0-.414-.336-.75-.75-.75s-.75.336-.75.75v1.25h-1.25c-.414,0-.75.336-.75.75s.336.75.75.75h1.25v1.25c0,.414.336.75.75.75s.75-.336.75-.75v-1.25h1.25c.414,0,.75-.336.75-.75s-.336-.75-.75-.75Z"
|
||||
fill="currentColor"
|
||||
|
|
|
@ -12,7 +12,7 @@ function tableRowNewTop2(props: iconProps) {
|
|||
<g fill="currentColor">
|
||||
<rect
|
||||
height="5.5"
|
||||
height="1em"
|
||||
width="5.5"
|
||||
fill="currentColor"
|
||||
rx="2.25"
|
||||
ry="2.25"
|
||||
|
|
|
@ -28,7 +28,7 @@ function envelopes(props: iconProps) {
|
|||
/>
|
||||
<rect
|
||||
height="9"
|
||||
height="1em"
|
||||
width="9"
|
||||
fill="none"
|
||||
rx="1.5"
|
||||
ry="1.5"
|
||||
|
|
|
@ -42,7 +42,7 @@ function hatSanta(props: iconProps) {
|
|||
/>
|
||||
<rect
|
||||
height="3.5"
|
||||
height="1em"
|
||||
width="3.5"
|
||||
fill="none"
|
||||
rx="1.5"
|
||||
ry="1.5"
|
||||
|
|
Loading…
Reference in New Issue