open-icon
Version:
Open Icon
13 lines (12 loc) • 535 B
JavaScript
// lib/meta/icon_cotton.svg.ts
var meta = {
description: "The cotton icon represents the soft and fluffy natural fibers that are commonly used to produce textiles. Cotton is known for its breathability and comfort, making it a popular choice for clothing and home textiles.",
category: ["Product"],
tag: ["fabric", "textile", "material", "fiber", "organic", "natural", "clothing", "home decor", "fashion", "soft"],
title: "Cotton"
};
var icon_cotton_svg_default = meta;
export {
icon_cotton_svg_default as default,
meta
};