"\\e649",
"home2" => "\\e69e",
"about" => "\\e63c",
"about-f" => "\\e61f",
"team" => "\\e645",
"message" => "\\e619",
"message-f" => "\\e667",
"link" => "\\e6af",
"link2" => "\\e622",
"time" => "\\e6c1",
"time1" => "\\e62a",
"zan" => "\\e681",
"hot" => "\\e688",
"hot1" => "\\e6a0",
"tag" => "\\e636",
"tag1" => "\\e611",
"back-top" => "\\e6e7",
"menu" => "\\e605",
"search" => "\\e607",
"arrow-top" => "\\e65d",
"arrow-right" => "\\e65f",
"arrow-bottom" => "\\e65e",
"arrow-left" => "\\e660",
"arrow-right1" => "\\e757",
"close" => "\\e601",
"close-f" => "\\e626",
"success-f" => "\\e610",
"info-f" => "\\e606",
"tips-f" => "\\e628",
"notice1" => "\\e64b",
"notice2" => "\\e6df",
"count" => "\\e64a",
"picture" => "\\e64c",
"upload-img1" => "\\e69d",
"upload-img2" => "\\e621",
"expression" => "\\e600",
"code" => "\\e7ae",
"note1" => "\\e727",
"note2" => "\\e617",
"case" => "\\e678",
"life1" => "\\e65a",
"software" => "\\e612",
"loading" => "\\e6da",
"download1" => "\\e71e",
"download2" => "\\e637",
"star" => "\\e664",
"html5" => "\\e6f0",
"html5-f" => "\\e602",
"css3" => "\\e7c9",
"css3-f" => "\\e7c8",
"vue" => "\\e690",
"react" => "\\e64d",
"angular-f" => "\\e615",
"bootstrap-f" => "\\e608",
"javascript-f" => "\\e635",
"wordpress" => "\\e65b",
"aliyun" => "\\e625",
"twitter-f" => "\\e603",
"apple-f" => "\\e76a",
"android-f" => "\\e623",
"qq-f" => "\\e624",
"wechat-f" => "\\e63d",
"sina" => "\\e620",
"github" => "\\e7ab",
"github-f" => "\\e691"
);
$icon = '';
$result = '';
foreach ($iconMap as $key => $value) {
$icon .= '.icon-' . $key . ':before{content: "' . $value . '"}';
}
echo '';
foreach ($iconMap as $key => $value) {
$result .= '
iconfont
icon-' . $key . '
';
}
echo '目前共有' . count($iconMap) . '个图标
";
?>