@brightlocal/icons 2.1.0 → 2.1.1

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.
Files changed (80) hide show
  1. package/dist/custom/index.cjs +1 -0
  2. package/dist/custom/index.d.ts +8 -0
  3. package/dist/custom/index.d.ts.map +1 -1
  4. package/dist/custom/index.js +12 -0
  5. package/dist/custom/motif-circle.cjs +1 -0
  6. package/dist/custom/motif-circle.d.ts +18 -0
  7. package/dist/custom/motif-circle.d.ts.map +1 -0
  8. package/dist/custom/motif-circle.js +17 -0
  9. package/dist/custom/motif-sparkle.cjs +1 -0
  10. package/dist/custom/motif-sparkle.d.ts +21 -0
  11. package/dist/custom/motif-sparkle.d.ts.map +1 -0
  12. package/dist/custom/motif-sparkle.js +17 -0
  13. package/dist/custom/motif-starburst.cjs +1 -0
  14. package/dist/custom/motif-starburst.d.ts +20 -0
  15. package/dist/custom/motif-starburst.d.ts.map +1 -0
  16. package/dist/custom/motif-starburst.js +20 -0
  17. package/dist/custom/motif-sunrise.cjs +1 -0
  18. package/dist/custom/motif-sunrise.d.ts +20 -0
  19. package/dist/custom/motif-sunrise.d.ts.map +1 -0
  20. package/dist/custom/motif-sunrise.js +17 -0
  21. package/dist/flag/index.cjs +1 -0
  22. package/dist/flag/index.d.ts +1 -1
  23. package/dist/flag/index.js +526 -0
  24. package/dist/index.cjs +1 -1
  25. package/dist/index.js +1101 -1081
  26. package/dist/social-media/capterra-neutral.cjs +1 -0
  27. package/dist/social-media/capterra-neutral.d.ts +17 -0
  28. package/dist/social-media/capterra-neutral.d.ts.map +1 -0
  29. package/dist/social-media/capterra-neutral.js +24 -0
  30. package/dist/social-media/capterra-original.cjs +1 -0
  31. package/dist/social-media/capterra-original.d.ts +17 -0
  32. package/dist/social-media/capterra-original.d.ts.map +1 -0
  33. package/dist/social-media/capterra-original.js +24 -0
  34. package/dist/social-media/dynamic-imports.cjs +1 -1
  35. package/dist/social-media/dynamic-imports.d.ts +18 -0
  36. package/dist/social-media/dynamic-imports.d.ts.map +1 -1
  37. package/dist/social-media/dynamic-imports.js +6 -0
  38. package/dist/social-media/g2-neutral.cjs +1 -0
  39. package/dist/social-media/g2-neutral.d.ts +17 -0
  40. package/dist/social-media/g2-neutral.d.ts.map +1 -0
  41. package/dist/social-media/g2-neutral.js +20 -0
  42. package/dist/social-media/g2-original.cjs +1 -0
  43. package/dist/social-media/g2-original.d.ts +17 -0
  44. package/dist/social-media/g2-original.d.ts.map +1 -0
  45. package/dist/social-media/g2-original.js +20 -0
  46. package/dist/social-media/index.cjs +1 -0
  47. package/dist/social-media/index.d.ts +13 -1
  48. package/dist/social-media/index.d.ts.map +1 -1
  49. package/dist/social-media/index.js +256 -0
  50. package/dist/social-media/trustpilot-neutral.cjs +1 -0
  51. package/dist/social-media/trustpilot-neutral.d.ts +17 -0
  52. package/dist/social-media/trustpilot-neutral.d.ts.map +1 -0
  53. package/dist/social-media/trustpilot-neutral.js +19 -0
  54. package/dist/social-media/trustpilot-original.cjs +1 -0
  55. package/dist/social-media/trustpilot-original.d.ts +17 -0
  56. package/dist/social-media/trustpilot-original.d.ts.map +1 -0
  57. package/dist/social-media/trustpilot-original.js +19 -0
  58. package/package.json +1 -1
  59. package/src/assets/social-media/capterra-neutral.svg +15 -0
  60. package/src/assets/social-media/capterra-original.svg +15 -0
  61. package/src/assets/social-media/g2-neutral.svg +7 -0
  62. package/src/assets/social-media/g2-original.svg +7 -0
  63. package/src/assets/social-media/trustpilot-neutral.svg +6 -0
  64. package/src/assets/social-media/trustpilot-original.svg +6 -0
  65. package/src/custom/index.ts +8 -0
  66. package/src/custom/motif-circle.tsx +31 -0
  67. package/src/custom/motif-sparkle.tsx +34 -0
  68. package/src/custom/motif-starburst.tsx +36 -0
  69. package/src/custom/motif-sunrise.tsx +33 -0
  70. package/src/flag/index.ts +1 -1
  71. package/src/flag/kna.tsx +1 -1
  72. package/src/index.ts +2 -2
  73. package/src/social-media/capterra-neutral.tsx +41 -0
  74. package/src/social-media/capterra-original.tsx +41 -0
  75. package/src/social-media/dynamic-imports.ts +10 -0
  76. package/src/social-media/g2-neutral.tsx +33 -0
  77. package/src/social-media/g2-original.tsx +33 -0
  78. package/src/social-media/index.ts +13 -1
  79. package/src/social-media/trustpilot-neutral.tsx +32 -0
  80. package/src/social-media/trustpilot-original.tsx +32 -0
