open-icon
Version:
Open Icon
25 lines (24 loc) • 469 B
JavaScript
// lib/meta/icon_percentage.svg.ts
var meta = {
"description": "An icon representing a percentage symbol, commonly used to indicate a proportion or rate.",
"category": [
"Symbol"
],
"tag": [
"numeric",
"math",
"finance",
"statistics",
"percentage",
"ratio",
"data",
"value",
"proportion"
],
"title": "Percentage"
};
var icon_percentage_svg_default = meta;
export {
icon_percentage_svg_default as default,
meta
};