open-icon
Version:
Open Icon
27 lines (26 loc) • 633 B
JavaScript
// lib/meta/icon_pointer-text.svg.ts
var meta = {
"description": "The pointer-text icon represents a cursor or pointer used for selecting and editing text in user interfaces. It is commonly used in applications and websites to indicate where text input can be made.",
"category": [
"Interface",
"Text"
],
"tag": [
"cursor",
"selection",
"editing",
"input",
"user interface",
"applications",
"websites",
"interactive",
"pointing",
"click"
],
"title": "Pointer Text"
};
var icon_pointer_text_svg_default = meta;
export {
icon_pointer_text_svg_default as default,
meta
};