open-icon
Version:
Open Icon
27 lines (26 loc) • 553 B
JavaScript
// lib/meta/icon_lightning-flash.svg.ts
var meta = {
"description": "A lightning flash icon representing quick action or high energy. Can be used in user interface design to indicate speed or power.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"lightning",
"flash",
"energy",
"power",
"speed",
"quick",
"electricity",
"storm",
"fast",
"action"
],
"title": "Lightning Flash"
};
var icon_lightning_flash_svg_default = meta;
export {
icon_lightning_flash_svg_default as default,
meta
};