open-icon
Version:
Open Icon
27 lines (26 loc) • 646 B
JavaScript
// lib/meta/icon_key-delete.svg.ts
var meta = {
"description": "The key-delete icon represents a key with a small 'x' symbol on it, indicating the action of deleting or removing a key. This icon is commonly used in user interfaces to indicate the option to delete a key or disable access.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"key",
"delete",
"remove",
"access",
"lock",
"security",
"user interface",
"interaction",
"authentication",
"privacy"
],
"title": "Key Delete"
};
var icon_key_delete_svg_default = meta;
export {
icon_key_delete_svg_default as default,
meta
};