open-icon
Version:
Open Icon
26 lines (25 loc) • 597 B
JavaScript
// lib/meta/icon_pointer-pen.svg.ts
var meta = {
"description": "The pointer-pen icon is a combination of a pointer and a pen, symbolizing the act of pointing and writing. It is commonly used in user interface design to indicate selecting and editing functionalities.",
"category": [
"Interface"
],
"tag": [
"pointer",
"pen",
"select",
"edit",
"write",
"design",
"user interface",
"tool",
"click",
"annotate"
],
"title": "Pointer Pen"
};
var icon_pointer_pen_svg_default = meta;
export {
icon_pointer_pen_svg_default as default,
meta
};