@bigbinary/neeto-icons 1.20.38 → 1.20.40
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/TextH1.js +5 -5
- package/dist/cjs/icons/TextH1.js.map +1 -1
- package/dist/cjs/icons/TextH2.js +5 -5
- package/dist/cjs/icons/TextH2.js.map +1 -1
- package/dist/cjs/icons/TextH3.js +45 -0
- package/dist/cjs/icons/TextH3.js.map +1 -0
- package/dist/cjs/icons/TextH4.js +45 -0
- package/dist/cjs/icons/TextH4.js.map +1 -0
- package/dist/cjs/icons/TextH5.js +45 -0
- package/dist/cjs/icons/TextH5.js.map +1 -0
- package/dist/cjs/icons/TextP.js +42 -0
- package/dist/cjs/icons/TextP.js.map +1 -0
- package/dist/cjs/icons/index.js +34 -2
- package/dist/cjs/icons/index.js.map +1 -1
- package/dist/cjs/misc/PaypalTypeface.js +57 -0
- package/dist/cjs/misc/PaypalTypeface.js.map +1 -0
- package/dist/cjs/misc/RazorpayTypeface.js +56 -0
- package/dist/cjs/misc/RazorpayTypeface.js.map +1 -0
- package/dist/cjs/misc/StripeTypeface.js +27 -7
- package/dist/cjs/misc/StripeTypeface.js.map +1 -1
- package/dist/cjs/misc/UpiTypeface.js +57 -0
- package/dist/cjs/misc/UpiTypeface.js.map +1 -0
- package/dist/cjs/misc/index.js +24 -0
- package/dist/cjs/misc/index.js.map +1 -1
- package/dist/icons/TextH1.js +5 -5
- package/dist/icons/TextH1.js.map +1 -1
- package/dist/icons/TextH2.js +5 -5
- package/dist/icons/TextH2.js.map +1 -1
- package/dist/icons/TextH3.js +35 -0
- package/dist/icons/TextH3.js.map +1 -0
- package/dist/icons/TextH4.js +35 -0
- package/dist/icons/TextH4.js.map +1 -0
- package/dist/icons/TextH5.js +35 -0
- package/dist/icons/TextH5.js.map +1 -0
- package/dist/icons/TextP.js +32 -0
- package/dist/icons/TextP.js.map +1 -0
- package/dist/icons/index.js +7 -3
- package/dist/icons/index.js.map +1 -1
- package/dist/misc/PaypalTypeface.js +47 -0
- package/dist/misc/PaypalTypeface.js.map +1 -0
- package/dist/misc/RazorpayTypeface.js +46 -0
- package/dist/misc/RazorpayTypeface.js.map +1 -0
- package/dist/misc/StripeTypeface.js +27 -7
- package/dist/misc/StripeTypeface.js.map +1 -1
- package/dist/misc/UpiTypeface.js +47 -0
- package/dist/misc/UpiTypeface.js.map +1 -0
- package/dist/misc/index.js +4 -1
- package/dist/misc/index.js.map +1 -1
- package/icons.d.ts +6 -2
- package/misc.d.ts +3 -0
- package/package.json +1 -1
package/dist/cjs/misc/index.js
CHANGED
|
@@ -141,12 +141,24 @@ Object.defineProperty(exports, "Outlook", {
|
|
|
141
141
|
return _Outlook.default;
|
|
142
142
|
}
|
|
143
143
|
});
|
|
144
|
+
Object.defineProperty(exports, "PaypalTypeface", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function get() {
|
|
147
|
+
return _PaypalTypeface.default;
|
|
148
|
+
}
|
|
149
|
+
});
|
|
144
150
|
Object.defineProperty(exports, "Razorpay", {
|
|
145
151
|
enumerable: true,
|
|
146
152
|
get: function get() {
|
|
147
153
|
return _Razorpay.default;
|
|
148
154
|
}
|
|
149
155
|
});
|
|
156
|
+
Object.defineProperty(exports, "RazorpayTypeface", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function get() {
|
|
159
|
+
return _RazorpayTypeface.default;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
150
162
|
Object.defineProperty(exports, "Safari", {
|
|
151
163
|
enumerable: true,
|
|
152
164
|
get: function get() {
|
|
@@ -213,6 +225,12 @@ Object.defineProperty(exports, "Upi", {
|
|
|
213
225
|
return _Upi.default;
|
|
214
226
|
}
|
|
215
227
|
});
|
|
228
|
+
Object.defineProperty(exports, "UpiTypeface", {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function get() {
|
|
231
|
+
return _UpiTypeface.default;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
216
234
|
Object.defineProperty(exports, "Visa", {
|
|
217
235
|
enumerable: true,
|
|
218
236
|
get: function get() {
|
|
@@ -308,8 +326,12 @@ var _Microsoft = _interopRequireDefault(require("./Microsoft"));
|
|
|
308
326
|
|
|
309
327
|
var _Outlook = _interopRequireDefault(require("./Outlook"));
|
|
310
328
|
|
|
329
|
+
var _PaypalTypeface = _interopRequireDefault(require("./PaypalTypeface"));
|
|
330
|
+
|
|
311
331
|
var _Razorpay = _interopRequireDefault(require("./Razorpay"));
|
|
312
332
|
|
|
333
|
+
var _RazorpayTypeface = _interopRequireDefault(require("./RazorpayTypeface"));
|
|
334
|
+
|
|
313
335
|
var _Safari = _interopRequireDefault(require("./Safari"));
|
|
314
336
|
|
|
315
337
|
var _Shopify = _interopRequireDefault(require("./Shopify"));
|
|
@@ -332,6 +354,8 @@ var _UnionPay = _interopRequireDefault(require("./UnionPay"));
|
|
|
332
354
|
|
|
333
355
|
var _Upi = _interopRequireDefault(require("./Upi"));
|
|
334
356
|
|
|
357
|
+
var _UpiTypeface = _interopRequireDefault(require("./UpiTypeface"));
|
|
358
|
+
|
|
335
359
|
var _Visa = _interopRequireDefault(require("./Visa"));
|
|
336
360
|
|
|
337
361
|
var _Webhook = _interopRequireDefault(require("./Webhook"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../generate/misc/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../generate/misc/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA","sourcesContent":["import AmericanExpress from \"./AmericanExpress\";\r\nimport Apple from \"./Apple\";\r\nimport Callerdesk from \"./Callerdesk\";\r\nimport Chrome from \"./Chrome\";\r\nimport Daily from \"./Daily\";\r\nimport Discover from \"./Discover\";\r\nimport Edge from \"./Edge\";\r\nimport FacebookPixel from \"./FacebookPixel\";\r\nimport Firefox from \"./Firefox\";\r\nimport Github from \"./Github\";\r\nimport Google from \"./Google\";\r\nimport GoogleAnalytics from \"./GoogleAnalytics\";\r\nimport GoogleCalendar from \"./GoogleCalendar\";\r\nimport GoogleMeet from \"./GoogleMeet\";\r\nimport GoogleSheets from \"./GoogleSheets\";\r\nimport Instagram from \"./Instagram\";\r\nimport Jcb from \"./Jcb\";\r\nimport Jitsi from \"./Jitsi\";\r\nimport Linear from \"./Linear\";\r\nimport MailChimp from \"./MailChimp\";\r\nimport Mastercard from \"./Mastercard\";\r\nimport Microsoft from \"./Microsoft\";\r\nimport Outlook from \"./Outlook\";\r\nimport PaypalTypeface from \"./PaypalTypeface\";\r\nimport Razorpay from \"./Razorpay\";\r\nimport RazorpayTypeface from \"./RazorpayTypeface\";\r\nimport Safari from \"./Safari\";\r\nimport Shopify from \"./Shopify\";\r\nimport Slack from \"./Slack\";\r\nimport Stripe from \"./Stripe\";\r\nimport StripeTypeface from \"./StripeTypeface\";\r\nimport Teams from \"./Teams\";\r\nimport Trello from \"./Trello\";\r\nimport Twilio from \"./Twilio\";\r\nimport Ubuntu from \"./Ubuntu\";\r\nimport UnionPay from \"./UnionPay\";\r\nimport Upi from \"./Upi\";\r\nimport UpiTypeface from \"./UpiTypeface\";\r\nimport Visa from \"./Visa\";\r\nimport Webhook from \"./Webhook\";\r\nimport Whatsapp from \"./Whatsapp\";\r\nimport Whereby from \"./Whereby\";\r\nimport Windows from \"./Windows\";\r\nimport Wordpress from \"./Wordpress\";\r\nimport Zapier from \"./Zapier\";\r\nimport Zoom from \"./Zoom\";\r\nexport { \r\n\tAmericanExpress,\r\n\tApple,\r\n\tCallerdesk,\r\n\tChrome,\r\n\tDaily,\r\n\tDiscover,\r\n\tEdge,\r\n\tFacebookPixel,\r\n\tFirefox,\r\n\tGithub,\r\n\tGoogle,\r\n\tGoogleAnalytics,\r\n\tGoogleCalendar,\r\n\tGoogleMeet,\r\n\tGoogleSheets,\r\n\tInstagram,\r\n\tJcb,\r\n\tJitsi,\r\n\tLinear,\r\n\tMailChimp,\r\n\tMastercard,\r\n\tMicrosoft,\r\n\tOutlook,\r\n\tPaypalTypeface,\r\n\tRazorpay,\r\n\tRazorpayTypeface,\r\n\tSafari,\r\n\tShopify,\r\n\tSlack,\r\n\tStripe,\r\n\tStripeTypeface,\r\n\tTeams,\r\n\tTrello,\r\n\tTwilio,\r\n\tUbuntu,\r\n\tUnionPay,\r\n\tUpi,\r\n\tUpiTypeface,\r\n\tVisa,\r\n\tWebhook,\r\n\tWhatsapp,\r\n\tWhereby,\r\n\tWindows,\r\n\tWordpress,\r\n\tZapier,\r\n\tZoom\r\n};"],"file":"index.js"}
|
package/dist/icons/TextH1.js
CHANGED
|
@@ -23,11 +23,11 @@ var TextH1 = function TextH1(_ref) {
|
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
24
24
|
fill: "none"
|
|
25
25
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
d: "
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
d: "M3.99794 19C3.51187 19 3.20256 18.6818 3.20256 18.1781V6.82189C3.20256 6.31815 3.51187 6 3.99794 6C4.484 6 4.79332 6.31815 4.79332 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79332V18.1781C4.79332 18.6818 4.484 19 3.99794 19Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M17.9108 19C17.435 19 17.1119 18.6901 17.1119 18.2099V14.0148H17.0814L16.2956 14.5604C16.1516 14.6608 16.0555 14.6958 15.9027 14.6958C15.5928 14.6958 15.3614 14.4644 15.3614 14.1414C15.3614 13.91 15.4531 13.731 15.6801 13.5739L16.8718 12.7619C17.208 12.5349 17.4786 12.5 17.7929 12.5C18.3692 12.5 18.7053 12.8449 18.7053 13.3949V18.2099C18.7053 18.6901 18.3866 19 17.9108 19Z",
|
|
30
|
+
fill: color
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
|
package/dist/icons/TextH1.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../generate/icons/TextH1.js"],"names":["React","TextH1","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/TextH1.js"],"names":["React","TextH1","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,oYADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,yXADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,CADF;AAYD,CAlBD;;AAmBA,eAAeF,MAAf","sourcesContent":["import React from \"react\";\nconst TextH1 = ({\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 <path\n d=\"M3.99794 19C3.51187 19 3.20256 18.6818 3.20256 18.1781V6.82189C3.20256 6.31815 3.51187 6 3.99794 6C4.484 6 4.79332 6.31815 4.79332 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79332V18.1781C4.79332 18.6818 4.484 19 3.99794 19Z\"\n fill={color}\n />\n <path\n d=\"M17.9108 19C17.435 19 17.1119 18.6901 17.1119 18.2099V14.0148H17.0814L16.2956 14.5604C16.1516 14.6608 16.0555 14.6958 15.9027 14.6958C15.5928 14.6958 15.3614 14.4644 15.3614 14.1414C15.3614 13.91 15.4531 13.731 15.6801 13.5739L16.8718 12.7619C17.208 12.5349 17.4786 12.5 17.7929 12.5C18.3692 12.5 18.7053 12.8449 18.7053 13.3949V18.2099C18.7053 18.6901 18.3866 19 17.9108 19Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default TextH1;\n"],"file":"TextH1.js"}
|
package/dist/icons/TextH2.js
CHANGED
|
@@ -23,11 +23,11 @@ var TextH2 = function TextH2(_ref) {
|
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
24
24
|
fill: "none"
|
|
25
25
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
d: "
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
d: "M3.99794 19C3.51187 19 3.20256 18.6818 3.20256 18.1781V6.82189C3.20256 6.31815 3.51187 6 3.99794 6C4.484 6 4.79332 6.31815 4.79332 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79332V18.1781C4.79332 18.6818 4.484 19 3.99794 19Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M16.2995 19C15.7809 19 15.5436 18.71 15.5436 18.3101C15.5436 18.0068 15.6711 17.7915 15.9875 17.519L17.798 15.8755C18.5407 15.1987 18.7428 14.9087 18.7428 14.4956C18.7428 14.0386 18.3913 13.7134 17.8859 13.7134C17.4684 13.7134 17.1828 13.9155 16.9499 14.3374C16.7477 14.6494 16.5587 14.7769 16.2336 14.7769C15.8161 14.7769 15.5656 14.5352 15.5656 14.1396C15.5656 14.0166 15.5832 13.9023 15.6315 13.7881C15.9084 13.0586 16.7521 12.5005 17.9079 12.5005C19.3537 12.5005 20.3029 13.2695 20.3029 14.3901C20.3029 15.2031 19.8898 15.6689 18.8835 16.5786L17.6222 17.73V17.7607H19.8151C20.2238 17.7607 20.4611 18.0024 20.4611 18.3804C20.4611 18.7495 20.2238 19 19.8151 19H16.2995Z",
|
|
30
|
+
fill: color
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
|
package/dist/icons/TextH2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../generate/icons/TextH2.js"],"names":["React","TextH2","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/TextH2.js"],"names":["React","TextH2","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,oYADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,iqBADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,CADF;AAYD,CAlBD;;AAmBA,eAAeF,MAAf","sourcesContent":["import React from \"react\";\nconst TextH2 = ({\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 <path\n d=\"M3.99794 19C3.51187 19 3.20256 18.6818 3.20256 18.1781V6.82189C3.20256 6.31815 3.51187 6 3.99794 6C4.484 6 4.79332 6.31815 4.79332 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79332V18.1781C4.79332 18.6818 4.484 19 3.99794 19Z\"\n fill={color}\n />\n <path\n d=\"M16.2995 19C15.7809 19 15.5436 18.71 15.5436 18.3101C15.5436 18.0068 15.6711 17.7915 15.9875 17.519L17.798 15.8755C18.5407 15.1987 18.7428 14.9087 18.7428 14.4956C18.7428 14.0386 18.3913 13.7134 17.8859 13.7134C17.4684 13.7134 17.1828 13.9155 16.9499 14.3374C16.7477 14.6494 16.5587 14.7769 16.2336 14.7769C15.8161 14.7769 15.5656 14.5352 15.5656 14.1396C15.5656 14.0166 15.5832 13.9023 15.6315 13.7881C15.9084 13.0586 16.7521 12.5005 17.9079 12.5005C19.3537 12.5005 20.3029 13.2695 20.3029 14.3901C20.3029 15.2031 19.8898 15.6689 18.8835 16.5786L17.6222 17.73V17.7607H19.8151C20.2238 17.7607 20.4611 18.0024 20.4611 18.3804C20.4611 18.7495 20.2238 19 19.8151 19H16.2995Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default TextH2;\n"],"file":"TextH2.js"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TextH3 = function TextH3(_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("path", {
|
|
26
|
+
d: "M3.99793 19C3.51187 19 3.20255 18.6818 3.20255 18.1781V6.82189C3.20255 6.31815 3.51187 6 3.99793 6C4.48399 6 4.79331 6.31815 4.79331 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79331V18.1781C4.79331 18.6818 4.48399 19 3.99793 19Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M18.0196 19C16.7026 19 15.9475 18.3994 15.6987 17.7988C15.6472 17.6786 15.6214 17.5499 15.6214 17.4384C15.6214 17.0437 15.8831 16.7949 16.3122 16.7949C16.6125 16.7949 16.8055 16.9021 16.96 17.151C17.1873 17.5371 17.4662 17.7644 18.0539 17.7644C18.5945 17.7644 18.972 17.447 18.972 17.0008C18.972 16.4817 18.5859 16.2029 17.8995 16.2029H17.7493C17.3761 16.2029 17.1788 15.9883 17.1788 15.6666C17.1788 15.3534 17.3761 15.1346 17.7493 15.1346H17.8909C18.4958 15.1346 18.8648 14.8386 18.8648 14.3881C18.8648 13.9505 18.5559 13.6717 18.0196 13.6717C17.5777 13.6717 17.2903 13.8519 17.1015 14.2208C16.9256 14.5512 16.7369 14.6756 16.3894 14.6756C15.9604 14.6756 15.7416 14.4182 15.7416 14.0578C15.7416 13.9248 15.763 13.8176 15.8188 13.6846C16.0633 13.0839 16.7926 12.5005 18.011 12.5005C19.3581 12.5005 20.3277 13.114 20.3277 14.165C20.3277 14.9587 19.7528 15.465 19.045 15.6065V15.6366C19.9802 15.7309 20.5722 16.2586 20.5722 17.0952C20.5722 18.2535 19.5726 19 18.0196 19Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default TextH3;
|
|
35
|
+
//# sourceMappingURL=TextH3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/TextH3.js"],"names":["React","TextH3","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,wYADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,08BADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,CADF;AAYD,CAlBD;;AAmBA,eAAeF,MAAf","sourcesContent":["import React from \"react\";\nconst TextH3 = ({\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 <path\n d=\"M3.99793 19C3.51187 19 3.20255 18.6818 3.20255 18.1781V6.82189C3.20255 6.31815 3.51187 6 3.99793 6C4.48399 6 4.79331 6.31815 4.79331 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79331V18.1781C4.79331 18.6818 4.48399 19 3.99793 19Z\"\n fill={color}\n />\n <path\n d=\"M18.0196 19C16.7026 19 15.9475 18.3994 15.6987 17.7988C15.6472 17.6786 15.6214 17.5499 15.6214 17.4384C15.6214 17.0437 15.8831 16.7949 16.3122 16.7949C16.6125 16.7949 16.8055 16.9021 16.96 17.151C17.1873 17.5371 17.4662 17.7644 18.0539 17.7644C18.5945 17.7644 18.972 17.447 18.972 17.0008C18.972 16.4817 18.5859 16.2029 17.8995 16.2029H17.7493C17.3761 16.2029 17.1788 15.9883 17.1788 15.6666C17.1788 15.3534 17.3761 15.1346 17.7493 15.1346H17.8909C18.4958 15.1346 18.8648 14.8386 18.8648 14.3881C18.8648 13.9505 18.5559 13.6717 18.0196 13.6717C17.5777 13.6717 17.2903 13.8519 17.1015 14.2208C16.9256 14.5512 16.7369 14.6756 16.3894 14.6756C15.9604 14.6756 15.7416 14.4182 15.7416 14.0578C15.7416 13.9248 15.763 13.8176 15.8188 13.6846C16.0633 13.0839 16.7926 12.5005 18.011 12.5005C19.3581 12.5005 20.3277 13.114 20.3277 14.165C20.3277 14.9587 19.7528 15.465 19.045 15.6065V15.6366C19.9802 15.7309 20.5722 16.2586 20.5722 17.0952C20.5722 18.2535 19.5726 19 18.0196 19Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default TextH3;\n"],"file":"TextH3.js"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TextH4 = function TextH4(_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("path", {
|
|
26
|
+
d: "M3.99793 19C3.51187 19 3.20255 18.6818 3.20255 18.1781V6.82189C3.20255 6.31815 3.51187 6 3.99793 6C4.48399 6 4.79331 6.31815 4.79331 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79331V18.1781C4.79331 18.6818 4.48399 19 3.99793 19Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M19.3187 19C18.8817 19 18.5658 18.7491 18.5658 18.2428V17.8361H16.4371C15.866 17.8361 15.4766 17.477 15.4766 16.9492C15.4766 16.6463 15.5718 16.3478 15.7925 15.9584C16.2078 15.2099 16.7054 14.4224 17.2808 13.5527C17.7611 12.8086 18.1288 12.5576 18.7562 12.5576C19.5523 12.5576 20.0672 12.9946 20.0672 13.6739V16.603H20.3095C20.7292 16.603 20.9412 16.8626 20.9412 17.2217C20.9412 17.5809 20.7248 17.8361 20.3095 17.8361H20.0672V18.2428C20.0672 18.7491 19.7513 19 19.3187 19ZM18.6091 16.6593V13.7518H18.5788C17.826 14.8421 17.3111 15.6425 16.8049 16.616V16.6593H18.6091Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default TextH4;
|
|
35
|
+
//# sourceMappingURL=TextH4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/TextH4.js"],"names":["React","TextH4","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,wYADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,0jBADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,CADF;AAYD,CAlBD;;AAmBA,eAAeF,MAAf","sourcesContent":["import React from \"react\";\nconst TextH4 = ({\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 <path\n d=\"M3.99793 19C3.51187 19 3.20255 18.6818 3.20255 18.1781V6.82189C3.20255 6.31815 3.51187 6 3.99793 6C4.48399 6 4.79331 6.31815 4.79331 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79331V18.1781C4.79331 18.6818 4.48399 19 3.99793 19Z\"\n fill={color}\n />\n <path\n d=\"M19.3187 19C18.8817 19 18.5658 18.7491 18.5658 18.2428V17.8361H16.4371C15.866 17.8361 15.4766 17.477 15.4766 16.9492C15.4766 16.6463 15.5718 16.3478 15.7925 15.9584C16.2078 15.2099 16.7054 14.4224 17.2808 13.5527C17.7611 12.8086 18.1288 12.5576 18.7562 12.5576C19.5523 12.5576 20.0672 12.9946 20.0672 13.6739V16.603H20.3095C20.7292 16.603 20.9412 16.8626 20.9412 17.2217C20.9412 17.5809 20.7248 17.8361 20.3095 17.8361H20.0672V18.2428C20.0672 18.7491 19.7513 19 19.3187 19ZM18.6091 16.6593V13.7518H18.5788C17.826 14.8421 17.3111 15.6425 16.8049 16.616V16.6593H18.6091Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default TextH4;\n"],"file":"TextH4.js"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TextH5 = function TextH5(_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("path", {
|
|
26
|
+
d: "M3.99793 19C3.51187 19 3.20255 18.6818 3.20255 18.1781V6.82189C3.20255 6.31815 3.51187 6 3.99793 6C4.484 6 4.79331 6.31815 4.79331 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79331V18.1781C4.79331 18.6818 4.484 19 3.99793 19Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M18.1205 19C17.0957 19 16.1868 18.5369 15.8695 17.9067C15.8009 17.7695 15.7623 17.6237 15.7623 17.4736C15.7623 17.0877 15.9981 16.8562 16.3969 16.8562C16.6927 16.8562 16.8814 16.9548 17.07 17.1906C17.3101 17.5508 17.6103 17.7866 18.1076 17.7866C18.695 17.7866 19.128 17.3579 19.128 16.779C19.128 16.2131 18.7122 15.8143 18.1205 15.8143C17.7818 15.8143 17.5116 15.9687 17.3144 16.1445C17.0743 16.3546 16.9157 16.4317 16.5727 16.4317C16.0539 16.4317 15.818 16.0716 15.8438 15.6557C15.8438 15.6471 15.8438 15.6428 15.8438 15.6343L16.0067 13.4605C16.0496 12.8945 16.3583 12.6587 16.8857 12.6587H19.6683C20.0413 12.6587 20.2857 12.8945 20.2857 13.2632C20.2857 13.632 20.0456 13.8678 19.6683 13.8678H17.3015L17.1815 15.4242H17.2115C17.4516 15.0169 17.9533 14.7467 18.6007 14.7467C19.7712 14.7467 20.6115 15.5699 20.6115 16.7447C20.6115 18.1039 19.5911 19 18.1205 19Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default TextH5;
|
|
35
|
+
//# sourceMappingURL=TextH5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/TextH5.js"],"names":["React","TextH5","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,MAAM,GAAG,SAATA,MAAS,OAKT;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;AACE,IAAA,CAAC,EAAC,oYADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,eAKE;AACE,IAAA,CAAC,EAAC,81BADJ;AAEE,IAAA,IAAI,EAAEA;AAFR,IALF,CADF;AAYD,CAlBD;;AAmBA,eAAeF,MAAf","sourcesContent":["import React from \"react\";\nconst TextH5 = ({\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 <path\n d=\"M3.99793 19C3.51187 19 3.20255 18.6818 3.20255 18.1781V6.82189C3.20255 6.31815 3.51187 6 3.99793 6C4.484 6 4.79331 6.31815 4.79331 6.82189V11.6383H11.7926V6.82189C11.7926 6.31815 12.1019 6 12.588 6C13.0741 6 13.3834 6.31815 13.3834 6.82189V18.1781C13.3834 18.6818 13.0741 19 12.588 19C12.1019 19 11.7926 18.6818 11.7926 18.1781V13.07H4.79331V18.1781C4.79331 18.6818 4.484 19 3.99793 19Z\"\n fill={color}\n />\n <path\n d=\"M18.1205 19C17.0957 19 16.1868 18.5369 15.8695 17.9067C15.8009 17.7695 15.7623 17.6237 15.7623 17.4736C15.7623 17.0877 15.9981 16.8562 16.3969 16.8562C16.6927 16.8562 16.8814 16.9548 17.07 17.1906C17.3101 17.5508 17.6103 17.7866 18.1076 17.7866C18.695 17.7866 19.128 17.3579 19.128 16.779C19.128 16.2131 18.7122 15.8143 18.1205 15.8143C17.7818 15.8143 17.5116 15.9687 17.3144 16.1445C17.0743 16.3546 16.9157 16.4317 16.5727 16.4317C16.0539 16.4317 15.818 16.0716 15.8438 15.6557C15.8438 15.6471 15.8438 15.6428 15.8438 15.6343L16.0067 13.4605C16.0496 12.8945 16.3583 12.6587 16.8857 12.6587H19.6683C20.0413 12.6587 20.2857 12.8945 20.2857 13.2632C20.2857 13.632 20.0456 13.8678 19.6683 13.8678H17.3015L17.1815 15.4242H17.2115C17.4516 15.0169 17.9533 14.7467 18.6007 14.7467C19.7712 14.7467 20.6115 15.5699 20.6115 16.7447C20.6115 18.1039 19.5911 19 18.1205 19Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default TextH5;\n"],"file":"TextH5.js"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 TextP = function TextP(_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("path", {
|
|
26
|
+
d: "M8.97 18.96V18.69C9.474 18.63 9.858 18.492 10.122 18.276C10.386 18.06 10.518 17.658 10.518 17.07V6H12.498V17.07C12.498 17.658 12.63 18.06 12.894 18.276C13.158 18.492 13.542 18.63 14.046 18.69V18.96H8.97ZM12.156 6.576H9.402C8.394 6.576 7.662 6.816 7.206 7.296C6.75 7.764 6.45 8.424 6.306 9.276L6 9.258L6.162 6.522L6.198 6H12.156V6.576ZM16.854 6L16.89 6.522L17.07 9.258L16.764 9.276C16.608 8.424 16.302 7.764 15.846 7.296C15.402 6.816 14.67 6.576 13.65 6.576H10.896V6H16.854Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export default TextP;
|
|
32
|
+
//# sourceMappingURL=TextP.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../generate/icons/TextP.js"],"names":["React","TextP","size","color","strokeWidth","props"],"mappings":";;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AACA,IAAMC,KAAK,GAAG,SAARA,KAAQ,OAKR;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;AACE,IAAA,CAAC,EAAC,2dADJ;AAEE,IAAA,IAAI,EAAEF;AAFR,IADF,CADF;AAQD,CAdD;;AAeA,eAAeF,KAAf","sourcesContent":["import React from \"react\";\nconst TextP = ({\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 <path\n d=\"M8.97 18.96V18.69C9.474 18.63 9.858 18.492 10.122 18.276C10.386 18.06 10.518 17.658 10.518 17.07V6H12.498V17.07C12.498 17.658 12.63 18.06 12.894 18.276C13.158 18.492 13.542 18.63 14.046 18.69V18.96H8.97ZM12.156 6.576H9.402C8.394 6.576 7.662 6.816 7.206 7.296C6.75 7.764 6.45 8.424 6.306 9.276L6 9.258L6.162 6.522L6.198 6H12.156V6.576ZM16.854 6L16.89 6.522L17.07 9.258L16.764 9.276C16.608 8.424 16.302 7.764 15.846 7.296C15.402 6.816 14.67 6.576 13.65 6.576H10.896V6H16.854Z\"\n fill={color}\n />\n </svg>\n );\n};\nexport default TextP;\n"],"file":"TextP.js"}
|
package/dist/icons/index.js
CHANGED
|
@@ -335,11 +335,15 @@ import Templates from "./Templates";
|
|
|
335
335
|
import Terms from "./Terms";
|
|
336
336
|
import TextBold from "./TextBold";
|
|
337
337
|
import TextCross from "./TextCross";
|
|
338
|
-
import TextH1 from "./TextH1";
|
|
339
|
-
import TextH2 from "./TextH2";
|
|
340
338
|
import TextItalic from "./TextItalic";
|
|
341
339
|
import Text from "./Text";
|
|
340
|
+
import TextH1 from "./TextH1";
|
|
341
|
+
import TextH2 from "./TextH2";
|
|
342
|
+
import TextH3 from "./TextH3";
|
|
343
|
+
import TextH4 from "./TextH4";
|
|
344
|
+
import TextH5 from "./TextH5";
|
|
342
345
|
import TextLines from "./TextLines";
|
|
346
|
+
import TextP from "./TextP";
|
|
343
347
|
import TextSize from "./TextSize";
|
|
344
348
|
import ThankYouPage from "./ThankYouPage";
|
|
345
349
|
import TicketField from "./TicketField";
|
|
@@ -395,5 +399,5 @@ import Workflows from "./Workflows";
|
|
|
395
399
|
import WorkspaceInfo from "./WorkspaceInfo";
|
|
396
400
|
import YesNo from "./YesNo";
|
|
397
401
|
import Youtube from "./Youtube";
|
|
398
|
-
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, 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, TextH1, TextH2,
|
|
402
|
+
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, 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 };
|
|
399
403
|
//# sourceMappingURL=index.js.map
|