@bigbinary/neeto-icons 1.20.45 → 1.20.47
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/cjs/icons/CenterAlign.js +20 -36
- package/dist/cjs/icons/CenterAlign.js.map +1 -1
- package/dist/cjs/icons/LeftAlign.js +17 -33
- package/dist/cjs/icons/LeftAlign.js.map +1 -1
- package/dist/cjs/icons/RightAlign.js +16 -32
- package/dist/cjs/icons/RightAlign.js.map +1 -1
- package/dist/cjs/icons/VerticalBottom.js +65 -0
- package/dist/cjs/icons/VerticalBottom.js.map +1 -0
- package/dist/cjs/icons/VerticalCenter.js +72 -0
- package/dist/cjs/icons/VerticalCenter.js.map +1 -0
- package/dist/cjs/icons/VerticalTop.js +65 -0
- package/dist/cjs/icons/VerticalTop.js.map +1 -0
- package/dist/cjs/icons/index.js +24 -0
- package/dist/cjs/icons/index.js.map +1 -1
- package/dist/cjs/misc/PaypalTypeface.js +27 -20
- package/dist/cjs/misc/PaypalTypeface.js.map +1 -1
- package/dist/cjs/misc/StripeTypeface.js +7 -27
- package/dist/cjs/misc/StripeTypeface.js.map +1 -1
- package/dist/cjs/misc/Upi.js +34 -18
- package/dist/cjs/misc/Upi.js.map +1 -1
- package/dist/cjs/misc/UpiTypeface.js +34 -18
- package/dist/cjs/misc/UpiTypeface.js.map +1 -1
- package/dist/icons/CenterAlign.js +20 -36
- package/dist/icons/CenterAlign.js.map +1 -1
- package/dist/icons/LeftAlign.js +17 -33
- package/dist/icons/LeftAlign.js.map +1 -1
- package/dist/icons/RightAlign.js +16 -32
- package/dist/icons/RightAlign.js.map +1 -1
- package/dist/icons/VerticalBottom.js +55 -0
- package/dist/icons/VerticalBottom.js.map +1 -0
- package/dist/icons/VerticalCenter.js +62 -0
- package/dist/icons/VerticalCenter.js.map +1 -0
- package/dist/icons/VerticalTop.js +55 -0
- package/dist/icons/VerticalTop.js.map +1 -0
- package/dist/icons/index.js +4 -1
- package/dist/icons/index.js.map +1 -1
- package/dist/misc/PaypalTypeface.js +27 -20
- package/dist/misc/PaypalTypeface.js.map +1 -1
- package/dist/misc/StripeTypeface.js +7 -27
- package/dist/misc/StripeTypeface.js.map +1 -1
- package/dist/misc/Upi.js +34 -18
- package/dist/misc/Upi.js.map +1 -1
- package/dist/misc/UpiTypeface.js +34 -18
- package/dist/misc/UpiTypeface.js.map +1 -1
- package/icons.d.ts +3 -0
- package/package.json +1 -1
|
@@ -20,56 +20,40 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
20
20
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21
21
|
width: size,
|
|
22
22
|
height: size,
|
|
23
|
-
viewBox: "0 0
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
24
|
fill: "none"
|
|
25
25
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
clipPath: "url(#
|
|
26
|
+
clipPath: "url(#CenterAlign_js__clip0_8118_378)"
|
|
27
27
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
-
x:
|
|
29
|
-
y:
|
|
30
|
-
width:
|
|
31
|
-
height:
|
|
28
|
+
x: 4.00012,
|
|
29
|
+
y: 14.2856,
|
|
30
|
+
width: 15.4286,
|
|
31
|
+
height: 5.14286,
|
|
32
32
|
rx: 1,
|
|
33
33
|
fill: color
|
|
34
|
-
}), /*#__PURE__*/React.createElement("
|
|
35
|
-
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M7.50012 11.0713H16.5001V8.92871H7.50012V11.0713ZM18.0001 11.5713L17.9952 11.6738C17.9475 12.1444 17.5732 12.5185 17.1027 12.5664L17.0001 12.5713H7.00012L6.89758 12.5664C6.42708 12.5185 6.05279 12.1444 6.005 11.6738L6.00012 11.5713V8.42871C6.00012 7.91103 6.39345 7.48493 6.89758 7.43359L7.00012 7.42871H17.0001L17.1027 7.43359C17.6068 7.48493 18.0001 7.91103 18.0001 8.42871V11.5713Z",
|
|
36
36
|
fill: color
|
|
37
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
38
|
-
x: 4.5,
|
|
39
|
-
y: 6.19043,
|
|
40
|
-
width: 9,
|
|
41
|
-
height: 3.85714,
|
|
42
|
-
rx: 1
|
|
43
|
-
})), /*#__PURE__*/React.createElement("rect", {
|
|
44
|
-
x: 4.5,
|
|
45
|
-
y: 6.19043,
|
|
46
|
-
width: 9,
|
|
47
|
-
height: 3.85714,
|
|
48
|
-
rx: 1,
|
|
49
|
-
stroke: color,
|
|
50
|
-
strokeWidth: strokeWidth,
|
|
51
|
-
mask: "url(#CenterAlign_js__path-2-inside-1_1047_4338)"
|
|
52
37
|
}), /*#__PURE__*/React.createElement("line", {
|
|
53
|
-
x1:
|
|
54
|
-
y1:
|
|
55
|
-
x2:
|
|
56
|
-
y2:
|
|
38
|
+
x1: 11.7501,
|
|
39
|
+
y1: 12,
|
|
40
|
+
x2: 11.7501,
|
|
41
|
+
y2: 22,
|
|
57
42
|
stroke: color,
|
|
58
43
|
strokeWidth: strokeWidth
|
|
59
44
|
}), /*#__PURE__*/React.createElement("line", {
|
|
60
|
-
x1:
|
|
61
|
-
y1:
|
|
62
|
-
x2:
|
|
63
|
-
y2:
|
|
45
|
+
x1: 11.7501,
|
|
46
|
+
y1: 3,
|
|
47
|
+
x2: 11.7501,
|
|
48
|
+
y2: 8,
|
|
64
49
|
stroke: color,
|
|
65
50
|
strokeWidth: strokeWidth
|
|
66
51
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
67
|
-
id: "
|
|
52
|
+
id: "CenterAlign_js__clip0_8118_378"
|
|
68
53
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
69
|
-
width:
|
|
70
|
-
height:
|
|
71
|
-
fill: color
|
|
72
|
-
transform: "translate(0 0.619141)"
|
|
54
|
+
width: 24,
|
|
55
|
+
height: 24,
|
|
56
|
+
fill: color
|
|
73
57
|
}))));
|
|
74
58
|
};
|
|
75
59
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../generate/icons/CenterAlign.js"],"names":["React","CenterAlign","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,WAAW,GAAG,SAAdA,WAAc,OAKd;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/CenterAlign.js"],"names":["React","CenterAlign","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,WAAW,GAAG,SAAdA,WAAc,OAKd;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,OADL;AAEE,IAAA,CAAC,EAAE,OAFL;AAGE,IAAA,KAAK,EAAE,OAHT;AAIE,IAAA,MAAM,EAAE,OAJV;AAKE,IAAA,EAAE,EAAE,CALN;AAME,IAAA,IAAI,EAAEF;AANR,IADF,eASE;AACE,IAAA,CAAC,EAAC,kYADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IATF,eAaE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,EAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,EAJN;AAKE,IAAA,MAAM,EAAEA,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAbF,eAqBE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,CAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,CAJN;AAKE,IAAA,MAAM,EAAED,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IArBF,CADF,eA+BE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CA/BF,CADF;AAuCD,CA7CD;;AA8CA,eAAeF,WAAf","sourcesContent":["import React from \"react\";\nconst CenterAlign = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#CenterAlign_js__clip0_8118_378)\">\n <rect\n x={4.00012}\n y={14.2856}\n width={15.4286}\n height={5.14286}\n rx={1}\n fill={color}\n />\n <path\n d=\"M7.50012 11.0713H16.5001V8.92871H7.50012V11.0713ZM18.0001 11.5713L17.9952 11.6738C17.9475 12.1444 17.5732 12.5185 17.1027 12.5664L17.0001 12.5713H7.00012L6.89758 12.5664C6.42708 12.5185 6.05279 12.1444 6.005 11.6738L6.00012 11.5713V8.42871C6.00012 7.91103 6.39345 7.48493 6.89758 7.43359L7.00012 7.42871H17.0001L17.1027 7.43359C17.6068 7.48493 18.0001 7.91103 18.0001 8.42871V11.5713Z\"\n fill={color}\n />\n <line\n x1={11.7501}\n y1={12}\n x2={11.7501}\n y2={22}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <line\n x1={11.7501}\n y1={3}\n x2={11.7501}\n y2={8}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"CenterAlign_js__clip0_8118_378\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default CenterAlign;\n"],"file":"CenterAlign.js"}
|
package/dist/icons/LeftAlign.js
CHANGED
|
@@ -20,49 +20,33 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
20
20
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21
21
|
width: size,
|
|
22
22
|
height: size,
|
|
23
|
-
viewBox: "0 0
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
24
|
fill: "none"
|
|
25
25
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
clipPath: "url(#
|
|
26
|
+
clipPath: "url(#LeftAlign_js__clip0_8118_371)"
|
|
27
27
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
-
x:
|
|
29
|
-
y:
|
|
30
|
-
width:
|
|
31
|
-
height:
|
|
32
|
-
rx:
|
|
28
|
+
x: 6,
|
|
29
|
+
y: 12.85,
|
|
30
|
+
width: 15.43,
|
|
31
|
+
height: 5.14,
|
|
32
|
+
rx: 0.852941,
|
|
33
33
|
fill: color
|
|
34
|
-
}), /*#__PURE__*/React.createElement("
|
|
35
|
-
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M7.5 9.63965H16.5V7.5H7.5V9.63965ZM18 10.2871L17.9951 10.374C17.9544 10.7755 17.6358 11.0949 17.2344 11.1357L17.1475 11.1396H6.85254L6.76562 11.1357C6.36418 11.0949 6.04556 10.7755 6.00488 10.374L6 10.2871V6.85254C6.0002 6.41115 6.33573 6.04862 6.76562 6.00488L6.85254 6H17.1475L17.2344 6.00488C17.6643 6.04862 17.9998 6.41115 18 6.85254V10.2871Z",
|
|
36
36
|
fill: color
|
|
37
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
38
|
-
x: 4.5,
|
|
39
|
-
y: 6.19043,
|
|
40
|
-
width: 9,
|
|
41
|
-
height: 3.85714,
|
|
42
|
-
rx: 1
|
|
43
|
-
})), /*#__PURE__*/React.createElement("rect", {
|
|
44
|
-
x: 4.5,
|
|
45
|
-
y: 6.19043,
|
|
46
|
-
width: 9,
|
|
47
|
-
height: 3.85714,
|
|
48
|
-
rx: 1,
|
|
49
|
-
stroke: color,
|
|
50
|
-
strokeWidth: strokeWidth,
|
|
51
|
-
mask: "url(#LeftAlign_js__path-2-inside-1_1047_4040)"
|
|
52
37
|
}), /*#__PURE__*/React.createElement("line", {
|
|
53
|
-
x1:
|
|
54
|
-
y1:
|
|
55
|
-
x2:
|
|
56
|
-
y2:
|
|
38
|
+
x1: 3.06842,
|
|
39
|
+
y1: 4,
|
|
40
|
+
x2: 3.06842,
|
|
41
|
+
y2: 20.084,
|
|
57
42
|
stroke: color,
|
|
58
43
|
strokeWidth: strokeWidth
|
|
59
44
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
60
|
-
id: "
|
|
45
|
+
id: "LeftAlign_js__clip0_8118_371"
|
|
61
46
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
62
|
-
width:
|
|
63
|
-
height:
|
|
64
|
-
fill: color
|
|
65
|
-
transform: "translate(0 0.619141)"
|
|
47
|
+
width: 24,
|
|
48
|
+
height: 24,
|
|
49
|
+
fill: color
|
|
66
50
|
}))));
|
|
67
51
|
};
|
|
68
52
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../generate/icons/LeftAlign.js"],"names":["React","LeftAlign","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,SAAS,GAAG,SAAZA,SAAY,OAKZ;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/LeftAlign.js"],"names":["React","LeftAlign","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,SAAS,GAAG,SAAZA,SAAY,OAKZ;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,CADL;AAEE,IAAA,CAAC,EAAE,KAFL;AAGE,IAAA,KAAK,EAAE,KAHT;AAIE,IAAA,MAAM,EAAE,IAJV;AAKE,IAAA,EAAE,EAAE,QALN;AAME,IAAA,IAAI,EAAEF;AANR,IADF,eASE;AACE,IAAA,CAAC,EAAC,4VADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IATF,eAaE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,CAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,MAJN;AAKE,IAAA,MAAM,EAAEA,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAbF,CADF,eAuBE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAvBF,CADF;AA+BD,CArCD;;AAsCA,eAAeF,SAAf","sourcesContent":["import React from \"react\";\nconst LeftAlign = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#LeftAlign_js__clip0_8118_371)\">\n <rect\n x={6}\n y={12.85}\n width={15.43}\n height={5.14}\n rx={0.852941}\n fill={color}\n />\n <path\n d=\"M7.5 9.63965H16.5V7.5H7.5V9.63965ZM18 10.2871L17.9951 10.374C17.9544 10.7755 17.6358 11.0949 17.2344 11.1357L17.1475 11.1396H6.85254L6.76562 11.1357C6.36418 11.0949 6.04556 10.7755 6.00488 10.374L6 10.2871V6.85254C6.0002 6.41115 6.33573 6.04862 6.76562 6.00488L6.85254 6H17.1475L17.2344 6.00488C17.6643 6.04862 17.9998 6.41115 18 6.85254V10.2871Z\"\n fill={color}\n />\n <line\n x1={3.06842}\n y1={4}\n x2={3.06842}\n y2={20.084}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"LeftAlign_js__clip0_8118_371\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default LeftAlign;\n"],"file":"LeftAlign.js"}
|
package/dist/icons/RightAlign.js
CHANGED
|
@@ -20,49 +20,33 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
20
20
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21
21
|
width: size,
|
|
22
22
|
height: size,
|
|
23
|
-
viewBox: "0 0
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
24
|
fill: "none"
|
|
25
25
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
clipPath: "url(#
|
|
26
|
+
clipPath: "url(#RightAlign_js__clip0_8118_385)"
|
|
27
27
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
-
x: 1.
|
|
29
|
-
y:
|
|
30
|
-
width:
|
|
31
|
-
height:
|
|
28
|
+
x: 1.99988,
|
|
29
|
+
y: 14.2859,
|
|
30
|
+
width: 15.4286,
|
|
31
|
+
height: 5.14286,
|
|
32
32
|
rx: 1,
|
|
33
33
|
fill: color
|
|
34
|
-
}), /*#__PURE__*/React.createElement("
|
|
35
|
-
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M6.92859 11.071H15.9286V8.92847H6.92859V11.071ZM17.4286 11.571L17.4237 11.6736C17.3759 12.1441 17.0016 12.5182 16.5311 12.5662L16.4286 12.571H6.42859L6.32605 12.5662C5.85554 12.5182 5.48125 12.1441 5.43347 11.6736L5.42859 11.571V8.42847C5.42859 7.91079 5.82192 7.48468 6.32605 7.43335L6.42859 7.42847H16.4286L16.5311 7.43335C17.0353 7.48468 17.4286 7.91079 17.4286 8.42847V11.571Z",
|
|
36
36
|
fill: color
|
|
37
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
38
|
-
x: 4.07129,
|
|
39
|
-
y: 6.19043,
|
|
40
|
-
width: 9,
|
|
41
|
-
height: 3.85714,
|
|
42
|
-
rx: 1
|
|
43
|
-
})), /*#__PURE__*/React.createElement("rect", {
|
|
44
|
-
x: 4.07129,
|
|
45
|
-
y: 6.19043,
|
|
46
|
-
width: 9,
|
|
47
|
-
height: 3.85714,
|
|
48
|
-
rx: 1,
|
|
49
|
-
stroke: color,
|
|
50
|
-
strokeWidth: strokeWidth,
|
|
51
|
-
mask: "url(#RightAlign_js__path-2-inside-1_1047_4017)"
|
|
52
37
|
}), /*#__PURE__*/React.createElement("line", {
|
|
53
|
-
x1:
|
|
54
|
-
y1:
|
|
55
|
-
x2:
|
|
56
|
-
y2:
|
|
38
|
+
x1: 20.7499,
|
|
39
|
+
y1: 3.14288,
|
|
40
|
+
x2: 20.7499,
|
|
41
|
+
y2: 22,
|
|
57
42
|
stroke: color,
|
|
58
43
|
strokeWidth: strokeWidth
|
|
59
44
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
60
|
-
id: "
|
|
45
|
+
id: "RightAlign_js__clip0_8118_385"
|
|
61
46
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
62
|
-
width:
|
|
63
|
-
height:
|
|
64
|
-
fill: color
|
|
65
|
-
transform: "translate(0 0.619141)"
|
|
47
|
+
width: 24,
|
|
48
|
+
height: 24,
|
|
49
|
+
fill: color
|
|
66
50
|
}))));
|
|
67
51
|
};
|
|
68
52
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../generate/icons/RightAlign.js"],"names":["React","RightAlign","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAa,OAKb;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/RightAlign.js"],"names":["React","RightAlign","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAa,OAKb;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,OADL;AAEE,IAAA,CAAC,EAAE,OAFL;AAGE,IAAA,KAAK,EAAE,OAHT;AAIE,IAAA,MAAM,EAAE,OAJV;AAKE,IAAA,EAAE,EAAE,CALN;AAME,IAAA,IAAI,EAAEF;AANR,IADF,eASE;AACE,IAAA,CAAC,EAAC,8XADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IATF,eAaE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,EAJN;AAKE,IAAA,MAAM,EAAEA,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAbF,CADF,eAuBE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAvBF,CADF;AA+BD,CArCD;;AAsCA,eAAeF,UAAf","sourcesContent":["import React from \"react\";\nconst RightAlign = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#RightAlign_js__clip0_8118_385)\">\n <rect\n x={1.99988}\n y={14.2859}\n width={15.4286}\n height={5.14286}\n rx={1}\n fill={color}\n />\n <path\n d=\"M6.92859 11.071H15.9286V8.92847H6.92859V11.071ZM17.4286 11.571L17.4237 11.6736C17.3759 12.1441 17.0016 12.5182 16.5311 12.5662L16.4286 12.571H6.42859L6.32605 12.5662C5.85554 12.5182 5.48125 12.1441 5.43347 11.6736L5.42859 11.571V8.42847C5.42859 7.91079 5.82192 7.48468 6.32605 7.43335L6.42859 7.42847H16.4286L16.5311 7.43335C17.0353 7.48468 17.4286 7.91079 17.4286 8.42847V11.571Z\"\n fill={color}\n />\n <line\n x1={20.7499}\n y1={3.14288}\n x2={20.7499}\n y2={22}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"RightAlign_js__clip0_8118_385\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default RightAlign;\n"],"file":"RightAlign.js"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
5
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
6
|
+
|
|
7
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
8
|
+
|
|
9
|
+
import React from "react";
|
|
10
|
+
|
|
11
|
+
var VerticalBottom = function VerticalBottom(_ref) {
|
|
12
|
+
var _ref$size = _ref.size,
|
|
13
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
14
|
+
_ref$color = _ref.color,
|
|
15
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
16
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
17
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
18
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
|
+
|
|
20
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: "url(#VerticalBottom_js__clip0_8118_429)"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
+
x: 12.7373,
|
|
29
|
+
y: 17.9714,
|
|
30
|
+
width: 15.43,
|
|
31
|
+
height: 5.14,
|
|
32
|
+
rx: 0.852941,
|
|
33
|
+
transform: "rotate(-90 12.7373 17.9714)",
|
|
34
|
+
fill: color
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M9.52698 16.4714L9.52698 7.47144L7.38733 7.47144L7.38733 16.4714L9.52698 16.4714ZM10.1744 5.97144L10.2614 5.97632C10.6628 6.017 10.9823 6.33561 11.0231 6.73706L11.027 6.82397L11.027 17.1189L11.0231 17.2058C10.9823 17.6073 10.6628 17.9259 10.2614 17.9666L10.1744 17.9714L6.73987 17.9714C6.29848 17.9712 5.93595 17.6357 5.89221 17.2058L5.88733 17.1189L5.88733 6.82397L5.89221 6.73706C5.93595 6.30717 6.29848 5.97164 6.73987 5.97144L10.1744 5.97144Z",
|
|
37
|
+
fill: color
|
|
38
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
39
|
+
x1: 3.88733,
|
|
40
|
+
y1: 20.903,
|
|
41
|
+
x2: 19.9714,
|
|
42
|
+
y2: 20.903,
|
|
43
|
+
stroke: color,
|
|
44
|
+
strokeWidth: strokeWidth
|
|
45
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
46
|
+
id: "VerticalBottom_js__clip0_8118_429"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
48
|
+
width: 24,
|
|
49
|
+
height: 24,
|
|
50
|
+
fill: color
|
|
51
|
+
}))));
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export default VerticalBottom;
|
|
55
|
+
//# sourceMappingURL=VerticalBottom.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/VerticalBottom.js"],"names":["React","VerticalBottom","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,cAAc,GAAG,SAAjBA,cAAiB,OAKjB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,OADL;AAEE,IAAA,CAAC,EAAE,OAFL;AAGE,IAAA,KAAK,EAAE,KAHT;AAIE,IAAA,MAAM,EAAE,IAJV;AAKE,IAAA,EAAE,EAAE,QALN;AAME,IAAA,SAAS,EAAC,6BANZ;AAOE,IAAA,IAAI,EAAEF;AAPR,IADF,eAUE;AACE,IAAA,CAAC,EAAC,gcADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IAVF,eAcE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,MAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,MAJN;AAKE,IAAA,MAAM,EAAEA,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAdF,CADF,eAwBE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAxBF,CADF;AAgCD,CAtCD;;AAuCA,eAAeF,cAAf","sourcesContent":["import React from \"react\";\nconst VerticalBottom = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#VerticalBottom_js__clip0_8118_429)\">\n <rect\n x={12.7373}\n y={17.9714}\n width={15.43}\n height={5.14}\n rx={0.852941}\n transform=\"rotate(-90 12.7373 17.9714)\"\n fill={color}\n />\n <path\n d=\"M9.52698 16.4714L9.52698 7.47144L7.38733 7.47144L7.38733 16.4714L9.52698 16.4714ZM10.1744 5.97144L10.2614 5.97632C10.6628 6.017 10.9823 6.33561 11.0231 6.73706L11.027 6.82397L11.027 17.1189L11.0231 17.2058C10.9823 17.6073 10.6628 17.9259 10.2614 17.9666L10.1744 17.9714L6.73987 17.9714C6.29848 17.9712 5.93595 17.6357 5.89221 17.2058L5.88733 17.1189L5.88733 6.82397L5.89221 6.73706C5.93595 6.30717 6.29848 5.97164 6.73987 5.97144L10.1744 5.97144Z\"\n fill={color}\n />\n <line\n x1={3.88733}\n y1={20.903}\n x2={19.9714}\n y2={20.903}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"VerticalBottom_js__clip0_8118_429\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default VerticalBottom;\n"],"file":"VerticalBottom.js"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
5
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
6
|
+
|
|
7
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
8
|
+
|
|
9
|
+
import React from "react";
|
|
10
|
+
|
|
11
|
+
var VerticalCenter = function VerticalCenter(_ref) {
|
|
12
|
+
var _ref$size = _ref.size,
|
|
13
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
14
|
+
_ref$color = _ref.color,
|
|
15
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
16
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
17
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
18
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
|
+
|
|
20
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: "url(#VerticalCenter_js__clip0_8118_415)"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
+
x: 9.92859,
|
|
29
|
+
y: 4.78577,
|
|
30
|
+
width: 15.4286,
|
|
31
|
+
height: 5.14286,
|
|
32
|
+
rx: 1,
|
|
33
|
+
transform: "rotate(90 9.92859 4.78577)",
|
|
34
|
+
fill: color
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M13.1429 8.28583L13.1429 17.2858L15.2855 17.2858L15.2855 8.28583L13.1429 8.28583ZM12.6429 18.7858L12.5404 18.7809C12.0699 18.7332 11.6957 18.3589 11.6478 17.8884L11.6429 17.7858L11.6429 7.78583L11.6478 7.68329C11.6957 7.21278 12.0699 6.83849 12.5404 6.79071L12.6429 6.78583L15.7855 6.78583C16.3032 6.78583 16.7293 7.17916 16.7806 7.68329L16.7855 7.78583L16.7855 17.7858L16.7806 17.8884C16.7293 18.3925 16.3032 18.7858 15.7855 18.7858L12.6429 18.7858Z",
|
|
37
|
+
fill: color
|
|
38
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
39
|
+
x1: 12.2142,
|
|
40
|
+
y1: 12.5359,
|
|
41
|
+
x2: 2.21423,
|
|
42
|
+
y2: 12.5359,
|
|
43
|
+
stroke: color,
|
|
44
|
+
strokeWidth: strokeWidth
|
|
45
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
46
|
+
x1: 21.2142,
|
|
47
|
+
y1: 12.5359,
|
|
48
|
+
x2: 16.2142,
|
|
49
|
+
y2: 12.5359,
|
|
50
|
+
stroke: color,
|
|
51
|
+
strokeWidth: strokeWidth
|
|
52
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
53
|
+
id: "VerticalCenter_js__clip0_8118_415"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
55
|
+
width: 24,
|
|
56
|
+
height: 24,
|
|
57
|
+
fill: color
|
|
58
|
+
}))));
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default VerticalCenter;
|
|
62
|
+
//# sourceMappingURL=VerticalCenter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/VerticalCenter.js"],"names":["React","VerticalCenter","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,cAAc,GAAG,SAAjBA,cAAiB,OAKjB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,OADL;AAEE,IAAA,CAAC,EAAE,OAFL;AAGE,IAAA,KAAK,EAAE,OAHT;AAIE,IAAA,MAAM,EAAE,OAJV;AAKE,IAAA,EAAE,EAAE,CALN;AAME,IAAA,SAAS,EAAC,4BANZ;AAOE,IAAA,IAAI,EAAEF;AAPR,IADF,eAUE;AACE,IAAA,CAAC,EAAC,ocADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IAVF,eAcE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,OAJN;AAKE,IAAA,MAAM,EAAEA,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAdF,eAsBE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,OAJN;AAKE,IAAA,MAAM,EAAED,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAtBF,CADF,eAgCE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAhCF,CADF;AAwCD,CA9CD;;AA+CA,eAAeF,cAAf","sourcesContent":["import React from \"react\";\nconst VerticalCenter = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#VerticalCenter_js__clip0_8118_415)\">\n <rect\n x={9.92859}\n y={4.78577}\n width={15.4286}\n height={5.14286}\n rx={1}\n transform=\"rotate(90 9.92859 4.78577)\"\n fill={color}\n />\n <path\n d=\"M13.1429 8.28583L13.1429 17.2858L15.2855 17.2858L15.2855 8.28583L13.1429 8.28583ZM12.6429 18.7858L12.5404 18.7809C12.0699 18.7332 11.6957 18.3589 11.6478 17.8884L11.6429 17.7858L11.6429 7.78583L11.6478 7.68329C11.6957 7.21278 12.0699 6.83849 12.5404 6.79071L12.6429 6.78583L15.7855 6.78583C16.3032 6.78583 16.7293 7.17916 16.7806 7.68329L16.7855 7.78583L16.7855 17.7858L16.7806 17.8884C16.7293 18.3925 16.3032 18.7858 15.7855 18.7858L12.6429 18.7858Z\"\n fill={color}\n />\n <line\n x1={12.2142}\n y1={12.5359}\n x2={2.21423}\n y2={12.5359}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <line\n x1={21.2142}\n y1={12.5359}\n x2={16.2142}\n y2={12.5359}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"VerticalCenter_js__clip0_8118_415\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default VerticalCenter;\n"],"file":"VerticalCenter.js"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
5
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
6
|
+
|
|
7
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
8
|
+
|
|
9
|
+
import React from "react";
|
|
10
|
+
|
|
11
|
+
var VerticalTop = function VerticalTop(_ref) {
|
|
12
|
+
var _ref$size = _ref.size,
|
|
13
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
14
|
+
_ref$color = _ref.color,
|
|
15
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
16
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
17
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
18
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
|
+
|
|
20
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: "url(#VerticalTop_js__clip0_8118_395)"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
+
x: 11.1213,
|
|
29
|
+
y: 6.11267,
|
|
30
|
+
width: 15.43,
|
|
31
|
+
height: 5.14,
|
|
32
|
+
rx: 0.852941,
|
|
33
|
+
transform: "rotate(90 11.1213 6.11267)",
|
|
34
|
+
fill: color
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M14.3317 7.61261L14.3317 16.6126L16.4713 16.6126L16.4713 7.61261L14.3317 7.61261ZM13.6842 18.1126L13.5973 18.1077C13.1958 18.067 12.8764 17.7484 12.8356 17.347L12.8317 17.2601L12.8317 6.96515L12.8356 6.87823C12.8764 6.47679 13.1958 6.15817 13.5973 6.11749L13.6842 6.11261L17.1188 6.11261C17.5602 6.11281 17.9227 6.44834 17.9664 6.87823L17.9713 6.96515L17.9713 17.2601L17.9664 17.347C17.9227 17.7769 17.5602 18.1124 17.1188 18.1126L13.6842 18.1126Z",
|
|
37
|
+
fill: color
|
|
38
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
39
|
+
x1: 19.9713,
|
|
40
|
+
y1: 3.18109,
|
|
41
|
+
x2: 3.88728,
|
|
42
|
+
y2: 3.18109,
|
|
43
|
+
stroke: color,
|
|
44
|
+
strokeWidth: strokeWidth
|
|
45
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
46
|
+
id: "VerticalTop_js__clip0_8118_395"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
48
|
+
width: 24,
|
|
49
|
+
height: 24,
|
|
50
|
+
fill: color
|
|
51
|
+
}))));
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export default VerticalTop;
|
|
55
|
+
//# sourceMappingURL=VerticalTop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/VerticalTop.js"],"names":["React","VerticalTop","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,WAAW,GAAG,SAAdA,WAAc,OAKd;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AAAG,IAAA,QAAQ,EAAC;AAAZ,kBACE;AACE,IAAA,CAAC,EAAE,OADL;AAEE,IAAA,CAAC,EAAE,OAFL;AAGE,IAAA,KAAK,EAAE,KAHT;AAIE,IAAA,MAAM,EAAE,IAJV;AAKE,IAAA,EAAE,EAAE,QALN;AAME,IAAA,SAAS,EAAC,4BANZ;AAOE,IAAA,IAAI,EAAEF;AAPR,IADF,eAUE;AACE,IAAA,CAAC,EAAC,icADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IAVF,eAcE;AACE,IAAA,EAAE,EAAE,OADN;AAEE,IAAA,EAAE,EAAE,OAFN;AAGE,IAAA,EAAE,EAAE,OAHN;AAIE,IAAA,EAAE,EAAE,OAJN;AAKE,IAAA,MAAM,EAAEA,KALV;AAME,IAAA,WAAW,EAAEC;AANf,IAdF,CADF,eAwBE,+CACE;AAAU,IAAA,EAAE,EAAC;AAAb,kBACE;AAAM,IAAA,KAAK,EAAE,EAAb;AAAiB,IAAA,MAAM,EAAE,EAAzB;AAA6B,IAAA,IAAI,EAAED;AAAnC,IADF,CADF,CAxBF,CADF;AAgCD,CAtCD;;AAuCA,eAAeF,WAAf","sourcesContent":["import React from \"react\";\nconst VerticalTop = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <g clipPath=\"url(#VerticalTop_js__clip0_8118_395)\">\n <rect\n x={11.1213}\n y={6.11267}\n width={15.43}\n height={5.14}\n rx={0.852941}\n transform=\"rotate(90 11.1213 6.11267)\"\n fill={color}\n />\n <path\n d=\"M14.3317 7.61261L14.3317 16.6126L16.4713 16.6126L16.4713 7.61261L14.3317 7.61261ZM13.6842 18.1126L13.5973 18.1077C13.1958 18.067 12.8764 17.7484 12.8356 17.347L12.8317 17.2601L12.8317 6.96515L12.8356 6.87823C12.8764 6.47679 13.1958 6.15817 13.5973 6.11749L13.6842 6.11261L17.1188 6.11261C17.5602 6.11281 17.9227 6.44834 17.9664 6.87823L17.9713 6.96515L17.9713 17.2601L17.9664 17.347C17.9227 17.7769 17.5602 18.1124 17.1188 18.1126L13.6842 18.1126Z\"\n fill={color}\n />\n <line\n x1={19.9713}\n y1={3.18109}\n x2={3.88728}\n y2={3.18109}\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"VerticalTop_js__clip0_8118_395\">\n <rect width={24} height={24} fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default VerticalTop;\n"],"file":"VerticalTop.js"}
|
package/dist/icons/index.js
CHANGED
|
@@ -377,6 +377,9 @@ import UserRoundedRect from "./UserRoundedRect";
|
|
|
377
377
|
import UserSettings from "./UserSettings";
|
|
378
378
|
import UserStar from "./UserStar";
|
|
379
379
|
import UserTags from "./UserTags";
|
|
380
|
+
import VerticalBottom from "./VerticalBottom";
|
|
381
|
+
import VerticalCenter from "./VerticalCenter";
|
|
382
|
+
import VerticalTop from "./VerticalTop";
|
|
380
383
|
import Video from "./Video";
|
|
381
384
|
import VideoAccessControl from "./VideoAccessControl";
|
|
382
385
|
import VideoOff from "./VideoOff";
|
|
@@ -400,5 +403,5 @@ import Workflows from "./Workflows";
|
|
|
400
403
|
import WorkspaceInfo from "./WorkspaceInfo";
|
|
401
404
|
import YesNo from "./YesNo";
|
|
402
405
|
import Youtube from "./Youtube";
|
|
403
|
-
export { AccessControl, ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AgentStatus, ApiTemplates, Apple, Approval, AppSwitcher, Archive, Articles, Assign, Attachment, Bank, Blockquote, BoardView, Book, Bookmark, BookOpen, Braces, Browser, Bug, Building, Bulb, BusinessHour, Calendar, Camera, CannedResponses, Captcha, CategoriesSettings, Category, CenterAlign, Certificate, ChatOffline, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatQuestions, Check, Checkbox, CheckboxInactive, CheckCircle, Checkmark, Chrome, ClearCache, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, ColorPicker, Column, Community, CompanyInfo, CompanyTags, Computer, Concat, Configure, ContactBook, ContactField, ContactTags, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, CustomField, Customize, CustomSize, Dashboard, Database, DeleteColumn, DeleteRow, DeleteTable, Delete, Dependent, Design, Divide, Divider, DocumentationSync, Domain, DoubleCheck, DownArrowCircle, Down, DownArrow, Download, Draft, Drag, Dropdown, DropdownClosed, Edit, EditSchedule, Email, EmailNotification, EmailsBanned, EmailSent, EmailSync, EmailTemplates, EntireScreen, Equals, Error, ExcludedDomains, Expand, ExpandSize, ExpenseCategories, ExternalLink, Eye, Facebook, Favorite, FeatureSettings, Field, FileDownload, File, FileGeneric, FileUpload, FilterAz, Filter, Flag, Flash, FlowChart, Focus, Folder, Form, FormClosed, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Hash, HashChecked, HashInSet, Header, Heart, Help, Hide, Highlight, History, Home, HourFormat, HourGlass, Hours, Html, ImageUpload, Image, ImportTimesheet, Inactive, Inbox, IndeterminateCircle, Info, InfoRound, Input, InsertColumn, InsertRow, IntroPages, InvalidUrl, Invoice, InvoiceSettings, IpAddress, IpRestriction, Keyboard, Layers, LeftArrowCircle, Left, LeftAlign, LeftArrow, Link, Linkedin, ListDot, ListNumber, List, ListDetails, ListView, Loading, Location, Lock, LockMessage, MailUnread, MailSend, ManageCalendar, ManageTemplates, MappedField, MarginAll, MarginBottom, MarginLeft, MarginRight, MarginTop, MarginX, MarginY, Matrix, MatrixDots, MatrixDotsClear, MediaVideo, MeetingLimit, MeetingReminder, MenuHorizontal, MenuVertical, MenuLayout, MenuSquare, MergeSplit, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, MicOff, Minimize, Minus, Mobile, MobileAndDesktopApps, Moon, MoveToBottom, MoveToTop, Movie, MultipleChoice, MyPreferences, NavLinks, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoEngage, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Os, PaddingAll, PaddingBottom, PaddingLeft, PaddingRight, PaddingTop, PaddingX, PaddingY, Paragraph, Pause, Phone, PhoneRing, Pipeline, Play, Plus, Prepend, PreventDuplicate, Print, ProductSwitcher, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, RecurringInvoice, RecurringMeeting, Redirect, Redirection, RedirectUrl, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, RightArrowCircle, Right, RightAlign, RightArrow, Robot, SadFaceGrey, Scale, Score, Search, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Setup, Shapes, ShapeSwitcher, Share, SidebarClose, SidebarOpen, SlaPolicies, SmileFaceGrey, Smiley, SmsTemplates, Sparkle, SpecificWindow, Split, SplitPayment, StartWeekOn, Status, Subdomain, Suitcase, Sun, Survey, Swap, Tablet, Tabs, Tag, Tags, TaskOutcome, TaskTags, TaskType, Tax, TaxDetails, Taxonomy, Templates, Terms, TextBold, TextCross, TextItalic, Text, TextH1, TextH2, TextH3, TextH4, TextH5, TextLines, TextP, TextSize, ThankYouPage, TicketField, Tickets, TicketSettings, TicketTags, TimesheetVerifications, TimeTracking, ToggleHeaderRow, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, UpArrowCircle, Up, UpArrow, Upload, UserAdd, UserCircle, UserRemove, User, UserInfo, UserNotification, UserRole, UserRoundedRect, UserSettings, UserStar, UserTags, Video, VideoAccessControl, VideoOff, Views, ViewSettings, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, WarningFilled, Warning, Web, Whatsapp, WidgetModes, WidgetVisibility, Workflows, WorkspaceInfo, YesNo, Youtube };
|
|
406
|
+
export { AccessControl, ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AgentStatus, ApiTemplates, Apple, Approval, AppSwitcher, Archive, Articles, Assign, Attachment, Bank, Blockquote, BoardView, Book, Bookmark, BookOpen, Braces, Browser, Bug, Building, Bulb, BusinessHour, Calendar, Camera, CannedResponses, Captcha, CategoriesSettings, Category, CenterAlign, Certificate, ChatOffline, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatQuestions, Check, Checkbox, CheckboxInactive, CheckCircle, Checkmark, Chrome, ClearCache, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, ColorPicker, Column, Community, CompanyInfo, CompanyTags, Computer, Concat, Configure, ContactBook, ContactField, ContactTags, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, CustomField, Customize, CustomSize, Dashboard, Database, DeleteColumn, DeleteRow, DeleteTable, Delete, Dependent, Design, Divide, Divider, DocumentationSync, Domain, DoubleCheck, DownArrowCircle, Down, DownArrow, Download, Draft, Drag, Dropdown, DropdownClosed, Edit, EditSchedule, Email, EmailNotification, EmailsBanned, EmailSent, EmailSync, EmailTemplates, EntireScreen, Equals, Error, ExcludedDomains, Expand, ExpandSize, ExpenseCategories, ExternalLink, Eye, Facebook, Favorite, FeatureSettings, Field, FileDownload, File, FileGeneric, FileUpload, FilterAz, Filter, Flag, Flash, FlowChart, Focus, Folder, Form, FormClosed, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Hash, HashChecked, HashInSet, Header, Heart, Help, Hide, Highlight, History, Home, HourFormat, HourGlass, Hours, Html, ImageUpload, Image, ImportTimesheet, Inactive, Inbox, IndeterminateCircle, Info, InfoRound, Input, InsertColumn, InsertRow, IntroPages, InvalidUrl, Invoice, InvoiceSettings, IpAddress, IpRestriction, Keyboard, Layers, LeftArrowCircle, Left, LeftAlign, LeftArrow, Link, Linkedin, ListDot, ListNumber, List, ListDetails, ListView, Loading, Location, Lock, LockMessage, MailUnread, MailSend, ManageCalendar, ManageTemplates, MappedField, MarginAll, MarginBottom, MarginLeft, MarginRight, MarginTop, MarginX, MarginY, Matrix, MatrixDots, MatrixDotsClear, MediaVideo, MeetingLimit, MeetingReminder, MenuHorizontal, MenuVertical, MenuLayout, MenuSquare, MergeSplit, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, MicOff, Minimize, Minus, Mobile, MobileAndDesktopApps, Moon, MoveToBottom, MoveToTop, Movie, MultipleChoice, MyPreferences, NavLinks, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoEngage, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Os, PaddingAll, PaddingBottom, PaddingLeft, PaddingRight, PaddingTop, PaddingX, PaddingY, Paragraph, Pause, Phone, PhoneRing, Pipeline, Play, Plus, Prepend, PreventDuplicate, Print, ProductSwitcher, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, RecurringInvoice, RecurringMeeting, Redirect, Redirection, RedirectUrl, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, RightArrowCircle, Right, RightAlign, RightArrow, Robot, SadFaceGrey, Scale, Score, Search, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Setup, Shapes, ShapeSwitcher, Share, SidebarClose, SidebarOpen, SlaPolicies, SmileFaceGrey, Smiley, SmsTemplates, Sparkle, SpecificWindow, Split, SplitPayment, StartWeekOn, Status, Subdomain, Suitcase, Sun, Survey, Swap, Tablet, Tabs, Tag, Tags, TaskOutcome, TaskTags, TaskType, Tax, TaxDetails, Taxonomy, Templates, Terms, TextBold, TextCross, TextItalic, Text, TextH1, TextH2, TextH3, TextH4, TextH5, TextLines, TextP, TextSize, ThankYouPage, TicketField, Tickets, TicketSettings, TicketTags, TimesheetVerifications, TimeTracking, ToggleHeaderRow, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, UpArrowCircle, Up, UpArrow, Upload, UserAdd, UserCircle, UserRemove, User, UserInfo, UserNotification, UserRole, UserRoundedRect, UserSettings, UserStar, UserTags, VerticalBottom, VerticalCenter, VerticalTop, Video, VideoAccessControl, VideoOff, Views, ViewSettings, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, WarningFilled, Warning, Web, Whatsapp, WidgetModes, WidgetVisibility, Workflows, WorkspaceInfo, YesNo, Youtube };
|
|
404
407
|
//# sourceMappingURL=index.js.map
|