@ascentgl/ads-icons 21.16.0 → 21.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1507,11 +1507,8 @@ const adsIconTrash = {
|
|
|
1507
1507
|
const adsIconUser = {
|
|
1508
1508
|
name: 'user',
|
|
1509
1509
|
data: `
|
|
1510
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
1511
|
-
<
|
|
1512
|
-
<path id="Path_250" data-name="Path 250" d="M976.138,78.018C972.673,73.066,965.324,67.165,950,67.165c-29.657,0-30,21.78-30,22v2h60v-2A21.151,21.151,0,0,0,976.138,78.018ZM950,71.165c20.392,0,24.829,10.757,25.778,16H924.223C925.17,81.922,929.608,71.166,950,71.165Z"/>
|
|
1513
|
-
<path id="Path_251" data-name="Path 251" d="M950,60.79a14.063,14.063,0,1,0-14.063-14.062A14.078,14.078,0,0,0,950,60.79Zm0-24.5a10.438,10.438,0,1,1-10.438,10.438A10.449,10.449,0,0,1,950,36.29Z"/>
|
|
1514
|
-
</g>
|
|
1510
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
1511
|
+
<path data-no-stroke="true" d="M8 0C7.12097 0 6.26168 0.246943 5.5308 0.709602C4.79991 1.17226 4.23026 1.82985 3.89387 2.59923C3.55748 3.3686 3.46946 4.2152 3.64095 5.03196C3.81244 5.84872 4.23574 6.59897 4.8573 7.18782C5.47887 7.77667 6.27079 8.17768 7.13293 8.34015C7.99507 8.50261 8.8887 8.41923 9.70082 8.10055C10.5129 7.78186 11.2071 7.24219 11.6954 6.54977C12.1838 5.85735 12.4444 5.04329 12.4444 4.21053C12.4444 3.09383 11.9762 2.02286 11.1427 1.23323C10.3092 0.443608 9.17874 0 8 0ZM8 6.73684C7.47258 6.73684 6.95701 6.58868 6.51848 6.31108C6.07995 6.03349 5.73815 5.63893 5.53632 5.17731C5.33449 4.71568 5.28168 4.20772 5.38457 3.71767C5.48747 3.22761 5.74144 2.77746 6.11438 2.42415C6.48732 2.07084 6.96248 1.83023 7.47976 1.73275C7.99704 1.63527 8.53322 1.6853 9.02049 1.87652C9.50776 2.06773 9.92424 2.39153 10.2173 2.80698C10.5103 3.22243 10.6667 3.71087 10.6667 4.21053C10.6667 4.88055 10.3857 5.52313 9.88562 5.9969C9.38552 6.47068 8.70724 6.73684 8 6.73684ZM16 16V15.1579C16 13.5945 15.3444 12.0952 14.1776 10.9897C13.0107 9.88421 11.428 9.26316 9.77778 9.26316H6.22222C4.57199 9.26316 2.98934 9.88421 1.82245 10.9897C0.655554 12.0952 0 13.5945 0 15.1579V16H1.77778V15.1579C1.77778 14.0412 2.24603 12.9702 3.07953 12.1806C3.91302 11.391 5.04348 10.9474 6.22222 10.9474H9.77778C10.9565 10.9474 12.087 11.391 12.9205 12.1806C13.754 12.9702 14.2222 14.0412 14.2222 15.1579V16H16Z"/>
|
|
1515
1512
|
</svg>
|
|
1516
1513
|
`,
|
|
1517
1514
|
};
|