open-icon
Version:
Open Icon
4 lines (3 loc) • 1.22 kB
text/typescript
const IconFileTrayStack = `<svg id="file-tray-stack" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M9,27v34c0,1.1.9,2,2,2h50c1.1,0,2-.9,2-2V27l-8.41-12.61c-.37-.56-1-.89-1.66-.89H19.07c-.67,0-1.29.33-1.66.89l-8.41,12.61Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M9,27h20.25c0,3.73,3.02,6.75,6.75,6.75s6.75-3.02,6.75-6.75h20.25" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M9,45h20.25c0,3.73,3.02,6.75,6.75,6.75s6.75-3.02,6.75-6.75h20.25" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M9,27v34c0,1.1.9,2,2,2h50c1.1,0,2-.9,2-2V27l-8.41-12.61c-.37-.56-1-.89-1.66-.89H19.07c-.67,0-1.29.33-1.66.89l-8.41,12.61Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconFileTrayStack;
export { IconFileTrayStack }