import IconGallery from './IconGallery.svelte';
export const Tool: TypeTool = {
name: 'tool.io icons',
slug: 'tool.io/icons',
parentSlug: 'tool.io',
intro:
'Browse and filter the first-party functional SVG icons used across tool.io interfaces.',
managesHead: true,
tool: () => '',
i: [],
o: [
{
label: 'Icon gallery',
placeholder: 'Icon gallery',
render: 'custom',
renderas: IconGallery,
type: 'text'
}
],
cite: [
{
title: 'tool.io icons source repository',
url: 'https://github.com/tool-io/icons'
}
]
};
export default Tool;
Browse the implementation files for tool.io icons.