Socket
Socket
Sign inDemoInstall

@rmwc/icon

Package Overview
Dependencies
Maintainers
0
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/icon - npm Package Compare versions

Comparing version 14.2.6 to 14.2.7

.babelrc

8

package.json
{
"name": "@rmwc/icon",
"version": "14.2.6",
"version": "14.2.7",
"description": "RMWC Icon component",

@@ -42,6 +42,6 @@ "main": "./index.js",

"dependencies": {
"@rmwc/base": "workspace:*",
"@rmwc/provider": "workspace:*",
"@rmwc/types": "workspace:*"
"@rmwc/base": "14.2.7",
"@rmwc/provider": "14.2.7",
"@rmwc/types": "14.2.7"
}
}

@@ -139,6 +139,3 @@ # Icons

icon: (
<svg
style={{ width: '24px', height: '24px' }}
viewBox="0 0 24 24"
>
<svg style={{ width: '24px', height: '24px' }} viewBox="0 0 24 24">
<path

@@ -205,4 +202,3 @@ fill="#4285F4"

```jsx
`
`
// 1) Your app has an icon component you use

@@ -249,7 +245,7 @@ import { MyIconComponent } from '@rmwc/icon';

<TextFieldIcon icon="search" />
`
`;
```
## Icon
An Icon component. Most of these options can be set once globally, read the documentation on Provider for more info.

@@ -259,6 +255,4 @@

| Name | Type | Description |
|------|------|-------------|
| Name | Type | Description |
| ------ | ----------- | ------------------------------------------------------------------------------------------------------ |
| `icon` | `IconPropT` | The icon to use. This can be a string for a font icon, a url, or whatever the selected strategy needs. |
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