Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluid-topics/ft-icon

Package Overview
Dependencies
Maintainers
2
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-icon - npm Package Compare versions

Comparing version 1.0.52 to 1.0.53

assets/font-definitions.css

9

package.json
{
"name": "@fluid-topics/ft-icon",
"version": "1.0.52",
"version": "1.0.53",
"description": "Typography components",

@@ -15,3 +15,4 @@ "keywords": [

"build/**/*.ts",
"build/**/*.js"
"build/**/*.js",
"assets/**/*"
],

@@ -23,6 +24,6 @@ "repository": {

"dependencies": {
"@fluid-topics/ft-wc-utils": "1.0.52",
"@fluid-topics/ft-wc-utils": "1.0.53",
"lit": "2.7.2"
},
"gitHead": "e5ca580eaeb1a17693fa8f2cf59fbdca412bf7d0"
"gitHead": "adfef35652b764d792d22aeef90c706676636803"
}

@@ -17,3 +17,3 @@ An icon component for all UI usage.

function render() {
return html`
return html`
<ft-icon>account_settings</ft-icon>

@@ -23,1 +23,12 @@ `

```
To define icon fonts:
```html
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fluid-topics/ft-icon/assets/font-definitions.css">
</head>
...
</html>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc