/* This file is part of the Notesnook project (https://notesnook.com/) Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /** * Icon SVGs ported from one2html (https://github.com/msiemens/one2html, * MPL-2.0). The icons themselves are Remix Icons (https://remixicon.com/), * licensed under the Apache License 2.0. */ export const ICON_ARROW_RIGHT = ` `; export const ICON_AWARD = ` `; export const ICON_BOOK = ` `; export const ICON_BUBBLE = ` `; export const ICON_CHECKBOX_COMPLETE = ` `; export const ICON_CHECKBOX_EMPTY = ` `; export const ICON_CHECK_MARK = ` `; export const ICON_CIRCLE = ` `; export const ICON_CONTACT = ` `; export const ICON_EMAIL = ` `; export const ICON_ERROR = ` `; export const ICON_FILM = ` `; export const ICON_FLAG = ` `; export const ICON_HOME = ` `; export const ICON_LIGHT_BULB = ` `; export const ICON_LINK = ` `; export const ICON_LOCK = ` `; export const ICON_MUSIC = ` `; export const ICON_PAPER = ` `; export const ICON_PEN = ` `; export const ICON_PERSON = ` `; export const ICON_PHONE = ` `; export const ICON_QUESTION_MARK = ` `; export const ICON_SQUARE = ` `; export const ICON_STAR = ``;