UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 654 B
// lib/icons/chevron-double-down.ts var IconChevronDoubleDown = `<svg id="chevron-double-down" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="13.95 36.23 36.23 58.5 58.5 36.23" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="16.67 21.19 36.23 40.74 55.78 21.19" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var chevron_double_down_default = IconChevronDoubleDown; export { IconChevronDoubleDown, chevron_double_down_default as default };