@forter/icon
Advanced tools
Comparing version 8.0.6 to 8.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [8.0.7](https://github.com/forter/design-system/compare/@forter/icon@8.0.6...@forter/icon@8.0.7) (2023-09-11) | ||
# 1.0.0-dev.230911085118 (2023-09-11) | ||
### Bug Fixes | ||
- 🐛 fix filtered icon ([#109](https://github.com/forter/design-system/issues/109)) ([1fc7608](https://github.com/forter/design-system/commit/1fc7608c2d216ca7fb2d94a75d5b14c4642322e3)) | ||
## [8.0.6](https://github.com/forter/design-system/compare/@forter/icon@8.0.5...@forter/icon@8.0.6) (2023-08-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@forter/icon", | ||
"version": "8.0.6", | ||
"version": "8.0.7", | ||
"description": "fc-icon from Forter Components", | ||
@@ -21,3 +21,3 @@ "main": "dist/bundle.js", | ||
}, | ||
"gitHead": "02224a6edc3c237af590c15ab622b69739e8e4ef" | ||
"gitHead": "016a12ebaccb921c4b9cf706da10de001bdec179" | ||
} |
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"> | ||
<rect x="3.83301" y="3.5" width="3" height="1" rx="0.5" fill="#8696AC"/> | ||
<rect x="3.83301" y="7.5" width="5" height="1" rx="0.5" fill="#8696AC"/> | ||
<rect x="3.83301" y="11.5" width="8" height="1" rx="0.5" fill="#8696AC"/> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5595 6.46202L8.5944 4.66982C8.23258 4.2078 8.5367 3.5 9.09702 3.5H13.778C14.3383 3.5 14.6424 4.2078 14.2806 4.66982L12.3155 6.46202V8.78826C12.3155 9.31667 11.8746 9.66035 11.4369 9.42404L10.8517 9.01621C10.78 8.97283 10.5595 8.69304 10.5595 8.4238V6.46202Z" fill="#00A5FF"/> | ||
export default svg`<svg viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<rect x="0.833008" y="0.5" width="3" height="1" rx="0.5" fill="#8696AC"/> | ||
<rect x="0.833008" y="4.5" width="5" height="1" rx="0.5" fill="#8696AC"/> | ||
<rect x="0.833008" y="8.5" width="8" height="1" rx="0.5" fill="#8696AC"/> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.55953 3.46202L5.5944 1.66982C5.23258 1.2078 5.5367 0.5 6.09702 0.5H10.778C11.3383 0.5 11.6424 1.2078 11.2806 1.66982L9.31546 3.46202V5.78826C9.31546 6.31667 8.87462 6.66035 8.43695 6.42404L7.85169 6.01621C7.77997 5.97283 7.55953 5.69304 7.55953 5.4238V3.46202Z" fill="#00A5FF"/> | ||
</svg> | ||
`; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
605570