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

@forter/icon

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/icon - npm Package Compare versions

Comparing version 8.2.1 to 8.2.2

src/icons/bell-slash.svg.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [8.2.2](https://github.com/forter/design-system/compare/@forter/icon@8.2.1...@forter/icon@8.2.2) (2024-01-30)
# 1.0.0-dev.240130080937 (2024-01-30)
### Bug Fixes
- ๐Ÿ› fix bell icon and add bell-slash icon ([#150](https://github.com/forter/design-system/issues/150)) ([42a973b](https://github.com/forter/design-system/commit/42a973b54b5888e6f75ce50336d7c838632f0bbe))
## [8.2.1](https://github.com/forter/design-system/compare/@forter/icon@8.2.0...@forter/icon@8.2.1) (2024-01-23)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@forter/icon",
"version": "8.2.1",
"version": "8.2.2",
"description": "fc-icon from Forter Components",

@@ -21,3 +21,3 @@ "main": "dist/bundle.js",

},
"gitHead": "5777d7bf06d4c3beea88f366d71ec405bc6d16b9"
"gitHead": "5b367aa0ae21eca4bb7f2296683bb1798b6c26f6"
}
import { svg } from 'lit-html';
export default svg`
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.58176 11.015L4.58176 11.015C4.74329 10.742 4.82852 10.4306 4.82852 10.1134V6.67159C4.82852 4.91997 6.24849 3.5 8.00011 3.5C9.75174 3.5 11.1717 4.91997 11.1717 6.67159V10.1134C11.1717 10.4306 11.2569 10.742 11.4185 11.015L12.1175 12.1963H3.88275L4.58176 11.015ZM13.8549 12.187L12.7094 10.2511C12.6847 10.2094 12.6717 10.1618 12.6717 10.1134V6.67159C12.6717 4.09154 10.5802 2 8.00011 2C5.42006 2 3.32852 4.09154 3.32852 6.67159V10.1134C3.32852 10.1618 3.3155 10.2094 3.29082 10.2511L2.1453 12.187C1.75085 12.8537 2.23135 13.6963 3.00592 13.6963H5.24976C5.24977 13.7644 5.25915 13.8337 5.27881 13.9025C6.06073 16.6393 9.93916 16.6393 10.7211 13.9025C10.7407 13.8337 10.7501 13.7644 10.7501 13.6963H12.9943C13.7689 13.6963 14.2494 12.8537 13.8549 12.187ZM9.20303 13.6963H6.79686C7.2605 14.708 8.7394 14.708 9.20303 13.6963Z" fill="#7F92B9"/>
</svg>
`;

@@ -17,2 +17,3 @@ export { default as accordion_arrow } from './accordion-arrow.svg.js';

export { default as back } from './back.svg.js';
export { default as bell_slash } from './bell-slash.svg.js';
export { default as bell } from './bell.svg.js';

@@ -19,0 +20,0 @@ export { default as calendar } from './calendar.svg.js';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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