@wix/wix-ui-icons-common 3.0.17 → 3.0.18
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/README.md +1 -1
- package/dist/cjs/classic-editor/general/dist/components/MandatoryCircleSmall.js +4 -5
- package/dist/cjs/classic-editor/general/dist/components/MandatoryCircleSmall.js.map +1 -1
- package/dist/cjs/classic-editor/general/raw/MandatoryCircleSmall.svg +2 -2
- package/dist/cjs/general/metadata.js +99 -99
- package/dist/cjs/general/metadata.js.map +1 -1
- package/dist/esm/classic-editor/general/dist/components/MandatoryCircleSmall.js +2 -2
- package/dist/esm/classic-editor/general/dist/components/MandatoryCircleSmall.js.map +1 -1
- package/dist/esm/classic-editor/general/raw/MandatoryCircleSmall.svg +2 -2
- package/dist/esm/general/metadata.js +99 -99
- package/dist/esm/general/metadata.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# wix-ui-icons-common
|
|
2
|
-
A set of commonly used icons for the Wix UI design system. [Storybook](https://
|
|
2
|
+
A set of commonly used icons for the Wix UI design system. [Storybook](https://wix-pages.com/wix-ui-icons-common)
|
|
3
3
|
|
|
4
4
|
**Note:** This project was migrated from wix-ui. The old Git history is available [here](https://github.com/wix-a/wix-ui-archive/tree/master/packages/wix-ui-icons-common).
|
|
5
5
|
|
|
@@ -12,10 +12,10 @@ const MandatoryCircleSmall = ({
|
|
|
12
12
|
size,
|
|
13
13
|
...props
|
|
14
14
|
}) => /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
|
|
15
|
-
viewBox: "0 0
|
|
15
|
+
viewBox: "0 0 18 18",
|
|
16
16
|
fill: "currentColor",
|
|
17
|
-
width: size || "
|
|
18
|
-
height: size || "
|
|
17
|
+
width: size || "18",
|
|
18
|
+
height: size || "18"
|
|
19
19
|
}, props, {
|
|
20
20
|
__self: void 0,
|
|
21
21
|
__source: {
|
|
@@ -24,8 +24,7 @@ const MandatoryCircleSmall = ({
|
|
|
24
24
|
columnNumber: 3
|
|
25
25
|
}
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
d: "
|
|
28
|
-
fillRule: "evenodd",
|
|
27
|
+
d: "m8.95 7.95 2.7-.98.35.89-2.77.94 1.69 2.35-.75.55-1.71-2.4-1.72 2.4-.75-.55L7.7 8.8 5 7.86l.33-.89 2.7.98V5h.92v2.95ZM8.5 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5C16 4.36 12.64 1 8.5 1Zm0 14C4.92 15 2 12.08 2 8.5S4.92 2 8.5 2 15 4.92 15 8.5 12.08 15 8.5 15Z",
|
|
29
28
|
__self: void 0,
|
|
30
29
|
__source: {
|
|
31
30
|
fileName: _jsxFileName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["MandatoryCircleSmall","size","props","displayName"],"sources":["../../../../../../src/classic-editor/general/dist/components/MandatoryCircleSmall.tsx"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport * as React from 'react';\nexport interface MandatoryCircleSmallProps extends React.SVGAttributes<SVGElement> {\nsize?: string | number;\n}\nconst MandatoryCircleSmall: React.FC<MandatoryCircleSmallProps> = ({size, ...props}) => (\n <svg viewBox=\"0 0
|
|
1
|
+
{"version":3,"names":["MandatoryCircleSmall","size","props","displayName"],"sources":["../../../../../../src/classic-editor/general/dist/components/MandatoryCircleSmall.tsx"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport * as React from 'react';\nexport interface MandatoryCircleSmallProps extends React.SVGAttributes<SVGElement> {\nsize?: string | number;\n}\nconst MandatoryCircleSmall: React.FC<MandatoryCircleSmallProps> = ({size, ...props}) => (\n <svg viewBox=\"0 0 18 18\" fill=\"currentColor\" width={ size || \"18\" } height={ size || \"18\" } {...props}>\n <path d=\"m8.95 7.95 2.7-.98.35.89-2.77.94 1.69 2.35-.75.55-1.71-2.4-1.72 2.4-.75-.55L7.7 8.8 5 7.86l.33-.89 2.7.98V5h.92v2.95ZM8.5 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5C16 4.36 12.64 1 8.5 1Zm0 14C4.92 15 2 12.08 2 8.5S4.92 2 8.5 2 15 4.92 15 8.5 12.08 15 8.5 15Z\"\n />\n </svg>\n);\nMandatoryCircleSmall.displayName = 'MandatoryCircleSmall';\nexport default MandatoryCircleSmall;\n/* tslint:enable */\n/* eslint-enable */\n"],"mappings":";;;;;;AAEA;AAA+B;AAAA;AAAA;AAI/B,MAAMA,oBAAyD,GAAG,CAAC;EAACC,IAAI;EAAE,GAAGC;AAAK,CAAC,kBACjF;EAAK,OAAO,EAAC,WAAW;EAAC,IAAI,EAAC,cAAc;EAAC,KAAK,EAAGD,IAAI,IAAI,IAAM;EAAC,MAAM,EAAGA,IAAI,IAAI;AAAM,GAAKC,KAAK;EAAA;EAAA;IAAA;IAAA;IAAA;EAAA;AAAA,iBACnG;EAAM,CAAC,EAAC,+RAA+R;EAAA;EAAA;IAAA;IAAA;IAAA;EAAA;AAAA,EACrS,CAEL;AACDF,oBAAoB,CAACG,WAAW,GAAG,sBAAsB;AAAC,eAC3CH,oBAAoB;AACnC;AACA;AAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<path d="m8.95 7.95 2.7-.98.35.89-2.77.94 1.69 2.35-.75.55-1.71-2.4-1.72 2.4-.75-.55L7.7 8.8 5 7.86l.33-.89 2.7.98V5h.92v2.95ZM8.5 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5C16 4.36 12.64 1 8.5 1Zm0 14C4.92 15 2 12.08 2 8.5S4.92 2 8.5 2 15 4.92 15 8.5 12.08 15 8.5 15Z"/>
|
|
3
3
|
</svg>
|