open-icon
Version:
Open Icon
4 lines (3 loc) • 2.97 kB
text/typescript
const IconBoardMultiDashboard = `<svg id="board-multi-dashboard" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 72 72"><defs><clipPath id="clippath"><rect x="9" y="9" width="54" height="54" style="fill: none;"/></clipPath></defs><g style="clip-path: url(#clippath);"><g><rect x="40.5" y="47" width="18" height="11.5" rx="2" ry="2" transform="translate(99 105.5) rotate(-180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="40.5" y="13.5" width="18" height="24.5" rx="2" ry="2" transform="translate(99 51.5) rotate(180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="40.5" y="47" width="18" height="11.5" rx="2" ry="2" transform="translate(99 105.5) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="40.5" y="13.5" width="18" height="24.5" rx="2" ry="2" transform="translate(99 51.5) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="40.5" y="67.5" width="18" height="24.5" rx="2" ry="2" transform="translate(99 159.5) rotate(180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="40.5" y="67.5" width="18" height="24.5" rx="2" ry="2" transform="translate(99 159.5) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><g><rect x="13.5" y="34" width="18" height="24.5" rx="2" ry="2" transform="translate(45 92.5) rotate(180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="13.5" y="13.5" width="18" height="11.5" rx="2" ry="2" transform="translate(45 38.5) rotate(180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="13.5" y="34" width="18" height="24.5" rx="2" ry="2" transform="translate(45 92.5) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="13.5" y="-20" width="18" height="24.5" rx="2" ry="2" transform="translate(45 -15.5) rotate(180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="13.5" y="-20" width="18" height="24.5" rx="2" ry="2" transform="translate(45 -15.5) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="13.5" y="13.5" width="18" height="11.5" rx="2" ry="2" transform="translate(45 38.5) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></g></svg>`;
export default IconBoardMultiDashboard;
export { IconBoardMultiDashboard }