/* アイコン定義 */
const Icons = {
construction: () => (
),
link: () => (
),
shield: () => (
),
scale: () => (
),
online: () => (
),
handshake: () => (
),
logo: () => (
),
arrow: () => (
),
proAdmin: () => (
),
proLegal: () => (
),
phone: () => (
),
mail: () => (
),
line: () => (
),
check: () => (
),
};
window.Icons = Icons;