open-icon
Version:
Primary Open Icon package with generated catalog helpers and icon access APIs.
3 lines • 952 B
TypeScript
declare const svg: "<svg id=\"clipboard\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M50,13.5h-9.5v4.5h-9v-4.5h-9.5c-2.21,0-4,1.79-4,4v41.5c0,2.21,1.79,4,4,4h28c2.21,0,4-1.79,4-4V17.5c0-2.21-1.79-4-4-4Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M40.5,13.5h9.5c2.21,0,4,1.79,4,4v41.5c0,2.21-1.79,4-4,4h-28c-2.21,0-4-1.79-4-4V17.5c0-2.21,1.79-4,4-4h9.5\" style=\"fill: none; stroke: var(--icon-stroke-color, currentColor); stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"31.5\" y=\"9\" width=\"9\" height=\"9\" style=\"fill: none; stroke: var(--icon-stroke-color, currentColor); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>\n";
export default svg;
//# sourceMappingURL=clipboard.d.ts.map