// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`iconPlugin > should not work with invalid icon 1`] = `
"
:: mdi:11 ::
"
`;
exports[`iconPlugin > should not work with invalid icon 2`] = `
"::::
"
`;
exports[`iconPlugin > should not work with invalid icon 3`] = `
"::]&
"
`;
exports[`iconPlugin > should not work with invalid icon 4`] = `
"::mdi:11
"
`;
exports[`iconPlugin > should work with options -> { provider: "fontawesome", prefix } 1`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "fontawesome", prefix } 2`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "fontawesome", prefix } 3`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "fontawesome", prefix } 4`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "fontawesome", prefix } 5`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "fontawesome", prefix } 6`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconfont", prefix } 1`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconfont", prefix } 2`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconfont", prefix } 3`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconfont", prefix } 4`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconify", prefix } 1`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconify", prefix } 2`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconify", prefix } 3`] = `
"
"
`;
exports[`iconPlugin > should work with options -> { provider: "iconify", prefix } 4`] = `
"
"
`;