@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
13 lines (12 loc) • 849 B
JavaScript
"use strict";const n=`<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 512 512">
<rect class="neon-svg--stroke" x="32" y="64" width="448" height="320" rx="32" ry="32"
style="fill:none;stroke-linejoin:round;stroke-width:32px"/>
<polygon class="neon-svg--stroke" points="304 448 296 384 216 384 208 448 304 448"
style="fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/>
<line class="neon-svg--stroke" x1="368" y1="448" x2="144" y2="448"
style="fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/>
<path class="neon-svg--fill"
d="M32,304v48a32.09,32.09,0,0,0,32,32H448a32.09,32.09,0,0,0,32-32V304Zm224,64a16,16,0,1,1,16-16A16,16,0,0,1,256,368Z"/>
</svg>
`;module.exports=n;
//# sourceMappingURL=desktop.svg.cjs.js.map