open-icon
Version:
Open Icon
26 lines (25 loc) • 573 B
JavaScript
// lib/meta/icon_loader-dots.svg.ts
var meta = {
"description": "Loader dots is a simple icon consisting of three dots that animate in a loading sequence. Commonly used in interfaces to indicate that a process is ongoing or loading.",
"category": [
"Interface"
],
"tag": [
"loader",
"dots",
"loading",
"animation",
"progress",
"interface",
"waiting",
"sequence",
"spinner",
"activity"
],
"title": "Loader Dots"
};
var icon_loader_dots_svg_default = meta;
export {
icon_loader_dots_svg_default as default,
meta
};