open-icon
Version:
Open Icon
4 lines (3 loc) • 638 B
TypeScript
declare const 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>";
export default IconCodeBrackets;
export { IconCodeBrackets };