// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`iconsPlugin > should not work with invalid icon 1`] = `
"
:[ mdi:11 ]:
"
`;
exports[`iconsPlugin > should not work with invalid icon 2`] = `
":[]:
"
`;
exports[`iconsPlugin > should not work with invalid icon 3`] = `
":[]&
"
`;
exports[`iconsPlugin > should not work with invalid icon 4`] = `
":[:[
"
`;
exports[`iconsPlugin > should not work with invalid icon 5`] = `
":[mdi:11
"
`;
exports[`iconsPlugin > should work 1`] = `
"
"
`;
exports[`iconsPlugin > should work 2`] = `
"strong
"
`;
exports[`iconsPlugin > should work 3`] = `
"strong
"
`;
exports[`iconsPlugin > should work with options 1`] = `
"
"
`;
exports[`iconsPlugin > should work with options 2`] = `
"strong
"
`;
exports[`iconsPlugin > should work with single icon options 1`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 2`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 3`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 4`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 5`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 6`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 7`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 8`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 9`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 10`] = `
"
"
`;
exports[`iconsPlugin > should work with single icon options 11`] = `
"
"
`;