UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
lucide-static
/
lib
/
icons
/
brackets.js
16 lines
(15 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = `
<
svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"24"
height
=
"24"
viewBox
=
"0 0 24 24"
fill
=
"none"
stroke
=
"currentColor"
stroke-width
=
"2"
stroke-linecap
=
"round"
stroke-linejoin
=
"round"
>
<
path
d
=
"M16 3h3v18h-3"
/>
<
path
d
=
"M8 21H5V3h3"
/>
</
svg
>
`;