
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@mxenabled/mx-icons
Advanced tools
This library provides React components for a subset of material symbol icons. That subset of icons is defined in the
config.json
configuration file. Additional icons can be added by appended to the material_icons
list and then
running a script that will build new React components for the added icons.
{
"weight": 400,
"size": 24,
"material_icon_type": "materialsymbolsrounded",
"material_icons": [
"account_balance",
"add",
"add_box",
"wall_art",
"wallet"
]
}
weight
- The line thickness to use for the material symbols [100-700]
size
- The optical DPS size [20, 24, 40, 48]
material_icon_type
- The type of icons [materialsymbolsoutlined, materialsymbolsrounded, materialsymbolssharp]
material_icons
- A list of material icon names to include in the libraryconfig.json
file and add new material symbol icon name in pascal_case (keep list in alphabetical order)
buildIcons.py
to generate new components and add them to the IconList
pip3 install requests
./buildIcons.py
There are 2 ways to utilize the icons from this library. There is a backwards compatible <Icon />
component or
directly using the named icon component <AccountBalance />
npm install @mxenabled/mx-icons
yarn add @mxenabled/mx-icons
import { Icon } from "@mxenabled/mx-icons";
<Icon name="account_balance" />
True
or False
(Defaults to False
)20
)400
)import { AccountBalance } from "@mxenabled/mx-icons";
<AccountBalance />
True
or False
(Defaults to False
)20
)FAQs
Library containing material symbol icons for MX
The npm package @mxenabled/mx-icons receives a total of 1,225 weekly downloads. As such, @mxenabled/mx-icons popularity was classified as popular.
We found that @mxenabled/mx-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 30 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.