open-icon
Version:
Open Icon
13 lines (12 loc) • 538 B
JavaScript
// lib/meta/icon_hypoallergenic.svg.ts
var meta = {
description: "The hypoallergenic icon indicates that the product is designed to minimize allergic reactions, making it suitable for those with sensitive skin or allergies.",
category: ["Product"],
tag: ["allergies", "sensitive skin", "irritation-free", "hypoallergenic", "skin care", "cosmetics", "healthcare", "wellness", "gentle", "safe"],
title: "Hypoallergenic"
};
var icon_hypoallergenic_svg_default = meta;
export {
icon_hypoallergenic_svg_default as default,
meta
};