19 lines
791 B
Markdown
19 lines
791 B
Markdown
---
|
|
title: "图标"
|
|
date: 2020-08-14
|
|
lastmod: 2022-03-09
|
|
draft: false
|
|
description: "Blowfish 支持的图标。"
|
|
slug: "icons"
|
|
tags: ["图标", "示例", "简码"]
|
|
type: 'sample'
|
|
---
|
|
|
|
Blowfish 内置了许多 [FontAwesome 6](https://fontawesome.com/icons) 中的图标。你可以使用 [图标部分]({{< ref "docs/partials#icon" >}})或者[图标短代码]({{< ref "docs/shortcodes#icon" >}})将这些图标包含在你的网站中。
|
|
|
|
当然,Blowfish 完全支持自定义图标。只需要将自己的 SVG 文件放在 `assets/icons/` 目录下即可。图标目录中的任何图标可以在整个主题中使用。为了实现自动填充颜色,每个 SVG 图标源码中必须添加 `fill="currentColor"` 属性。
|
|
|
|
下面是所有的内置图标及其名称。
|
|
|
|
{{< icon-ref >}}
|