$flaticon_the_post_grid-font: "flaticon_the_post_grid";

@font-face {
    font-family: $flaticon_the_post_grid-font;
    src: url("./flaticon_the_post_grid.ttf?dd949169929eab44f4d2133b01c9e438") format("truetype"),
url("./flaticon_the_post_grid.woff?dd949169929eab44f4d2133b01c9e438") format("woff"),
url("./flaticon_the_post_grid.woff2?dd949169929eab44f4d2133b01c9e438") format("woff2"),
url("./flaticon_the_post_grid.eot?dd949169929eab44f4d2133b01c9e438#iefix") format("embedded-opentype"),
url("./flaticon_the_post_grid.svg?dd949169929eab44f4d2133b01c9e438#flaticon_the_post_grid") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_the_post_grid !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

$flaticon_the_post_grid-map: (
    "user": "\f101",
    "calendar": "\f102",
    "tag": "\f103",
    "folder": "\f104",
    "message": "\f105",
    "chat": "\f106",
    "visible": "\f107",
    "left": "\f108",
    "right": "\f109",
    "right-arrow": "\f10a",
    "right-1": "\f10b",
    "left-arrow": "\f10c",
    "pinterest": "\f10d",
    "mail": "\f10e",
    "email": "\f10f",
    "add": "\f110",
    "plus": "\f111",
    "facebook": "\f112",
    "twitter-x": "\f113",
    "instagram": "\f114",
    "youtube": "\f115",
    "google-plus": "\f116",
    "reddit": "\f117",
    "linkedin": "\f118",
);

.flaticon-user:before {
    content: map-get($flaticon_the_post_grid-map, "user");
}
.flaticon-calendar:before {
    content: map-get($flaticon_the_post_grid-map, "calendar");
}
.flaticon-tag:before {
    content: map-get($flaticon_the_post_grid-map, "tag");
}
.flaticon-folder:before {
    content: map-get($flaticon_the_post_grid-map, "folder");
}
.flaticon-message:before {
    content: map-get($flaticon_the_post_grid-map, "message");
}
.flaticon-chat:before {
    content: map-get($flaticon_the_post_grid-map, "chat");
}
.flaticon-visible:before {
    content: map-get($flaticon_the_post_grid-map, "visible");
}
.flaticon-left:before {
    content: map-get($flaticon_the_post_grid-map, "left");
}
.flaticon-right:before {
    content: map-get($flaticon_the_post_grid-map, "right");
}
.flaticon-right-arrow:before {
    content: map-get($flaticon_the_post_grid-map, "right-arrow");
}
.flaticon-right-1:before {
    content: map-get($flaticon_the_post_grid-map, "right-1");
}
.flaticon-left-arrow:before {
    content: map-get($flaticon_the_post_grid-map, "left-arrow");
}
.flaticon-pinterest:before {
    content: map-get($flaticon_the_post_grid-map, "pinterest");
}
.flaticon-mail:before {
    content: map-get($flaticon_the_post_grid-map, "mail");
}
.flaticon-email:before {
    content: map-get($flaticon_the_post_grid-map, "email");
}
.flaticon-add:before {
    content: map-get($flaticon_the_post_grid-map, "add");
}
.flaticon-plus:before {
    content: map-get($flaticon_the_post_grid-map, "plus");
}
.flaticon-facebook:before {
    content: map-get($flaticon_the_post_grid-map, "facebook");
}
.flaticon-twitter-x:before {
    content: map-get($flaticon_the_post_grid-map, "twitter-x");
}
.flaticon-instagram:before {
    content: map-get($flaticon_the_post_grid-map, "instagram");
}
.flaticon-youtube:before {
    content: map-get($flaticon_the_post_grid-map, "youtube");
}
.flaticon-google-plus:before {
    content: map-get($flaticon_the_post_grid-map, "google-plus");
}
.flaticon-reddit:before {
    content: map-get($flaticon_the_post_grid-map, "reddit");
}
.flaticon-linkedin:before {
    content: map-get($flaticon_the_post_grid-map, "linkedin");
}
