open-icon
Version:
Open Icon
8 lines (7 loc) • 1.7 kB
JavaScript
// lib/icons/color-pallette.ts
var IconColorPallette = `<svg id="color-pallette" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M63,36c0,9.97-14.18,4.84-22.5,9-9,4.5,9,18-4.5,18-14.91,0-27-12.09-27-27s12.09-27,27-27,27,12.09,27,27Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M63,36c0,9.97-14.18,4.84-22.5,9-9,4.5,9,18-4.5,18-14.91,0-27-12.09-27-27s12.09-27,27-27,27,12.09,27,27Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="18" x2="36" y2="18" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="22.5" y1="22.5" x2="22.5" y2="22.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="18" y1="36" x2="18" y2="36" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="22.5" y1="49.5" x2="22.5" y2="49.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="49.5" y1="22.5" x2="49.5" y2="22.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/></svg>`;
var color_pallette_default = IconColorPallette;
export {
IconColorPallette,
color_pallette_default as default
};