@@ -0,0 +1,256 @@
1
+ import { AndroidNeutral as e } from "./android-neutral.js";
2
+ import { AndroidOriginal as i } from "./android-original.js";
3
+ import { AppleMusicNeutral as l } from "./apple-music-neutral.js";
4
+ import { AppleMusicOriginal as m } from "./apple-music-original.js";
5
+ import { AppleNeutral as x } from "./apple-neutral.js";
6
+ import { AppleOriginal as u } from "./apple-original.js";
7
+ import { ApplePodcastsNeutral as O } from "./apple-podcasts-neutral.js";
8
+ import { ApplePodcastsOriginal as s } from "./apple-podcasts-original.js";
9
+ import { ArtstationNeutral as d } from "./artstation-neutral.js";
10
+ import { ArtstationOriginal as S } from "./artstation-original.js";
11
+ import { BaiduNeutral as h } from "./baidu-neutral.js";
12
+ import { BaiduOriginal as G } from "./baidu-original.js";
13
+ import { BehanceNeutral as y } from "./behance-neutral.js";
14
+ import { BehanceOriginal as A } from "./behance-original.js";
15
+ import { BoostyNeutral as Y } from "./boosty-neutral.js";
16
+ import { BoostyOriginal as B } from "./boosty-original.js";
17
+ import { CapterraNeutral as v } from "./capterra-neutral.js";
18
+ import { CapterraOriginal as L } from "./capterra-original.js";
19
+ import { DevianartNeutral as X } from "./devianart-neutral.js";
20
+ import { DevianartOriginal as C } from "./devianart-original.js";
21
+ import { DiscordNeutral as H } from "./discord-neutral.js";
22
+ import { DiscordOriginal as Q } from "./discord-original.js";
23
+ import { DprofileNeutral as Z } from "./dprofile-neutral.js";
24
+ import { DprofileOriginal as q } from "./dprofile-original.js";
25
+ import { DribbbleNeutral as J } from "./dribbble-neutral.js";
26
+ import { DribbbleOriginal as _ } from "./dribbble-original.js";
27
+ import { FacebookNeutral as rr } from "./facebook-neutral.js";
28
+ import { FacebookOriginal as er } from "./facebook-original.js";
29
+ import { FigmaNeutral as ir } from "./figma-neutral.js";
30
+ import { FigmaOriginal as lr } from "./figma-original.js";
31
+ import { G2Neutral as mr } from "./g2-neutral.js";
32
+ import { G2Original as xr } from "./g2-original.js";
33
+ import { GithubNeutral as ur } from "./github-neutral.js";
34
+ import { GithubOriginal as Or } from "./github-original.js";
35
+ import { GmailNeutral as sr } from "./gmail-neutral.js";
36
+ import { GmailOriginal as dr } from "./gmail-original.js";
37
+ import { GoogleMeetNeutral as Sr } from "./google-meet-neutral.js";
38
+ import { GoogleMeetOriginal as hr } from "./google-meet-original.js";
39
+ import { GoogleNeutral as Gr } from "./google-neutral.js";
40
+ import { GoogleOriginal as yr } from "./google-original.js";
41
+ import { GooglePlayNeutral as Ar } from "./google-play-neutral.js";
42
+ import { GooglePlayOriginal as Yr } from "./google-play-original.js";
43
+ import { GooglePodcastNeutral as Br } from "./google-podcast-neutral.js";
44
+ import { GooglePodcastOriginal as vr } from "./google-podcast-original.js";
45
+ import { ImoNeutral as Lr } from "./imo-neutral.js";
46
+ import { ImoOriginal as Xr } from "./imo-original.js";
47
+ import { InstagramNeutral as Cr } from "./instagram-neutral.js";
48
+ import { KickstarterNeutral as Hr } from "./kickstarter-neutral.js";
49
+ import { KickstarterOriginal as Qr } from "./kickstarter-original.js";
50
+ import { LineNeutral as Zr } from "./line-neutral.js";
51
+ import { LineOriginal as qr } from "./line-original.js";
52
+ import { LinkedinNeutral as Jr } from "./linkedin-neutral.js";
53
+ import { LinkedinOriginal as _r } from "./linkedin-original.js";
54
+ import { MediumNeutral as ro } from "./medium-neutral.js";
55
+ import { MediumOriginal as eo } from "./medium-original.js";
56
+ import { MessengerNeutral as io } from "./messenger-neutral.js";
57
+ import { MessengerOriginal as lo } from "./messenger-original.js";
58
+ import { MicrosoftTeamsNeutral as mo } from "./microsoft-teams-neutral.js";
59
+ import { MicrosoftTeamsOriginal as xo } from "./microsoft-teams-original.js";
60
+ import { NotionNeutral as uo } from "./notion-neutral.js";
61
+ import { NotionOriginal as Oo } from "./notion-original.js";
62
+ import { OnlyfansNeutral as so } from "./onlyfans-neutral.js";
63
+ import { OnlyfansOriginal as bo } from "./onlyfans-original.js";
64
+ import { PatreonNeutral as To } from "./patreon-neutral.js";
65
+ import { PatreonOriginal as ko } from "./patreon-original.js";
66
+ import { PaypalNeutral as Po } from "./paypal-neutral.js";
67
+ import { PaypalOriginal as Mo } from "./paypal-original.js";
68
+ import { PinterestNeutral as Do } from "./pinterest-neutral.js";
69
+ import { PinterestOriginal as wo } from "./pinterest-original.js";
70
+ import { ProductHuntNeutral as Wo } from "./product-hunt-neutral.js";
71
+ import { ProductHuntOriginal as Fo } from "./product-hunt-original.js";
72
+ import { QuoraNeutral as Vo } from "./quora-neutral.js";
73
+ import { QuoraOriginal as Io } from "./quora-original.js";
74
+ import { RedditNeutral as Eo } from "./reddit-neutral.js";
75
+ import { RedditOriginal as Ko } from "./reddit-original.js";
76
+ import { SignalNeutral as Ro } from "./signal-neutral.js";
77
+ import { SignalOriginal as jo } from "./signal-original.js";
78
+ import { SinaWeiboNeutral as zo } from "./sina-weibo-neutral.js";
79
+ import { SinaWeiboOriginal as Uo } from "./sina-weibo-original.js";
80
+ import { SkypeNeutral as $o } from "./skype-neutral.js";
81
+ import { SkypeOriginal as oe } from "./skype-original.js";
82
+ import { SlackNeutral as te } from "./slack-neutral.js";
83
+ import { SlackOriginal as ae } from "./slack-original.js";
84
+ import { SnapchatNeutral as pe } from "./snapchat-neutral.js";
85
+ import { SnapchatOriginal as fe } from "./snapchat-original.js";
86
+ import { SoundcloudNeutral as ne } from "./soundcloud-neutral.js";
87
+ import { SoundcloudOriginal as ge } from "./soundcloud-original.js";
88
+ import { SpotifyNeutral as Ne } from "./spotify-neutral.js";
89
+ import { SpotifyOriginal as ce } from "./spotify-original.js";
90
+ import { StackOverflowNeutral as be } from "./stack-overflow-neutral.js";
91
+ import { StackOverflowOriginal as Te } from "./stack-overflow-original.js";
92
+ import { TelegramNeutral as ke } from "./telegram-neutral.js";
93
+ import { TelegramOriginal as Pe } from "./telegram-original.js";
94
+ import { ThreadsNeutral as Me } from "./threads-neutral.js";
95
+ import { ThreadsOriginal as De } from "./threads-original.js";
96
+ import { TiktokNeutral as we } from "./tiktok-neutral.js";
97
+ import { TiktokOriginal as We } from "./tiktok-original.js";
98
+ import { TinderNeutral as Fe } from "./tinder-neutral.js";
99
+ import { TinderOriginal as Ve } from "./tinder-original.js";
100
+ import { TrustpilotNeutral as Ie } from "./trustpilot-neutral.js";
101
+ import { TrustpilotOriginal as Ee } from "./trustpilot-original.js";
102
+ import { TumblrNeutral as Ke } from "./tumblr-neutral.js";
103
+ import { TumblrOriginal as Re } from "./tumblr-original.js";
104
+ import { TwitchNeutral as je } from "./twitch-neutral.js";
105
+ import { TwitchOriginal as ze } from "./twitch-original.js";
106
+ import { ViberNeutral as Ue } from "./viber-neutral.js";
107
+ import { ViberOriginal as $e } from "./viber-original.js";
108
+ import { VimeoNeutral as ot } from "./vimeo-neutral.js";
109
+ import { VimeoOriginal as tt } from "./vimeo-original.js";
110
+ import { WechatNeutral as at } from "./wechat-neutral.js";
111
+ import { WechatOriginal as pt } from "./wechat-original.js";
112
+ import { WhatsappNeutral as ft } from "./whatsapp-neutral.js";
113
+ import { WhatsappOriginal as nt } from "./whatsapp-original.js";
114
+ import { XExTwitterNeutral as gt } from "./x-ex-twitter-neutral.js";
115
+ import { XExTwitterOriginal as Nt } from "./x-ex-twitter-original.js";
116
+ import { XingNeutral as ct } from "./xing-neutral.js";
117
+ import { XingOriginal as bt } from "./xing-original.js";
118
+ import { YelpNeutral as Tt } from "./yelp-neutral.js";
119
+ import { YelpOriginal as kt } from "./yelp-original.js";
120
+ import { YoutubeMusicNeutral as Pt } from "./youtube-music-neutral.js";
121
+ import { YoutubeMusicOriginal as Mt } from "./youtube-music-original.js";
122
+ import { YoutubeNeutral as Dt } from "./youtube-neutral.js";
123
+ import { YoutubeOriginal as wt } from "./youtube-original.js";
124
+ import { YoutubeShortsNeutral as Wt } from "./youtube-shorts-neutral.js";
125
+ import { YoutubeShortsOriginal as Ft } from "./youtube-shorts-original.js";
126
+ import { ZoomNeutral as Vt } from "./zoom-neutral.js";
127
+ import { ZoomOriginal as It } from "./zoom-original.js";
128
+ export {
129
+ e as AndroidNeutral,
130
+ i as AndroidOriginal,
131
+ l as AppleMusicNeutral,
132
+ m as AppleMusicOriginal,
133
+ x as AppleNeutral,
134
+ u as AppleOriginal,
135
+ O as ApplePodcastsNeutral,
136
+ s as ApplePodcastsOriginal,
137
+ d as ArtstationNeutral,
138
+ S as ArtstationOriginal,
139
+ h as BaiduNeutral,
140
+ G as BaiduOriginal,
141
+ y as BehanceNeutral,
142
+ A as BehanceOriginal,
143
+ Y as BoostyNeutral,
144
+ B as BoostyOriginal,
145
+ v as CapterraNeutral,
146
+ L as CapterraOriginal,
147
+ X as DevianartNeutral,
148
+ C as DevianartOriginal,
149
+ H as DiscordNeutral,
150
+ Q as DiscordOriginal,
151
+ Z as DprofileNeutral,
152
+ q as DprofileOriginal,
153
+ J as DribbbleNeutral,
154
+ _ as DribbbleOriginal,
155
+ rr as FacebookNeutral,
156
+ er as FacebookOriginal,
157
+ ir as FigmaNeutral,
158
+ lr as FigmaOriginal,
159
+ mr as G2Neutral,
160
+ xr as G2Original,
161
+ ur as GithubNeutral,
162
+ Or as GithubOriginal,
163
+ sr as GmailNeutral,
164
+ dr as GmailOriginal,
165
+ Sr as GoogleMeetNeutral,
166
+ hr as GoogleMeetOriginal,
167
+ Gr as GoogleNeutral,
168
+ yr as GoogleOriginal,
169
+ Ar as GooglePlayNeutral,
170
+ Yr as GooglePlayOriginal,
171
+ Br as GooglePodcastNeutral,
172
+ vr as GooglePodcastOriginal,
173
+ Lr as ImoNeutral,
174
+ Xr as ImoOriginal,
175
+ Cr as InstagramNeutral,
176
+ Hr as KickstarterNeutral,
177
+ Qr as KickstarterOriginal,
178
+ Zr as LineNeutral,
179
+ qr as LineOriginal,
180
+ Jr as LinkedinNeutral,
181
+ _r as LinkedinOriginal,
182
+ ro as MediumNeutral,
183
+ eo as MediumOriginal,
184
+ io as MessengerNeutral,
185
+ lo as MessengerOriginal,
186
+ mo as MicrosoftTeamsNeutral,
187
+ xo as MicrosoftTeamsOriginal,
188
+ uo as NotionNeutral,
189
+ Oo as NotionOriginal,
190
+ so as OnlyfansNeutral,
191
+ bo as OnlyfansOriginal,
192
+ To as PatreonNeutral,
193
+ ko as PatreonOriginal,
194
+ Po as PaypalNeutral,
195
+ Mo as PaypalOriginal,
196
+ Do as PinterestNeutral,
197
+ wo as PinterestOriginal,
198
+ Wo as ProductHuntNeutral,
199
+ Fo as ProductHuntOriginal,
200
+ Vo as QuoraNeutral,
201
+ Io as QuoraOriginal,
202
+ Eo as RedditNeutral,
203
+ Ko as RedditOriginal,
204
+ Ro as SignalNeutral,
205
+ jo as SignalOriginal,
206
+ zo as SinaWeiboNeutral,
207
+ Uo as SinaWeiboOriginal,
208
+ $o as SkypeNeutral,
209
+ oe as SkypeOriginal,
210
+ te as SlackNeutral,
211
+ ae as SlackOriginal,
212
+ pe as SnapchatNeutral,
213
+ fe as SnapchatOriginal,
214
+ ne as SoundcloudNeutral,
215
+ ge as SoundcloudOriginal,
216
+ Ne as SpotifyNeutral,
217
+ ce as SpotifyOriginal,
218
+ be as StackOverflowNeutral,
219
+ Te as StackOverflowOriginal,
220
+ ke as TelegramNeutral,
221
+ Pe as TelegramOriginal,
222
+ Me as ThreadsNeutral,
223
+ De as ThreadsOriginal,
224
+ we as TiktokNeutral,
225
+ We as TiktokOriginal,
226
+ Fe as TinderNeutral,
227
+ Ve as TinderOriginal,
228
+ Ie as TrustpilotNeutral,
229
+ Ee as TrustpilotOriginal,
230
+ Ke as TumblrNeutral,
231
+ Re as TumblrOriginal,
232
+ je as TwitchNeutral,
233
+ ze as TwitchOriginal,
234
+ Ue as ViberNeutral,
235
+ $e as ViberOriginal,
236
+ ot as VimeoNeutral,
237
+ tt as VimeoOriginal,
238
+ at as WechatNeutral,
239
+ pt as WechatOriginal,
240
+ ft as WhatsappNeutral,
241
+ nt as WhatsappOriginal,
242
+ gt as XExTwitterNeutral,
243
+ Nt as XExTwitterOriginal,
244
+ ct as XingNeutral,
245
+ bt as XingOriginal,
246
+ Tt as YelpNeutral,
247
+ kt as YelpOriginal,
248
+ Pt as YoutubeMusicNeutral,
249
+ Mt as YoutubeMusicOriginal,
250
+ Dt as YoutubeNeutral,
251
+ wt as YoutubeOriginal,
252
+ Wt as YoutubeShortsNeutral,
253
+ Ft as YoutubeShortsOriginal,
254
+ Vt as ZoomNeutral,
255
+ It as ZoomOriginal
256
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=({size:e=16,...l})=>t.jsx("svg",{fill:"none",height:e,viewBox:"0 0 24 24",width:e,xmlns:"http://www.w3.org/2000/svg",...l,children:t.jsxs("g",{transform:"scale(0.48)",children:[t.jsx("path",{d:"M50 19.1718H30.9067L25.0092 1L19.0933 19.1718L0 19.1533L15.4626 30.3955L9.54663 48.5488L25.0092 37.3251L40.4534 48.5488L34.5558 30.3955L50 19.1718Z",fill:"#111412"}),t.jsx("path",{d:"M35.8828 34.5053L34.5558 30.3955L25.0092 37.3251L35.8828 34.5053Z",fill:"#111412"})]})});exports.TrustpilotNeutral=s;
@@ -0,0 +1,17 @@
1
+ import { SVGProps } from 'react';
2
+ export interface TrustpilotNeutralProps extends SVGProps<SVGSVGElement> {
3
+ /**
4
+ * Icon size (width and height)
5
+ * @default 16
6
+ */
7
+ size?: number | string;
8
+ }
9
+ /**
10
+ * TrustpilotNeutral icon from social-media category
11
+ *
12
+ * @example
13
+ * <TrustpilotNeutral size={16} />
14
+ * <TrustpilotNeutral size={32} className="text-primary" />
15
+ */
16
+ export declare const TrustpilotNeutral: ({ size, ...props }: TrustpilotNeutralProps) => import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=trustpilot-neutral.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trustpilot-neutral.d.ts","sourceRoot":"","sources":["../../src/social-media/trustpilot-neutral.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACrE;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAAI,oBAAyB,sBAAsB,4CAchF,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
+ const o = ({ size: l = 16, ...L }) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ fill: "none",
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ width: l,
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: /* @__PURE__ */ r("g", { transform: "scale(0.48)", children: [
12
+ /* @__PURE__ */ t("path", { d: "M50 19.1718H30.9067L25.0092 1L19.0933 19.1718L0 19.1533L15.4626 30.3955L9.54663 48.5488L25.0092 37.3251L40.4534 48.5488L34.5558 30.3955L50 19.1718Z", fill: "#111412" }),
13
+ /* @__PURE__ */ t("path", { d: "M35.8828 34.5053L34.5558 30.3955L25.0092 37.3251L35.8828 34.5053Z", fill: "#111412" })
14
+ ] })
15
+ }
16
+ );
17
+ export {
18
+ o as TrustpilotNeutral
19
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=({size:i=16,...l})=>t.jsx("svg",{fill:"none",height:i,viewBox:"0 0 24 24",width:i,xmlns:"http://www.w3.org/2000/svg",...l,children:t.jsxs("g",{transform:"scale(0.48)",children:[t.jsx("path",{d:"M50 19.1718H30.9067L25.0092 1L19.0933 19.1718L0 19.1533L15.4626 30.3955L9.54663 48.5488L25.0092 37.3251L40.4534 48.5488L34.5558 30.3955L50 19.1718Z",fill:"#00B67A"}),t.jsx("path",{d:"M35.8828 34.5053L34.5558 30.3955L25.0092 37.3251L35.8828 34.5053Z",fill:"#005128"})]})});exports.TrustpilotOriginal=s;
@@ -0,0 +1,17 @@
1
+ import { SVGProps } from 'react';
2
+ export interface TrustpilotOriginalProps extends SVGProps<SVGSVGElement> {
3
+ /**
4
+ * Icon size (width and height)
5
+ * @default 16
6
+ */
7
+ size?: number | string;
8
+ }
9
+ /**
10
+ * TrustpilotOriginal icon from social-media category
11
+ *
12
+ * @example
13
+ * <TrustpilotOriginal size={16} />
14
+ * <TrustpilotOriginal size={32} className="text-primary" />
15
+ */
16
+ export declare const TrustpilotOriginal: ({ size, ...props }: TrustpilotOriginalProps) => import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=trustpilot-original.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trustpilot-original.d.ts","sourceRoot":"","sources":["../../src/social-media/trustpilot-original.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,uBAAwB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACtE;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAAI,oBAAyB,uBAAuB,4CAclF,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as l, jsxs as i } from "react/jsx-runtime";
2
+ const o = ({ size: t = 16, ...L }) => /* @__PURE__ */ l(
3
+ "svg",
4
+ {
5
+ fill: "none",
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ width: t,
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: /* @__PURE__ */ i("g", { transform: "scale(0.48)", children: [
12
+ /* @__PURE__ */ l("path", { d: "M50 19.1718H30.9067L25.0092 1L19.0933 19.1718L0 19.1533L15.4626 30.3955L9.54663 48.5488L25.0092 37.3251L40.4534 48.5488L34.5558 30.3955L50 19.1718Z", fill: "#00B67A" }),
13
+ /* @__PURE__ */ l("path", { d: "M35.8828 34.5053L34.5558 30.3955L25.0092 37.3251L35.8828 34.5053Z", fill: "#005128" })
14
+ ] })
15
+ }
16
+ );
17
+ export {
18
+ o as TrustpilotOriginal
19
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightlocal/icons",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "BrightLocal Design System Icons - Lucide defaults and custom icons",
5
5
  "type": "module",
6
6
  "private": false,
@@ -0,0 +1,15 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="scale(0.48)">
3
+ <g clip-path="url(#clip0_capterra_neut)">
4
+ <path d="M0.45343 18.3837L21.1894 18.3879L33.7984 18.39V5.89844L0.45343 18.3837Z" fill="#111412"/>
5
+ <path d="M33.7983 5.8985V50L49.5466 0L33.7983 5.8985Z" fill="#111412"/>
6
+ <path d="M33.7983 18.3898L21.1894 18.3877L33.7985 49.9998L33.7983 18.3898Z" fill="#111412"/>
7
+ <path d="M0.45343 18.3838L24.4229 26.4991L21.1894 18.3879L0.45343 18.3838Z" fill="#111412"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_capterra_neut">
12
+ <rect width="50" height="50" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="scale(0.48)">
3
+ <g clip-path="url(#clip0_capterra_orig)">
4
+ <path d="M0.45343 18.3837L21.1894 18.3879L33.7984 18.39V5.89844L0.45343 18.3837Z" fill="#FF9D28"/>
5
+ <path d="M33.7983 5.8985V50L49.5466 0L33.7983 5.8985Z" fill="#68C5ED"/>
6
+ <path d="M33.7983 18.3898L21.1894 18.3877L33.7985 49.9998L33.7983 18.3898Z" fill="#044D80"/>
7
+ <path d="M0.45343 18.3838L24.4229 26.4991L21.1894 18.3879L0.45343 18.3838Z" fill="#E54747"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_capterra_orig">
12
+ <rect width="50" height="50" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="scale(0.48)">
3
+ <path d="M35.2197 35.6198C37.1099 38.8112 38.979 41.9664 40.8467 45.1181C32.5762 51.2788 19.7088 52.0233 10.1833 44.9288C-0.77846 36.7581 -2.58012 22.8165 3.28864 12.7808C10.0386 1.23751 22.6699 -1.31535 30.8027 0.556566C30.5827 1.02147 25.7118 10.8535 25.7118 10.8535C25.7118 10.8535 25.3267 10.8781 25.1089 10.8822C22.705 10.9813 20.9146 11.5255 18.9956 12.4909C16.8902 13.5598 15.0859 15.1142 13.7404 17.0182C12.395 18.9223 11.5493 21.1179 11.2774 23.4133C10.9936 25.7412 11.3245 28.1011 12.2386 30.27C13.0116 32.1036 14.1049 33.7321 15.5707 35.107C17.8193 37.2182 20.4951 38.5254 23.5967 38.9582C26.5339 39.3684 29.3587 38.9623 32.0056 37.6681C32.9985 37.1833 33.8431 36.648 34.8304 35.9137C34.9562 35.8344 35.0679 35.7339 35.2197 35.6198Z" fill="#111412"/>
4
+ <path d="M35.2588 7.63031C34.7789 7.17087 34.3341 6.74699 33.8914 6.32038C33.6272 6.06605 33.3728 5.80146 33.1023 5.55329C33.0053 5.46372 32.8915 5.34135 32.8915 5.34135C32.8915 5.34135 32.9835 5.15128 33.0229 5.07334C33.5408 4.06218 34.3523 3.32312 35.315 2.73516C36.3795 2.08005 37.6198 1.74673 38.879 1.77732C40.4902 1.80809 41.9883 2.19847 43.2525 3.24997C44.1856 4.02595 44.6641 5.01045 44.7485 6.18569C44.889 8.16836 44.0458 9.68681 42.3713 10.7465C41.3875 11.37 40.3265 11.852 39.2627 12.4229C38.6759 12.7381 38.1742 13.015 37.6008 13.5852C37.0963 14.1574 37.0717 14.6968 37.0717 14.6968L44.6936 14.6872V17.9901H32.9287C32.9287 17.9901 32.9287 17.7645 32.9287 17.6708C32.8837 16.0478 33.0784 14.5204 33.8422 13.0464C34.5449 11.6941 35.6368 10.7041 36.9487 9.94183C37.9592 9.35455 39.023 8.85478 40.0356 8.27023C40.6603 7.90993 41.1016 7.38145 41.098 6.61504C41.098 5.95734 40.6062 5.3728 39.9035 5.19025C38.2466 4.75543 36.5602 5.44937 35.6832 6.92475C35.5553 7.14011 35.4246 7.3541 35.2588 7.63031Z" fill="#111412"/>
5
+ <path d="M50 32.11L43.5768 21.3174H30.8661L24.4015 32.2214H37.2056L43.5241 42.9627L50 32.11Z" fill="#111412"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="scale(0.48)">
3
+ <path d="M35.2197 35.6198C37.1099 38.8112 38.979 41.9664 40.8467 45.1181C32.5762 51.2788 19.7088 52.0233 10.1833 44.9288C-0.77846 36.7581 -2.58012 22.8165 3.28864 12.7808C10.0386 1.23751 22.6699 -1.31535 30.8027 0.556566C30.5827 1.02147 25.7118 10.8535 25.7118 10.8535C25.7118 10.8535 25.3267 10.8781 25.1089 10.8822C22.705 10.9813 20.9146 11.5255 18.9956 12.4909C16.8902 13.5598 15.0859 15.1142 13.7404 17.0182C12.395 18.9223 11.5493 21.1179 11.2774 23.4133C10.9936 25.7412 11.3245 28.1011 12.2386 30.27C13.0116 32.1036 14.1049 33.7321 15.5707 35.107C17.8193 37.2182 20.4951 38.5254 23.5967 38.9582C26.5339 39.3684 29.3587 38.9623 32.0056 37.6681C32.9985 37.1833 33.8431 36.648 34.8304 35.9137C34.9562 35.8344 35.0679 35.7339 35.2197 35.6198Z" fill="#FF1E00"/>
4
+ <path d="M35.2588 7.63031C34.7789 7.17087 34.3341 6.74699 33.8914 6.32038C33.6272 6.06605 33.3728 5.80146 33.1023 5.55329C33.0053 5.46372 32.8915 5.34135 32.8915 5.34135C32.8915 5.34135 32.9835 5.15128 33.0229 5.07334C33.5408 4.06218 34.3523 3.32312 35.315 2.73516C36.3795 2.08005 37.6198 1.74673 38.879 1.77732C40.4902 1.80809 41.9883 2.19847 43.2525 3.24997C44.1856 4.02595 44.6641 5.01045 44.7485 6.18569C44.889 8.16836 44.0458 9.68681 42.3713 10.7465C41.3875 11.37 40.3265 11.852 39.2627 12.4229C38.6759 12.7381 38.1742 13.015 37.6008 13.5852C37.0963 14.1574 37.0717 14.6968 37.0717 14.6968L44.6936 14.6872V17.9901H32.9287C32.9287 17.9901 32.9287 17.7645 32.9287 17.6708C32.8837 16.0478 33.0784 14.5204 33.8422 13.0464C34.5449 11.6941 35.6368 10.7041 36.9487 9.94183C37.9592 9.35455 39.023 8.85478 40.0356 8.27023C40.6603 7.90993 41.1016 7.38145 41.098 6.61504C41.098 5.95734 40.6062 5.3728 39.9035 5.19025C38.2466 4.75543 36.5602 5.44937 35.6832 6.92475C35.5553 7.14011 35.4246 7.3541 35.2588 7.63031Z" fill="#FF1E00"/>
5
+ <path d="M50 32.11L43.5768 21.3174H30.8661L24.4015 32.2214H37.2056L43.5241 42.9627L50 32.11Z" fill="#FF1E00"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="scale(0.48)">
3
+ <path d="M50 19.1718H30.9067L25.0092 1L19.0933 19.1718L0 19.1533L15.4626 30.3955L9.54663 48.5488L25.0092 37.3251L40.4534 48.5488L34.5558 30.3955L50 19.1718Z" fill="#111412"/>
4
+ <path d="M35.8828 34.5053L34.5558 30.3955L25.0092 37.3251L35.8828 34.5053Z" fill="#111412"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="scale(0.48)">
3
+ <path d="M50 19.1718H30.9067L25.0092 1L19.0933 19.1718L0 19.1533L15.4626 30.3955L9.54663 48.5488L25.0092 37.3251L40.4534 48.5488L34.5558 30.3955L50 19.1718Z" fill="#00B67A"/>
4
+ <path d="M35.8828 34.5053L34.5558 30.3955L25.0092 37.3251L35.8828 34.5053Z" fill="#005128"/>
5
+ </g>
6
+ </svg>
@@ -1,4 +1,12 @@
1
1
  // Custom icons that differ from lucide-react defaults
2
2
  // These icons are designed to match specific Figma specifications
3
3
 
4
+ export { MotifCircle } from "./motif-circle.js";
5
+ export type { MotifCircleProps } from "./motif-circle.js";
6
+ export { MotifSparkle } from "./motif-sparkle.js";
7
+ export type { MotifSparkleProps } from "./motif-sparkle.js";
8
+ export { MotifStarburst } from "./motif-starburst.js";
9
+ export type { MotifStarburstProps } from "./motif-starburst.js";
10
+ export { MotifSunrise } from "./motif-sunrise.js";
11
+ export type { MotifSunriseProps } from "./motif-sunrise.js";
4
12
  export { StarRating } from "./star-rating.js";
@@ -0,0 +1,31 @@
1
+ import type { SVGProps } from "react";
2
+
3
+ export interface MotifCircleProps extends SVGProps<SVGSVGElement> {
4
+ /**
5
+ * Icon size (width and height)
6
+ * @default 16
7
+ */
8
+ size?: number | string;
9
+ }
10
+
11
+ /**
12
+ * Brand motif — filled circle shape
13
+ * Part of the BrightLocal brand motif set (circle, sparkle, sunrise, starburst)
14
+ *
15
+ * @example
16
+ * <MotifCircle size={24} />
17
+ * <MotifCircle size={32} className="text-primary" />
18
+ */
19
+ export const MotifCircle = ({ size = 16, ...props }: MotifCircleProps) => (
20
+ <svg
21
+ aria-hidden="true"
22
+ fill="currentColor"
23
+ height={size}
24
+ viewBox="0 0 500 500"
25
+ width={size}
26
+ xmlns="http://www.w3.org/2000/svg"
27
+ {...props}
28
+ >
29
+ <path d="M250 500C388.071 500 500 388.071 500 250C500 111.929 388.071 0 250 0C111.929 0 0 111.929 0 250C0 388.071 111.929 500 250 500Z" />
30
+ </svg>
31
+ );
@@ -0,0 +1,34 @@
1
+ import type { SVGProps } from "react";
2
+
3
+ export interface MotifSparkleProps extends SVGProps<SVGSVGElement> {
4
+ /**
5
+ * Icon size (width and height)
6
+ * @default 16
7
+ */
8
+ size?: number | string;
9
+ }
10
+
11
+ /**
12
+ * Brand motif — four-pointed sparkle shape
13
+ * Part of the BrightLocal brand motif set (circle, sparkle, sunrise, starburst)
14
+ *
15
+ * Used for AI/magic/highlight decorations across the product.
16
+ * Also used in the Loading animation as the STAR_PATH morph shape.
17
+ *
18
+ * @example
19
+ * <MotifSparkle size={24} />
20
+ * <MotifSparkle size={32} className="text-primary" />
21
+ */
22
+ export const MotifSparkle = ({ size = 16, ...props }: MotifSparkleProps) => (
23
+ <svg
24
+ aria-hidden="true"
25
+ fill="currentColor"
26
+ height={size}
27
+ viewBox="0 0 500 500"
28
+ width={size}
29
+ xmlns="http://www.w3.org/2000/svg"
30
+ {...props}
31
+ >
32
+ <path d="M492.425 259.355C332.265 293.145 293.145 332.265 259.355 492.425C257.225 502.525 242.775 502.525 240.645 492.425C206.855 332.265 167.735 293.145 7.575 259.355C-2.525 257.225 -2.525 242.775 7.575 240.645C167.735 206.855 206.855 167.735 240.645 7.575C242.775 -2.525 257.225 -2.525 259.355 7.575C293.145 167.735 332.265 206.855 492.425 240.645C502.525 242.775 502.525 257.225 492.425 259.355Z" />
33
+ </svg>
34
+ );
@@ -0,0 +1,36 @@
1
+ import type { SVGProps } from "react";
2
+
3
+ export interface MotifStarburstProps extends SVGProps<SVGSVGElement> {
4
+ /**
5
+ * Icon size (width and height)
6
+ * @default 16
7
+ */
8
+ size?: number | string;
9
+ }
10
+
11
+ /**
12
+ * Brand motif — eight-pointed starburst shape
13
+ * Part of the BrightLocal brand motif set (circle, sparkle, sunrise, starburst)
14
+ *
15
+ * Also used in the Loading animation as the STAR_BURST morph shape.
16
+ *
17
+ * @example
18
+ * <MotifStarburst size={24} />
19
+ * <MotifStarburst size={32} className="text-primary" />
20
+ */
21
+ export const MotifStarburst = ({
22
+ size = 16,
23
+ ...props
24
+ }: MotifStarburstProps) => (
25
+ <svg
26
+ aria-hidden="true"
27
+ fill="currentColor"
28
+ height={size}
29
+ viewBox="0 0 500 525"
30
+ width={size}
31
+ xmlns="http://www.w3.org/2000/svg"
32
+ {...props}
33
+ >
34
+ <path d="M258.366 5.58795L296.379 97.3854C298.509 102.526 304.729 104.546 309.47 101.636L394.177 49.7215C401.057 45.5112 409.598 51.7117 407.708 59.5523L384.506 156.16C383.206 161.571 387.046 166.861 392.596 167.301L491.645 175.092C499.685 175.722 502.945 185.763 496.815 191.003L421.259 255.528C417.029 259.138 417.029 265.679 421.259 269.299L496.815 333.824C502.945 339.065 499.685 349.106 491.645 349.736L392.596 357.526C387.046 357.966 383.206 363.257 384.506 368.667L407.708 465.275C409.588 473.116 401.047 479.326 394.177 475.106L309.47 423.192C304.729 420.282 298.509 422.302 296.379 427.442L258.366 519.24C255.275 526.69 244.725 526.69 241.634 519.24L203.621 427.442C201.491 422.302 195.271 420.282 190.53 423.192L105.823 475.106C98.9428 479.316 90.4021 473.116 92.2922 465.275L115.494 368.667C116.794 363.257 112.954 357.966 107.403 357.526L8.35543 349.736C0.314784 349.106 -2.94548 339.065 3.18502 333.824L78.7411 269.299C82.9715 265.689 82.9715 259.148 78.7411 255.528L3.18502 191.003C-2.94548 185.763 0.314784 175.722 8.35543 175.092L107.403 167.301C112.954 166.861 116.794 161.571 115.494 156.16L92.2922 59.5523C90.4121 51.7117 98.9528 45.5012 105.823 49.7215L190.53 101.636C195.271 104.546 201.491 102.526 203.621 97.3854L241.634 5.58795C244.725 -1.86265 255.275 -1.86265 258.366 5.58795Z" />
35
+ </svg>
36
+ );
@@ -0,0 +1,33 @@
1
+ import type { SVGProps } from "react";
2
+
3
+ export interface MotifSunriseProps extends SVGProps<SVGSVGElement> {
4
+ /**
5
+ * Icon size (width and height)
6
+ * @default 16
7
+ */
8
+ size?: number | string;
9
+ }
10
+
11
+ /**
12
+ * Brand motif — sunrise shape with 24 radiating rays
13
+ * Part of the BrightLocal brand motif set (circle, sparkle, sunrise, starburst)
14
+ *
15
+ * Also used in the Loading animation as the sun morph shape.
16
+ *
17
+ * @example
18
+ * <MotifSunrise size={24} />
19
+ * <MotifSunrise size={32} className="text-primary" />
20
+ */
21
+ export const MotifSunrise = ({ size = 16, ...props }: MotifSunriseProps) => (
22
+ <svg
23
+ aria-hidden="true"
24
+ fill="currentColor"
25
+ height={size}
26
+ viewBox="0 0 500 500"
27
+ width={size}
28
+ xmlns="http://www.w3.org/2000/svg"
29
+ {...props}
30
+ >
31
+ <path d="M254.225 2.31766L279.217 41.6104C280.827 44.1506 284.307 44.7006 286.628 42.7805L322.53 13.1284C325.36 10.7983 329.651 12.1883 330.561 15.7386L342.181 60.8317C342.932 63.7419 346.072 65.3421 348.862 64.242L392.175 47.1408C395.585 45.7907 399.235 48.4509 399.005 52.1012L396.125 98.5744C395.935 101.575 398.425 104.065 401.426 103.875L447.899 100.995C451.559 100.765 454.209 104.415 452.859 107.825L435.758 151.138C434.648 153.938 436.248 157.068 439.168 157.819L484.261 169.439C487.812 170.349 489.202 174.65 486.872 177.47L457.22 213.372C455.299 215.693 455.849 219.163 458.39 220.783L497.682 245.775C500.773 247.745 500.773 252.255 497.682 254.225L458.39 279.217C455.849 280.827 455.299 284.307 457.22 286.628L486.872 322.53C489.202 325.36 487.812 329.651 484.261 330.561L439.168 342.181C436.258 342.932 434.658 346.072 435.758 348.862L452.859 392.175C454.209 395.585 451.549 399.235 447.899 399.005L401.426 396.125C398.425 395.935 395.935 398.425 396.125 401.426L399.005 447.899C399.235 451.559 395.585 454.209 392.175 452.859L348.862 435.758C346.062 434.648 342.932 436.248 342.181 439.168L330.561 484.261C329.651 487.812 325.35 489.202 322.53 486.872L286.628 457.22C284.307 455.299 280.837 455.849 279.217 458.39L254.225 497.682C252.255 500.773 247.745 500.773 245.775 497.682L220.783 458.39C219.173 455.849 215.693 455.299 213.372 457.22L177.47 486.872C174.64 489.202 170.349 487.812 169.439 484.261L157.819 439.168C157.069 436.258 153.928 434.658 151.138 435.758L107.825 452.859C104.415 454.209 100.765 451.549 100.995 447.899L103.875 401.426C104.065 398.425 101.575 395.935 98.5744 396.125L52.1012 399.005C48.4409 399.235 45.7907 395.585 47.1408 392.175L64.242 348.862C65.3521 346.062 63.752 342.932 60.8318 342.181L15.7386 330.561C12.1884 329.651 10.7983 325.35 13.1284 322.53L42.7805 286.628C44.7006 284.307 44.1506 280.837 41.6104 279.217L2.31766 254.225C-0.772554 252.255 -0.772554 247.745 2.31766 245.775L41.6104 220.783C44.1506 219.173 44.7006 215.693 42.7805 213.372L13.1284 177.47C10.7983 174.64 12.1884 170.349 15.7386 169.439L60.8318 157.819C63.742 157.068 65.3421 153.928 64.242 151.138L47.1408 107.825C45.7907 104.415 48.4509 100.765 52.1012 100.995L98.5744 103.875C101.575 104.065 104.065 101.575 103.875 98.5744L100.995 52.1012C100.765 48.4409 104.415 45.7907 107.825 47.1408L151.138 64.242C153.938 65.3521 157.069 63.7519 157.819 60.8317L169.439 15.7386C170.349 12.1883 174.65 10.7983 177.47 13.1284L213.372 42.7805C215.693 44.7006 219.163 44.1506 220.783 41.6104L245.775 2.31766C247.745 -0.772554 252.255 -0.772554 254.225 2.31766Z" />
32
+ </svg>
33
+ );
package/src/flag/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flag icons
3
- * Auto-generated on 2026-03-31T08:26:35.092Z
3
+ * Auto-generated on 2026-04-16T08:30:32.846Z
4
4
  * Do not edit manually
5
5
  *
6
6
  * All icons are React SVG components with TypeScript support
package/src/flag/kna.tsx CHANGED
@@ -27,7 +27,7 @@ export const KNA = ({ size = 16, ...props }: KNAProps) => (
27
27
  <g clipPath="url(#clip0_26781_1047)">
28
28
  <circle cx="12" cy="12" fill="#3A7DCE" r="12"/>
29
29
  <g clipPath="url(#clip1_26781_1047)">
30
- <mask height="24" id="mask0_26781_1047" maskUnits="userSpaceOnUse" style={{maskType: "luminance"}} width="33" x="-4" y="0">
30
+ <mask height="24" id="mask0_26781_1047" maskUnits="userSpaceOnUse" style={{ maskType: "luminance" }} width="33" x="-4" y="0">
31
31
  <path d="M-4 0H28.0016V24H-4V0Z" fill="white"/>
32
32
  </mask>
33
33
  <g mask="url(#mask0_26781_1047)">
package/src/index.ts CHANGED
@@ -25,7 +25,7 @@ export { ALB } from "./flag/alb.js";
25
25
  export { AND } from "./flag/and.js";
26
26
  export { ARE } from "./flag/are.js";
27
27
  export { ARG } from "./flag/arg.js";
28
- // ... and 251 more
28
+ // ... and 252 more
29
29
 
30
30
  // Social Media icons - Full list available via barrel exports
31
31
  // All icons are React SVG components with proper fill colors
@@ -41,7 +41,7 @@ export { ApplePodcastsNeutral } from "./social-media/apple-podcasts-neutral.js";
41
41
  export { ApplePodcastsOriginal } from "./social-media/apple-podcasts-original.js";
42
42
  export { ArtstationNeutral } from "./social-media/artstation-neutral.js";
43
43
  export { ArtstationOriginal } from "./social-media/artstation-original.js";
44
- // ... and 111 more
44
+ // ... and 117 more
45
45
 
46
46
  // Custom icons
47
47
  export * from "./custom/index.js";