@forter/icon
Advanced tools
Comparing version 4.16.0 to 4.17.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.17.0](https://github.com/forter/web-components/compare/@forter/icon@4.16.0...@forter/icon@4.17.0) (2023-03-02) | ||
### Features | ||
* **icon:** remove width and height attr ([#1226](https://github.com/forter/web-components/issues/1226)) ([9438dca](https://github.com/forter/web-components/commit/9438dca)) | ||
# [4.16.0](https://github.com/forter/web-components/compare/@forter/icon@4.15.1...@forter/icon@4.16.0) (2023-03-02) | ||
@@ -8,0 +19,0 @@ |
import { svg } from 'lit-html'; | ||
var paymentMultiple_svg = svg` | ||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 2C3.89543 2 3 2.89543 3 4V11C3 12.1046 3.89543 13 5 13H5.47448V11.5H5C4.72386 11.5 4.5 11.2761 4.5 11V7H7.47448H15.5H17V4C17 2.89543 16.1046 2 15 2H5ZM15 3.5H5C4.72386 3.5 4.5 3.72386 4.5 4V5H15.5V4C15.5 3.72386 15.2761 3.5 15 3.5Z" /> | ||
@@ -6,0 +6,0 @@ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 11C7 9.89543 7.89543 9 9 9H19C20.1046 9 21 9.89543 21 11V18C21 19.1046 20.1046 20 19 20H9C7.89543 20 7 19.1046 7 18V11ZM9 10.5H19C19.2761 10.5 19.5 10.7239 19.5 11V12H8.5V11C8.5 10.7239 8.72386 10.5 9 10.5ZM19.5 14V18C19.5 18.2761 19.2761 18.5 19 18.5H9C8.72386 18.5 8.5 18.2761 8.5 18V14H19.5Z" /> |
import { svg } from 'lit-html'; | ||
var paymentSingle_svg = svg` | ||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 8.5C5 7.39543 5.89543 6.5 7 6.5H17C18.1046 6.5 19 7.39543 19 8.5V15.5C19 16.6046 18.1046 17.5 17 17.5H7C5.89543 17.5 5 16.6046 5 15.5V8.5ZM7 8H17C17.2761 8 17.5 8.22386 17.5 8.5V9.5H6.5V8.5C6.5 8.22386 6.72386 8 7 8ZM17.5 11.5V15.5C17.5 15.7761 17.2761 16 17 16H7C6.72386 16 6.5 15.7761 6.5 15.5V11.5H17.5Z" /> | ||
@@ -6,0 +6,0 @@ </svg> |
{ | ||
"name": "@forter/icon", | ||
"version": "4.16.0", | ||
"version": "4.17.0", | ||
"description": "Icon Component from Forter Components", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "c16b76c7e5f9f677568e7fb83eb6a616af285832" | ||
"gitHead": "ef59f1770974924bffaceb768b947e438a36320c" | ||
} |
import { svg } from 'lit-html'; | ||
export default svg` | ||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 2C3.89543 2 3 2.89543 3 4V11C3 12.1046 3.89543 13 5 13H5.47448V11.5H5C4.72386 11.5 4.5 11.2761 4.5 11V7H7.47448H15.5H17V4C17 2.89543 16.1046 2 15 2H5ZM15 3.5H5C4.72386 3.5 4.5 3.72386 4.5 4V5H15.5V4C15.5 3.72386 15.2761 3.5 15 3.5Z" /> | ||
@@ -6,0 +6,0 @@ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 11C7 9.89543 7.89543 9 9 9H19C20.1046 9 21 9.89543 21 11V18C21 19.1046 20.1046 20 19 20H9C7.89543 20 7 19.1046 7 18V11ZM9 10.5H19C19.2761 10.5 19.5 10.7239 19.5 11V12H8.5V11C8.5 10.7239 8.72386 10.5 9 10.5ZM19.5 14V18C19.5 18.2761 19.2761 18.5 19 18.5H9C8.72386 18.5 8.5 18.2761 8.5 18V14H19.5Z" /> |
import { svg } from 'lit-html'; | ||
export default svg` | ||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 8.5C5 7.39543 5.89543 6.5 7 6.5H17C18.1046 6.5 19 7.39543 19 8.5V15.5C19 16.6046 18.1046 17.5 17 17.5H7C5.89543 17.5 5 16.6046 5 15.5V8.5ZM7 8H17C17.2761 8 17.5 8.22386 17.5 8.5V9.5H6.5V8.5C6.5 8.22386 6.72386 8 7 8ZM17.5 11.5V15.5C17.5 15.7761 17.2761 16 17 16H7C6.72386 16 6.5 15.7761 6.5 15.5V11.5H17.5Z" /> | ||
</svg> | ||
`; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
555647