UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 3.36 kB
const IconColorSwatches = `<svg id="color-swatches" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><line x1="27.94" y1="19.43" x2="43.53" y2="28.43" 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));"/><line x1="23.82" y1="33.21" x2="36.53" y2="40.55" 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));"/><line x1="23.82" y1="48.22" x2="30.03" y2="51.81" 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));"/><line x1="47.39" y1="29.63" x2="56.39" y2="45.21" 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));"/><line x1="37.03" y1="39.68" x2="44.27" y2="52.21" 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));"/><line x1="29.52" y1="52.68" x2="33.01" y2="58.71" 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="M46.57,15.17l-8.66-5c-1.91-1.1-4.36-.45-5.46,1.46l-8.63,14.94v30.93c0,2.21-1.79,4-4,4,1.91,1.1,4.36.45,5.46-1.46l22.75-39.4c1.1-1.91.45-4.36-1.46-5.46Z" 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="M65.65,35.25l-5-8.66c-1.1-1.91-3.55-2.57-5.46-1.46l-14.62,8.44-15.28,26.47c-1.1,1.91-3.55,2.57-5.46,1.46h-.79l.29.5c1.1,1.91,3.55,2.57,5.46,1.46l39.4-22.75c1.91-1.1,2.57-3.55,1.46-5.46Z" 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));"/><rect x="5.82" y="8" width="18" height="53.5" rx="4" ry="4" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="5.82" y="8" width="18" height="53.5" rx="4" ry="4" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="5.82" y1="21" x2="23.82" y2="21" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="5.82" y1="35" x2="23.82" y2="35" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="5.82" y1="48" x2="23.82" y2="48" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconColorSwatches; export { IconColorSwatches }