mirotone
Version:
Miro UI Kit for building Apps & plugins
196 lines • 3.21 kB
JavaScript
export const allIcons = [
{
"title": "board objects",
"icons": [
"arrow-line-shape",
"arrow-line",
"arrow-shape",
"babble",
"card",
"chat",
"comment",
"edit",
"eraser",
"frame",
"frames",
"line",
"mockup",
"oval",
"parallelogram",
"rectangle",
"rhombus",
"rounded",
"shapes",
"star",
"sticky-bulk",
"sticky-two",
"sticky",
"templates",
"text-plus",
"text",
"timer",
"triangle"
]
},
{
"title": "devices",
"icons": [
"ipad",
"iphone",
"phone",
"sq",
"tablet",
"web"
]
},
{
"title": "editor",
"icons": [
"no-color",
"text-along",
"text-horizontally"
]
},
{
"title": "frames",
"icons": [
"16x9",
"4x3",
"custom",
"document"
]
},
{
"title": "objects",
"icons": [
"activity",
"analytics",
"app-boilerplate",
"backup",
"bell",
"billing",
"boards",
"calendar",
"deactivated",
"doc-note",
"envelope",
"filters",
"folder",
"google",
"help-question",
"help",
"home",
"image",
"invitation",
"learn",
"link",
"lock",
"magnet",
"map",
"mic-off",
"mic-on",
"pdf",
"photo",
"pin",
"play",
"plug",
"presentation",
"public",
"search",
"security",
"settings",
"sound-off",
"sound-on",
"sticky-recognition",
"stop",
"tag",
"thumbs-down",
"thumbs-up",
"trash",
"unlink",
"unlock",
"upload",
"video"
]
},
{
"title": "people",
"icons": [
"author-cursor-view",
"comment-feedback",
"eye-closed",
"eye",
"shared-with",
"team",
"user-load",
"user"
]
},
{
"title": "symbols",
"icons": [
"add-column-right",
"add-row-bottom",
"align-left",
"arrow-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrows-down",
"arrows-left",
"arrows-right",
"arrows-up",
"back-1",
"back",
"bold-bui",
"bui",
"bullet-list",
"card-list",
"checkbox",
"close",
"collapse",
"comment-add",
"comment-close",
"comment-eye",
"comments",
"cursor-user",
"cursor",
"download",
"drag",
"duplicate",
"embed",
"expand",
"export",
"fit",
"grid",
"group",
"hand",
"info",
"key",
"layers",
"list",
"logout",
"merge",
"minus",
"more",
"numbered-list",
"parameters-vertical",
"parameters",
"plus",
"redo",
"refresh",
"screen-sharing",
"spreadsheets",
"text-heading-one",
"text-heading-two",
"text-italic-bui",
"text-strikethrough-bui",
"text-underline-bui",
"tile",
"undo",
"ungroup",
"unmerge",
"warning"
]
}
]