@frontify/fondue-icons 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fondue-icons103.js +2 -2
- package/dist/fondue-icons103.js.map +1 -1
- package/dist/icons/cross.d.ts +1 -1
- package/icons/cross/cross-12.svg +1 -1
- package/icons/cross/cross-16.svg +1 -1
- package/icons/cross/cross-20.svg +1 -1
- package/icons/cross/cross-24.svg +1 -1
- package/icons/cross/cross-32.svg +1 -1
- package/icons/snapshot.json +1 -1
- package/package.json +1 -1
package/dist/fondue-icons103.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createFondueIcon as o } from "./fondue-icons2.js";
|
|
2
|
-
const
|
|
2
|
+
const a = o("Cross", [["path", { fill: "currentColor", d: "M17.964 4.764a.9.9 0 011.273 1.273L13.273 12l5.964 5.964a.9.9 0 01-1.273 1.273l-5.963-5.964-5.964 5.963a.9.9 0 01-1.273-1.273L10.728 12 4.764 6.037a.9.9 0 011.273-1.273l5.964 5.964z" }]]);
|
|
3
3
|
export {
|
|
4
|
-
|
|
4
|
+
a as IconCross
|
|
5
5
|
};
|
|
6
6
|
//# sourceMappingURL=fondue-icons103.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fondue-icons103.js","sources":["../src/icons/cross.ts"],"sourcesContent":["/* (c) Copyright Frontify Ltd., all rights reserved. */\n\nimport { createFondueIcon } from '../createFondueIcon';\n\n/**\n * @component @name Cross\n *\n * @preview  Copyright Frontify Ltd., all rights reserved. */\n\nimport { createFondueIcon } from '../createFondueIcon';\n\n/**\n * @component @name Cross\n *\n * @preview  - https://fondue-components.frontify.com/?path=/story/icons_icons--default&args=iconName:cross\n * @see https://fondue-components.frontify.com/?path=/story/icons_icons--default - Documentation\n */\nexport const IconCross = createFondueIcon('Cross', [[\"path\",{\"fill\":\"currentColor\",\"d\":\"M17.964 4.764a.9.9 0 011.273 1.273L13.273 12l5.964 5.964a.9.9 0 01-1.273 1.273l-5.963-5.964-5.964 5.963a.9.9 0 01-1.273-1.273L10.728 12 4.764 6.037a.9.9 0 011.273-1.273l5.964 5.964z\"}]]);\n"],"names":["IconCross","createFondueIcon"],"mappings":";AAUO,MAAMA,IAAYC,EAAiB,SAAS,CAAC,CAAC,QAAO,EAAC,MAAO,gBAAe,GAAI,wLAAA,CAAwL,CAAC,CAAC;"}
|
package/dist/icons/cross.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @component @name Cross
|
|
3
3
|
*
|
|
4
|
-
* @preview  - https://fondue-components.frontify.com/?path=/story/icons_icons--default&args=iconName:cross
|
|
5
5
|
* @see https://fondue-components.frontify.com/?path=/story/icons_icons--default - Documentation
|
|
6
6
|
*/
|
|
7
7
|
export declare const IconCross: import('..').FondueIcon;
|
package/icons/cross/cross-12.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="currentColor"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="currentColor" d="M8.982 2.382a.45.45 0 11.636.637L6.636 6l2.982 2.982a.45.45 0 01-.636.637L6 6.637 3.018 9.618a.45.45 0 01-.636-.636L5.364 6 2.382 3.02a.45.45 0 01.636-.637L6 5.364z"/></svg>
|
package/icons/cross/cross-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M11.976 3.176a.6.6 0 01.848.849L8.848 8l3.976 3.976a.6.6 0 01-.848.849L8 8.849l-3.976 3.975a.6.6 0 01-.848-.849L7.15 8 3.176 4.025a.6.6 0 01.848-.849L8 7.152z"/></svg>
|
package/icons/cross/cross-20.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="currentColor"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="currentColor" d="M14.47 4.47a.75.75 0 011.06 1.06L11.062 10l4.47 4.47a.75.75 0 01-1.06 1.06L10 11.06l-4.47 4.47a.75.75 0 11-1.06-1.06L8.94 10 4.47 5.53a.75.75 0 011.06-1.06L10 8.94z"/></svg>
|
package/icons/cross/cross-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M17.964 4.764a.9.9 0 011.273 1.273L13.273 12l5.964 5.964a.9.9 0 01-1.273 1.273l-5.963-5.964-5.964 5.963a.9.9 0 01-1.273-1.273L10.728 12 4.764 6.037a.9.9 0 011.273-1.273l5.964 5.964z"/></svg>
|
package/icons/cross/cross-32.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M23.952 6.352A1.2 1.2 0 1125.65 8.05l-7.951 7.952 7.951 7.951a1.199 1.199 0 01-1.697 1.697l-7.951-7.951-7.952 7.95a1.2 1.2 0 01-1.697-1.697L14.304 16 6.352 8.049A1.2 1.2 0 018.05 6.352l7.952 7.952z"/></svg>
|