@mirohq/design-system-icons 0.7.1-checkbox.0 → 0.8.1-checkbox.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/main.js +3194 -1014
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +3113 -1015
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +168 -1
  6. package/package.json +4 -4
  7. package/react/at.tsx +34 -0
  8. package/react/board.tsx +34 -0
  9. package/react/chat-dashes-lines-two.tsx +34 -0
  10. package/react/chat-lines-cross.tsx +34 -0
  11. package/react/chat-lines-eye-open.tsx +25 -0
  12. package/react/chat-lines-two-stack.tsx +34 -0
  13. package/react/chat-lines-two.tsx +34 -0
  14. package/react/chat-plus.tsx +34 -0
  15. package/react/chat-text-arrow.tsx +34 -0
  16. package/react/chat-two.tsx +31 -0
  17. package/react/chat.tsx +1 -1
  18. package/react/checkboard-square-centered.tsx +25 -0
  19. package/react/circle-corners.tsx +28 -0
  20. package/react/cog.tsx +1 -1
  21. package/react/cone-serpentine.tsx +29 -0
  22. package/react/corners-three-eye-open.tsx +25 -0
  23. package/react/dash-left-down-square-dash-right-up.tsx +34 -0
  24. package/react/dash-left-up-square-dash-down-right.tsx +34 -0
  25. package/react/dash-square-dash-horizontal.tsx +34 -0
  26. package/react/dash-square-dash-vertical.tsx +34 -0
  27. package/react/eye-closed-dots-four-frame-broken.tsx +27 -0
  28. package/react/eye-closed.tsx +34 -0
  29. package/react/eye-open-line-frame-broken.tsx +28 -0
  30. package/react/eye-open-slash.tsx +31 -0
  31. package/react/eye-open.tsx +31 -0
  32. package/react/folder.tsx +34 -0
  33. package/react/frame-lines-two.tsx +34 -0
  34. package/react/frame-play.tsx +31 -0
  35. package/react/frame-plus.tsx +34 -0
  36. package/react/frame.tsx +34 -0
  37. package/react/index.ts +82 -0
  38. package/react/monitor-arrow.tsx +34 -0
  39. package/react/monitor-pause.tsx +34 -0
  40. package/react/monitor-play.tsx +31 -0
  41. package/react/monitor-stop.tsx +28 -0
  42. package/react/next.tsx +28 -0
  43. package/react/node-lines-curved.tsx +34 -0
  44. package/react/node-lines-horizontal.tsx +34 -0
  45. package/react/node-lines-vertical.tsx +34 -0
  46. package/react/node-plus.tsx +33 -0
  47. package/react/nodes-connected.tsx +31 -0
  48. package/react/nodes-connections-three.tsx +33 -0
  49. package/react/note-magnifying-glass.tsx +31 -0
  50. package/react/pause.tsx +28 -0
  51. package/react/play.tsx +31 -0
  52. package/react/presentation-arrow.tsx +34 -0
  53. package/react/presentation-eye-open.tsx +25 -0
  54. package/react/presentation-line.tsx +34 -0
  55. package/react/presentation-lines-two.tsx +34 -0
  56. package/react/presentation-link.tsx +31 -0
  57. package/react/presentation-number-one.tsx +34 -0
  58. package/react/presentation-play.tsx +31 -0
  59. package/react/presentation-plus.tsx +34 -0
  60. package/react/previous.tsx +28 -0
  61. package/react/question-mark.tsx +31 -0
  62. package/react/rectangle-dash-lines.tsx +34 -0
  63. package/react/rectangle-dot-line-pen.tsx +37 -0
  64. package/react/rectangle-play-stack.tsx +31 -0
  65. package/react/rectangle-tick.tsx +34 -0
  66. package/react/rectangles-two-lines-four.tsx +34 -0
  67. package/react/rectangles-two-minus.tsx +34 -0
  68. package/react/rectangles-two-plus.tsx +34 -0
  69. package/react/rectangles-two-user.tsx +30 -0
  70. package/react/scissors.tsx +33 -0
  71. package/react/smiley-chat.tsx +28 -0
  72. package/react/smiley-sticker.tsx +31 -0
  73. package/react/smiley.tsx +31 -0
  74. package/react/square-star-scribble.tsx +31 -0
  75. package/react/sticky-corners.tsx +34 -0
  76. package/react/sticky-note-stack.tsx +34 -0
  77. package/react/sticky-note-wide.tsx +34 -0
  78. package/react/sticky-note.tsx +3 -2
  79. package/react/sticky-notes-two.tsx +33 -0
  80. package/react/text-cursor-eye-open.tsx +25 -0
  81. package/react/trophy.tsx +31 -0
  82. package/react/user-arrow-right-up.tsx +31 -0
  83. package/react/user-eye-open.tsx +25 -0
  84. package/react/user-load.tsx +33 -0
  85. package/react/user-number-three.tsx +34 -0
  86. package/react/user-pen-dashes-bottom.tsx +30 -0
  87. package/react/user-pen-line-bottom.tsx +30 -0
  88. package/react/user-tick-down.tsx +31 -0
  89. package/react/users-three.tsx +34 -0
  90. package/react/video-camera-simple-slash.tsx +34 -0
  91. package/react/video-camera-simple.tsx +34 -0
  92. package/react/video-camera.tsx +34 -0
  93. package/svg/24/at.svg +1 -0
  94. package/svg/24/board.svg +1 -0
  95. package/svg/24/chat-dashes-lines-two.svg +1 -0
  96. package/svg/24/chat-lines-cross.svg +1 -0
  97. package/svg/24/chat-lines-eye-open.svg +1 -0
  98. package/svg/24/chat-lines-two-stack.svg +1 -0
  99. package/svg/24/chat-lines-two.svg +1 -0
  100. package/svg/24/chat-plus.svg +1 -0
  101. package/svg/24/chat-text-arrow.svg +1 -0
  102. package/svg/24/chat-two.svg +1 -0
  103. package/svg/24/chat.svg +1 -1
  104. package/svg/24/checkboard-square-centered.svg +1 -0
  105. package/svg/24/circle-corners.svg +1 -0
  106. package/svg/24/cog.svg +1 -1
  107. package/svg/24/cone-serpentine.svg +1 -0
  108. package/svg/24/corners-three-eye-open.svg +1 -0
  109. package/svg/24/dash-left-down-square-dash-right-up.svg +1 -0
  110. package/svg/24/dash-left-up-square-dash-down-right.svg +1 -0
  111. package/svg/24/dash-square-dash-horizontal.svg +1 -0
  112. package/svg/24/dash-square-dash-vertical.svg +1 -0
  113. package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -0
  114. package/svg/24/eye-closed.svg +1 -0
  115. package/svg/24/eye-open-line-frame-broken.svg +1 -0
  116. package/svg/24/eye-open-slash.svg +1 -0
  117. package/svg/24/eye-open.svg +1 -0
  118. package/svg/24/folder.svg +1 -0
  119. package/svg/24/frame-lines-two.svg +1 -0
  120. package/svg/24/frame-play.svg +1 -0
  121. package/svg/24/frame-plus.svg +1 -0
  122. package/svg/24/frame.svg +1 -0
  123. package/svg/24/monitor-arrow.svg +1 -0
  124. package/svg/24/monitor-pause.svg +1 -0
  125. package/svg/24/monitor-play.svg +1 -0
  126. package/svg/24/monitor-stop.svg +1 -0
  127. package/svg/24/next.svg +1 -0
  128. package/svg/24/node-lines-curved.svg +1 -0
  129. package/svg/24/node-lines-horizontal.svg +1 -0
  130. package/svg/24/node-lines-vertical.svg +1 -0
  131. package/svg/24/node-plus.svg +1 -0
  132. package/svg/24/nodes-connected.svg +1 -0
  133. package/svg/24/nodes-connections-three.svg +1 -0
  134. package/svg/24/note-magnifying-glass.svg +1 -0
  135. package/svg/24/pause.svg +1 -0
  136. package/svg/24/play.svg +1 -0
  137. package/svg/24/presentation-arrow.svg +1 -0
  138. package/svg/24/presentation-eye-open.svg +1 -0
  139. package/svg/24/presentation-line.svg +1 -0
  140. package/svg/24/presentation-lines-two.svg +1 -0
  141. package/svg/24/presentation-link.svg +1 -0
  142. package/svg/24/presentation-number-one.svg +1 -0
  143. package/svg/24/presentation-play.svg +1 -0
  144. package/svg/24/presentation-plus.svg +1 -0
  145. package/svg/24/previous.svg +1 -0
  146. package/svg/24/question-mark.svg +1 -0
  147. package/svg/24/rectangle-dash-lines.svg +1 -0
  148. package/svg/24/rectangle-dot-line-pen.svg +1 -0
  149. package/svg/24/rectangle-play-stack.svg +1 -0
  150. package/svg/24/rectangle-tick.svg +1 -0
  151. package/svg/24/rectangles-two-lines-four.svg +1 -0
  152. package/svg/24/rectangles-two-minus.svg +1 -0
  153. package/svg/24/rectangles-two-plus.svg +1 -0
  154. package/svg/24/rectangles-two-user.svg +1 -0
  155. package/svg/24/scissors.svg +1 -0
  156. package/svg/24/smiley-chat.svg +1 -0
  157. package/svg/24/smiley-sticker.svg +1 -0
  158. package/svg/24/smiley.svg +1 -0
  159. package/svg/24/square-star-scribble.svg +1 -0
  160. package/svg/24/sticky-corners.svg +1 -0
  161. package/svg/24/sticky-note-stack.svg +1 -0
  162. package/svg/24/sticky-note-wide.svg +1 -0
  163. package/svg/24/sticky-note.svg +1 -1
  164. package/svg/24/sticky-notes-two.svg +1 -0
  165. package/svg/24/text-cursor-eye-open.svg +1 -0
  166. package/svg/24/trophy.svg +1 -0
  167. package/svg/24/user-arrow-right-up.svg +1 -0
  168. package/svg/24/user-eye-open.svg +1 -0
  169. package/svg/24/user-load.svg +1 -0
  170. package/svg/24/user-number-three.svg +1 -0
  171. package/svg/24/user-pen-dashes-bottom.svg +1 -0
  172. package/svg/24/user-pen-line-bottom.svg +1 -0
  173. package/svg/24/user-tick-down.svg +1 -0
  174. package/svg/24/users-three.svg +1 -0
  175. package/svg/24/video-camera-simple-slash.svg +1 -0
  176. package/svg/24/video-camera-simple.svg +1 -0
  177. package/svg/24/video-camera.svg +1 -0
  178. package/svg/meta.json +713 -1
