// import icons from '../data/icons.json' // import { Icon } from '../components/Icon.js' // import { Sprite } from '../components/Sprite.js' export default function Icons() { return <>
icons {/**/} {/*
*/} {/*
*/} {/*
*/} {/* {icons.map(icon => (*/} {/*
*/} {/* */} {/*
*/} {/* ))}*/} {/*
*/} {/*
*/} {/*
*/} {/* {% if jekyll.environment != "development" %}*/} {/*
*/} {/*
*/} {/*
*/} {/* {% for icon in site.icons %}*/} {/* {% assign name = icon.slug %}*/} {/*
*/} {/* {% include_cached icon.html name=name stroke=1.5 %}*/} {/*
*/} {/* {% endfor %}*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* {% for icon in site.icons %}*/} {/* {% assign name = icon.slug %}*/} {/*
*/} {/* {% include_cached icon.html name=name stroke=1 %}*/} {/*
*/} {/* {% endfor %}*/} {/*
*/} {/*
*/} {/*
*/} {/* {% endif %}*/}
}