open-icon
Version:
Open Icon
8 lines (7 loc) • 695 B
JavaScript
// lib/icons/code-brackets.ts
var IconCodeBrackets = `<svg id="code-brackets" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M27,13.5c-2.49,0-4.5,2.01-4.5,4.5v13.5l-4.5,4.5,4.5,4.5v13.5c0,2.49,2.01,4.5,4.5,4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M45,58.5c2.49,0,4.5-2.01,4.5-4.5v-13.5l4.5-4.5-4.5-4.5v-13.5c0-2.49-2.01-4.5-4.5-4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var code_brackets_default = IconCodeBrackets;
export {
IconCodeBrackets,
code_brackets_default as default
};