package/svg/meta.json CHANGED
@@ -1440,7 +1440,8 @@
1440
1440
  "description",
1441
1441
  "paragraph",
1442
1442
  "three",
1443
- "3"
1443
+ "3",
1444
+ "summarize"
1444
1445
  ]
1445
1446
  },
1446
1447
  "highlighter": {
@@ -1532,5 +1533,716 @@
1532
1533
  "stop",
1533
1534
  "disabled"
1534
1535
  ]
1536
+ },
1537
+ "square-star-scribble": {
1538
+ "tags": [
1539
+ "square star scribble",
1540
+ "smart",
1541
+ "drawing",
1542
+ "square",
1543
+ "scribble",
1544
+ "star"
1545
+ ]
1546
+ },
1547
+ "dash-square-dash-vertical": {
1548
+ "tags": [
1549
+ "dash square dash vertical",
1550
+ "dash",
1551
+ "square",
1552
+ "vertical",
1553
+ "inbetween",
1554
+ "ver",
1555
+ "insert"
1556
+ ]
1557
+ },
1558
+ "at": {
1559
+ "tags": [
1560
+ "at",
1561
+ "mention"
1562
+ ]
1563
+ },
1564
+ "smiley-chat": {
1565
+ "tags": [
1566
+ "smiley chat",
1567
+ "comment",
1568
+ "feedback"
1569
+ ]
1570
+ },
1571
+ "smiley-sticker": {
1572
+ "tags": [
1573
+ "smiley sticker",
1574
+ "emoji",
1575
+ "smiley",
1576
+ "sticker"
1577
+ ]
1578
+ },
1579
+ "users-three": {
1580
+ "tags": [
1581
+ "users three",
1582
+ "users",
1583
+ "three",
1584
+ "3",
1585
+ "community"
1586
+ ]
1587
+ },
1588
+ "user-load": {
1589
+ "tags": [
1590
+ "user load"
1591
+ ]
1592
+ },
1593
+ "dash-square-dash-horizontal": {
1594
+ "tags": [
1595
+ "dash square dash horizontal",
1596
+ "dash",
1597
+ "square",
1598
+ "horizontal",
1599
+ "inbetween",
1600
+ "hor",
1601
+ "insert"
1602
+ ]
1603
+ },
1604
+ "dash-left-down-square-dash-right-up": {
1605
+ "tags": [
1606
+ "dash left down square dash right up",
1607
+ "dash",
1608
+ "square",
1609
+ "inbetween",
1610
+ "insert",
1611
+ "diagonal"
1612
+ ]
1613
+ },
1614
+ "smiley": {
1615
+ "tags": [
1616
+ "smiley",
1617
+ "emoji",
1618
+ "face"
1619
+ ]
1620
+ },
1621
+ "cone-serpentine": {
1622
+ "tags": [
1623
+ "cone serpentine",
1624
+ "reactions"
1625
+ ]
1626
+ },
1627
+ "user-number-three": {
1628
+ "tags": [
1629
+ "user number three",
1630
+ "user",
1631
+ "number",
1632
+ "three",
1633
+ "3"
1634
+ ]
1635
+ },
1636
+ "dash-left-up-square-dash-down-right": {
1637
+ "tags": [
1638
+ "dash left up square dash right down",
1639
+ "dash",
1640
+ "square",
1641
+ "inbetween",
1642
+ "insert",
1643
+ "diagonal"
1644
+ ]
1645
+ },
1646
+ "eye-open-line-frame-broken": {
1647
+ "tags": [
1648
+ "eye open line frame broken",
1649
+ "shown",
1650
+ "info"
1651
+ ]
1652
+ },
1653
+ "chat-text-arrow": {
1654
+ "tags": [
1655
+ "chat text arrow",
1656
+ "chat",
1657
+ "text",
1658
+ "arrow",
1659
+ "comment",
1660
+ "export"
1661
+ ]
1662
+ },
1663
+ "eye-open-slash": {
1664
+ "tags": [
1665
+ "eye open slash",
1666
+ "eye",
1667
+ "closed"
1668
+ ]
1669
+ },
1670
+ "eye-open": {
1671
+ "tags": [
1672
+ "eye open",
1673
+ "eye",
1674
+ "open",
1675
+ "preview"
1676
+ ]
1677
+ },
1678
+ "user-tick-down": {
1679
+ "tags": [
1680
+ "user tick down",
1681
+ "user",
1682
+ "tick",
1683
+ "down",
1684
+ "bottom"
1685
+ ]
1686
+ },
1687
+ "corners-three-eye-open": {
1688
+ "tags": [
1689
+ "corners three eye open",
1690
+ "start",
1691
+ "view",
1692
+ "corners",
1693
+ "three",
1694
+ "3",
1695
+ "eye",
1696
+ "open"
1697
+ ]
1698
+ },
1699
+ "trophy": {
1700
+ "tags": [
1701
+ "trophy"
1702
+ ]
1703
+ },
1704
+ "text-cursor-eye-open": {
1705
+ "tags": [
1706
+ "text cursor eye open",
1707
+ "text",
1708
+ "eye",
1709
+ "author",
1710
+ "cursor",
1711
+ "view"
1712
+ ]
1713
+ },
1714
+ "user-pen-line-bottom": {
1715
+ "tags": [
1716
+ "user pen line bottom",
1717
+ "author",
1718
+ "hide",
1719
+ "user",
1720
+ "pen",
1721
+ "cursor",
1722
+ "view"
1723
+ ]
1724
+ },
1725
+ "user-arrow-right-up": {
1726
+ "tags": [
1727
+ "user arrow right down",
1728
+ "user",
1729
+ "arrow",
1730
+ "up",
1731
+ "right"
1732
+ ]
1733
+ },
1734
+ "eye-closed-dots-four-frame-broken": {
1735
+ "tags": [
1736
+ "eye closed dots four frame broken",
1737
+ "hidden info",
1738
+ "eye",
1739
+ "closed",
1740
+ "dots",
1741
+ "four",
1742
+ "4",
1743
+ "frame"
1744
+ ]
1745
+ },
1746
+ "scissors": {
1747
+ "tags": [
1748
+ "scissors",
1749
+ "cut",
1750
+ "trim"
1751
+ ]
1752
+ },
1753
+ "eye-closed": {
1754
+ "tags": [
1755
+ "eye closed",
1756
+ "show",
1757
+ "frame"
1758
+ ]
1759
+ },
1760
+ "board": {
1761
+ "tags": [
1762
+ "board"
1763
+ ]
1764
+ },
1765
+ "user-eye-open": {
1766
+ "tags": [
1767
+ "user eye open",
1768
+ "user",
1769
+ "only",
1770
+ "view"
1771
+ ]
1772
+ },
1773
+ "user-pen-dashes-bottom": {
1774
+ "tags": [
1775
+ "user pen dashes bottom",
1776
+ "author",
1777
+ "show"
1778
+ ]
1779
+ },
1780
+ "chat-two": {
1781
+ "tags": [
1782
+ "chat two",
1783
+ "chat",
1784
+ "bubbles",
1785
+ "two",
1786
+ "2"
1787
+ ]
1788
+ },
1789
+ "chat-lines-eye-open": {
1790
+ "tags": [
1791
+ "chat lines eye open",
1792
+ "chat",
1793
+ "lines",
1794
+ "eye",
1795
+ "open",
1796
+ "comment"
1797
+ ]
1798
+ },
1799
+ "chat-dashes-lines-two": {
1800
+ "tags": [
1801
+ "chat dashes lines two",
1802
+ "chat",
1803
+ "dashes",
1804
+ "lines",
1805
+ "two",
1806
+ "2",
1807
+ "comments"
1808
+ ]
1809
+ },
1810
+ "chat-lines-cross": {
1811
+ "tags": [
1812
+ "chat lines cross",
1813
+ "chat",
1814
+ "lines",
1815
+ "cross",
1816
+ "comment",
1817
+ "close"
1818
+ ]
1819
+ },
1820
+ "chat-lines-two": {
1821
+ "tags": [
1822
+ "chat lines two",
1823
+ "chat",
1824
+ "lines",
1825
+ "two",
1826
+ "2",
1827
+ "comment"
1828
+ ]
1829
+ },
1830
+ "chat-lines-two-stack": {
1831
+ "tags": [
1832
+ "chat lines two stack",
1833
+ "chat",
1834
+ "lines",
1835
+ "two",
1836
+ "stack",
1837
+ "comments",
1838
+ "list"
1839
+ ]
1840
+ },
1841
+ "presentation-lines-two": {
1842
+ "tags": [
1843
+ "presentation lines",
1844
+ "presentation",
1845
+ "lines",
1846
+ "list"
1847
+ ]
1848
+ },
1849
+ "presentation-play": {
1850
+ "tags": [
1851
+ "presentation play",
1852
+ "presentation",
1853
+ "play"
1854
+ ]
1855
+ },
1856
+ "chat-plus": {
1857
+ "tags": [
1858
+ "chat plus",
1859
+ "chat",
1860
+ "plus",
1861
+ "comment",
1862
+ "add"
1863
+ ]
1864
+ },
1865
+ "presentation-line": {
1866
+ "tags": [
1867
+ "presentation line",
1868
+ "presentation",
1869
+ "line",
1870
+ "delete",
1871
+ "remove",
1872
+ "minus"
1873
+ ]
1874
+ },
1875
+ "presentation-plus": {
1876
+ "tags": [
1877
+ "presentation plus",
1878
+ "presentation",
1879
+ "plus",
1880
+ "add"
1881
+ ]
1882
+ },
1883
+ "presentation-eye-open": {
1884
+ "tags": [
1885
+ "presentation eye open",
1886
+ "presentation",
1887
+ "preview",
1888
+ "view",
1889
+ "eye",
1890
+ "open"
1891
+ ]
1892
+ },
1893
+ "presentation-link": {
1894
+ "tags": [
1895
+ "presentation link",
1896
+ "presentation",
1897
+ "link",
1898
+ "share"
1899
+ ]
1900
+ },
1901
+ "presentation-arrow": {
1902
+ "tags": [
1903
+ "presentation arrow",
1904
+ "presentation",
1905
+ "arrow",
1906
+ "share"
1907
+ ]
1908
+ },
1909
+ "presentation-number-one": {
1910
+ "tags": [
1911
+ "presentation number one",
1912
+ "presentation",
1913
+ "number",
1914
+ "one",
1915
+ "1"
1916
+ ]
1917
+ },
1918
+ "folder": {
1919
+ "tags": [
1920
+ "folder"
1921
+ ]
1922
+ },
1923
+ "sticky-note-wide": {
1924
+ "tags": [
1925
+ "sticky note wide",
1926
+ "sticky",
1927
+ "note",
1928
+ "wide"
1929
+ ]
1930
+ },
1931
+ "sticky-corners": {
1932
+ "tags": [
1933
+ "sticky corners",
1934
+ "sticky",
1935
+ "corners",
1936
+ "recognition"
1937
+ ]
1938
+ },
1939
+ "sticky-note-stack": {
1940
+ "tags": [
1941
+ "sticky note stack",
1942
+ "sticky",
1943
+ "note",
1944
+ "stack",
1945
+ "bulk"
1946
+ ]
1947
+ },
1948
+ "rectangle-dash-lines": {
1949
+ "tags": [
1950
+ "rectangle dash lines",
1951
+ "rectangle",
1952
+ "dash",
1953
+ "lines",
1954
+ "teamprofile",
1955
+ "team",
1956
+ "profile"
1957
+ ]
1958
+ },
1959
+ "note-magnifying-glass": {
1960
+ "tags": [
1961
+ "notes magnifying glass",
1962
+ "note",
1963
+ "magnifying",
1964
+ "glass",
1965
+ "auditlogs",
1966
+ "audit",
1967
+ "logs"
1968
+ ]
1969
+ },
1970
+ "video-camera-simple": {
1971
+ "tags": [
1972
+ "video camera simple",
1973
+ "video",
1974
+ "camera",
1975
+ "simple",
1976
+ "no legs"
1977
+ ]
1978
+ },
1979
+ "rectangle-dot-line-pen": {
1980
+ "tags": [
1981
+ "rectangle dot line pen",
1982
+ "rectangle",
1983
+ "dot",
1984
+ "line",
1985
+ "pen",
1986
+ "edit",
1987
+ "card"
1988
+ ]
1989
+ },
1990
+ "video-camera-simple-slash": {
1991
+ "tags": [
1992
+ "video camera simple slash",
1993
+ "video",
1994
+ "camera",
1995
+ "simple",
1996
+ "slash",
1997
+ "off"
1998
+ ]
1999
+ },
2000
+ "monitor-stop": {
2001
+ "tags": [
2002
+ "monitor stop",
2003
+ "monitor",
2004
+ "stop",
2005
+ "screenshare",
2006
+ "screen",
2007
+ "share"
2008
+ ]
2009
+ },
2010
+ "rectangles-two-lines-four": {
2011
+ "tags": [
2012
+ "rectangles two lines four",
2013
+ "rectangles",
2014
+ "lines",
2015
+ "two",
2016
+ "four",
2017
+ "2",
2018
+ "4",
2019
+ "list",
2020
+ "cards"
2021
+ ]
2022
+ },
2023
+ "monitor-play": {
2024
+ "tags": [
2025
+ "monitor play",
2026
+ "monitor",
2027
+ "play",
2028
+ "screenshare",
2029
+ "screen",
2030
+ "share"
2031
+ ]
2032
+ },
2033
+ "monitor-pause": {
2034
+ "tags": [
2035
+ "monitor pause",
2036
+ "monitor",
2037
+ "pause",
2038
+ "screenshare",
2039
+ "screen",
2040
+ "share"
2041
+ ]
2042
+ },
2043
+ "video-camera": {
2044
+ "tags": [
2045
+ "video camera",
2046
+ "video",
2047
+ "camera"
2048
+ ]
2049
+ },
2050
+ "monitor-arrow": {
2051
+ "tags": [
2052
+ "monitor arrow",
2053
+ "monitor",
2054
+ "arrow",
2055
+ "screenshare",
2056
+ "screen",
2057
+ "share"
2058
+ ]
2059
+ },
2060
+ "frame-lines-two": {
2061
+ "tags": [
2062
+ "frame lines two",
2063
+ "frame",
2064
+ "lines",
2065
+ "two",
2066
+ "2"
2067
+ ]
2068
+ },
2069
+ "nodes-connected": {
2070
+ "tags": [
2071
+ "nodes connected",
2072
+ "nodes",
2073
+ "connected",
2074
+ "mindmap"
2075
+ ]
2076
+ },
2077
+ "frame-plus": {
2078
+ "tags": [
2079
+ "frame plus",
2080
+ "frame",
2081
+ "plus",
2082
+ "add"
2083
+ ]
2084
+ },
2085
+ "node-lines-curved": {
2086
+ "tags": [
2087
+ "node lines curved",
2088
+ "node",
2089
+ "lines",
2090
+ "curved",
2091
+ "connections",
2092
+ "mindmap"
2093
+ ]
2094
+ },
2095
+ "node-lines-horizontal": {
2096
+ "tags": [
2097
+ "node lines horizontal",
2098
+ "node",
2099
+ "lines",
2100
+ "horizontal",
2101
+ "connections",
2102
+ "mindmap",
2103
+ "orientation",
2104
+ "left to right"
2105
+ ]
2106
+ },
2107
+ "frame-play": {
2108
+ "tags": [
2109
+ "frame play",
2110
+ "frame",
2111
+ "play"
2112
+ ]
2113
+ },
2114
+ "rectangles-two-plus": {
2115
+ "tags": [
2116
+ "rectangles two plus",
2117
+ "rectangles",
2118
+ "two",
2119
+ "plus",
2120
+ "add frame to interactive meeting"
2121
+ ]
2122
+ },
2123
+ "frame": {
2124
+ "tags": [
2125
+ "frame"
2126
+ ]
2127
+ },
2128
+ "node-lines-vertical": {
2129
+ "tags": [
2130
+ "node lines vertical",
2131
+ "node",
2132
+ "lines",
2133
+ "vertical",
2134
+ "connections",
2135
+ "mindmap",
2136
+ "orientation",
2137
+ "top to bottom"
2138
+ ]
2139
+ },
2140
+ "rectangles-two-minus": {
2141
+ "tags": [
2142
+ "rectangles two minus",
2143
+ "rectangles",
2144
+ "two",
2145
+ "minus",
2146
+ "line",
2147
+ "remove",
2148
+ "delete",
2149
+ "remove from interactive meeting"
2150
+ ]
2151
+ },
2152
+ "circle-corners": {
2153
+ "tags": [
2154
+ "circle corners",
2155
+ "circle",
2156
+ "corners",
2157
+ "board recording"
2158
+ ]
2159
+ },
2160
+ "rectangle-play-stack": {
2161
+ "tags": [
2162
+ "rectangle play stack",
2163
+ "rectangle",
2164
+ "play",
2165
+ "stack",
2166
+ "recording library"
2167
+ ]
2168
+ },
2169
+ "next": {
2170
+ "tags": [
2171
+ "next"
2172
+ ]
2173
+ },
2174
+ "pause": {
2175
+ "tags": [
2176
+ "pause"
2177
+ ]
2178
+ },
2179
+ "play": {
2180
+ "tags": [
2181
+ "play"
2182
+ ]
2183
+ },
2184
+ "previous": {
2185
+ "tags": [
2186
+ "previous"
2187
+ ]
2188
+ },
2189
+ "question-mark": {
2190
+ "tags": [
2191
+ "question mark",
2192
+ "?",
2193
+ "explain code"
2194
+ ]
2195
+ },
2196
+ "node-plus": {
2197
+ "tags": [
2198
+ "node plus",
2199
+ "expand node",
2200
+ "node",
2201
+ "plus",
2202
+ "expand",
2203
+ "add"
2204
+ ]
2205
+ },
2206
+ "nodes-connections-three": {
2207
+ "tags": [
2208
+ "nodes connections three",
2209
+ "generate mindmap"
2210
+ ]
2211
+ },
2212
+ "checkboard-square-centered": {
2213
+ "tags": [
2214
+ "checkboard square centered",
2215
+ "checkboard",
2216
+ "square",
2217
+ "remove",
2218
+ "background"
2219
+ ]
2220
+ },
2221
+ "rectangles-two-user": {
2222
+ "tags": [
2223
+ "rectangles two user",
2224
+ "rectangles",
2225
+ "tow",
2226
+ "2",
2227
+ "user",
2228
+ "card",
2229
+ "generate",
2230
+ "generate cards"
2231
+ ]
2232
+ },
2233
+ "sticky-notes-two": {
2234
+ "tags": [
2235
+ "sticky notes two",
2236
+ "add similar sticky notes",
2237
+ "generate",
2238
+ "add",
2239
+ "similar"
2240
+ ]
2241
+ },
2242
+ "rectangle-tick": {
2243
+ "tags": [
2244
+ "rectangle tick",
2245
+ "accept criteria"
2246
+ ]
1535
2247
  }
1536
2248
  }