/**
 * Icons CSS
 *
 * @package Zibll_Lite
 */

/* Simple SVG Icons */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-home {
    /* Home icon SVG path */
}

.icon-user {
    /* User icon SVG path */
}

.icon-search {
    /* Search icon SVG path */
}

.icon-menu {
    /* Menu icon SVG path */
}

.icon-close {
    /* Close icon SVG path */
}

.icon-like {
    /* Like/Heart icon SVG path */
}

.icon-favorite {
    /* Favorite/Star icon SVG path */
}

.icon-share {
    /* Share icon SVG path */
}

.icon-comment {
    /* Comment icon SVG path */
}

.icon-view {
    /* View/Eye icon SVG path */
}

.icon-lock {
    /* Lock icon SVG path */
}

.icon-unlock {
    /* Unlock icon SVG path */
}

.icon-points {
    /* Points/Coin icon SVG path */
}

.icon-vip {
    /* VIP/Crown icon SVG path */
}

.icon-check {
    /* Check/Tick icon SVG path */
}

.icon-error {
    /* Error/X icon SVG path */
}

.icon-info {
    /* Info icon SVG path */
}

.icon-warning {
    /* Warning icon SVG path */
}

.icon-calendar {
    /* Calendar icon SVG path */
}

.icon-time {
    /* Time/Clock icon SVG path */
}

.icon-location {
    /* Location/Map marker icon SVG path */
}

.icon-link {
    /* Link icon SVG path */
}

.icon-external {
    /* External link icon SVG path */
}

.icon-download {
    /* Download icon SVG path */
}

.icon-upload {
    /* Upload icon SVG path */
}

.icon-edit {
    /* Edit/Pen icon SVG path */
}

.icon-delete {
    /* Delete/Trash icon SVG path */
}

.icon-settings {
    /* Settings/Gear icon SVG path */
}

.icon-notification {
    /* Notification/Bell icon SVG path */
}

.icon-message {
    /* Message/Chat icon SVG path */
}

.icon-email {
    /* Email/Envelope icon SVG path */
}

.icon-phone {
    /* Phone icon SVG path */
}

.icon-wechat {
    /* WeChat icon SVG path */
}

.icon-qq {
    /* QQ icon SVG path */
}

.icon-weibo {
    /* Weibo icon SVG path */
}

.icon-github {
    /* GitHub icon SVG path */
}

.icon-facebook {
    /* Facebook icon SVG path */
}

.icon-twitter {
    /* Twitter icon SVG path */
}

.icon-instagram {
    /* Instagram icon SVG path */
}

.icon-youtube {
    /* YouTube icon SVG path */
}
