help: Disallow class in svg.
When copying svg from other places e.g. lucide, class names are also copied over. These classes are not defined in our css and thus have no effect whether they are present or not. But if the svg has the class property, unplugin-icon will not override that class property and apply the defaultClass we have defined in astro.config.mjs. We need that class for our icons to look as desired.
@@ -1005,6 +1005,11 @@ svg_rules = RuleList(
|
||||
"description": "System icons ignore stroke values, so do not include the stroke property.",
|
||||
"include_only": {"web/shared/icons/", "web/images/icons/"},
|
||||
},
|
||||
{
|
||||
"pattern": "class=",
|
||||
"description": "System icons ignore class values, so do not include the class property.",
|
||||
"include_only": {"web/shared/icons/", "web/images/icons/"},
|
||||
},
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><title>Search</title><path d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0034.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 00327.3 362.6l94.09 94.09a25 25 0 0035.3-35.3zM97.92 222.72a124.8 124.8 0 11124.8 124.8 124.95 124.95 0 01-124.8-124.8z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Search</title><path d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0034.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 00327.3 362.6l94.09 94.09a25 25 0 0035.3-35.3zM97.92 222.72a124.8 124.8 0 11124.8 124.8 124.95 124.95 0 01-124.8-124.8z"/></svg>
|
||||
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 375 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-globe"><path d="M11.280 1.023 C 11.203 1.032,10.951 1.059,10.720 1.083 C 8.832 1.283,6.991 2.023,5.360 3.235 C 4.751 3.688,3.684 4.755,3.226 5.367 C 0.728 8.714,0.301 13.032,2.097 16.780 C 2.643 17.918,3.276 18.801,4.238 19.762 C 5.199 20.724,6.082 21.357,7.220 21.903 C 10.967 23.699,15.288 23.270,18.637 20.770 C 19.246 20.316,20.316 19.246,20.770 18.637 C 23.744 14.652,23.744 9.348,20.770 5.363 C 20.316 4.755,19.247 3.686,18.640 3.235 C 17.045 2.049,15.365 1.360,13.423 1.096 C 13.000 1.038,11.574 0.990,11.280 1.023 M9.642 3.410 C 8.325 5.415,7.388 7.990,7.120 10.340 C 7.095 10.560,7.066 10.798,7.055 10.870 L 7.036 11.000 5.052 11.000 L 3.069 11.000 3.094 10.761 C 3.208 9.665,3.773 8.137,4.440 7.120 C 5.573 5.393,7.229 4.110,9.160 3.463 C 9.457 3.364,9.706 3.282,9.714 3.281 C 9.722 3.281,9.689 3.339,9.642 3.410 M15.300 3.629 C 17.009 4.297,18.520 5.535,19.560 7.120 C 20.227 8.137,20.792 9.665,20.906 10.761 L 20.931 11.000 18.948 11.000 L 16.964 11.000 16.945 10.870 C 16.935 10.798,16.888 10.452,16.842 10.100 C 16.612 8.352,16.090 6.661,15.281 5.040 C 15.013 4.505,14.587 3.753,14.346 3.392 L 14.274 3.285 14.607 3.387 C 14.790 3.443,15.102 3.552,15.300 3.629 M12.268 3.913 C 13.067 4.991,13.860 6.551,14.305 7.920 C 14.579 8.761,14.836 9.955,14.903 10.691 L 14.931 11.000 12.000 11.000 L 9.069 11.000 9.097 10.691 C 9.256 8.935,9.994 6.728,10.981 5.060 C 11.380 4.385,11.960 3.555,12.010 3.586 C 12.027 3.597,12.143 3.743,12.268 3.913 M7.055 13.130 C 7.066 13.202,7.095 13.440,7.120 13.660 C 7.387 16.008,8.326 18.588,9.641 20.587 L 9.725 20.715 9.392 20.614 C 7.358 19.993,5.625 18.686,4.440 16.880 C 3.773 15.863,3.208 14.335,3.094 13.239 L 3.069 13.000 5.052 13.000 L 7.036 13.000 7.055 13.130 M14.903 13.309 C 14.811 14.324,14.454 15.770,14.021 16.880 C 13.568 18.039,12.626 19.712,12.066 20.349 L 11.988 20.438 11.753 20.117 C 10.889 18.938,10.153 17.494,9.694 16.080 C 9.421 15.235,9.164 14.043,9.097 13.309 L 9.069 13.000 12.000 13.000 L 14.931 13.000 14.903 13.309 M20.906 13.239 C 20.825 14.017,20.498 15.087,20.082 15.940 C 18.982 18.194,16.995 19.890,14.607 20.614 L 14.274 20.715 14.346 20.608 C 14.583 20.252,15.008 19.503,15.278 18.964 C 16.089 17.343,16.611 15.651,16.842 13.900 C 16.888 13.548,16.935 13.202,16.945 13.130 L 16.964 13.000 18.948 13.000 L 20.931 13.000 20.906 13.239 " ></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11.280 1.023 C 11.203 1.032,10.951 1.059,10.720 1.083 C 8.832 1.283,6.991 2.023,5.360 3.235 C 4.751 3.688,3.684 4.755,3.226 5.367 C 0.728 8.714,0.301 13.032,2.097 16.780 C 2.643 17.918,3.276 18.801,4.238 19.762 C 5.199 20.724,6.082 21.357,7.220 21.903 C 10.967 23.699,15.288 23.270,18.637 20.770 C 19.246 20.316,20.316 19.246,20.770 18.637 C 23.744 14.652,23.744 9.348,20.770 5.363 C 20.316 4.755,19.247 3.686,18.640 3.235 C 17.045 2.049,15.365 1.360,13.423 1.096 C 13.000 1.038,11.574 0.990,11.280 1.023 M9.642 3.410 C 8.325 5.415,7.388 7.990,7.120 10.340 C 7.095 10.560,7.066 10.798,7.055 10.870 L 7.036 11.000 5.052 11.000 L 3.069 11.000 3.094 10.761 C 3.208 9.665,3.773 8.137,4.440 7.120 C 5.573 5.393,7.229 4.110,9.160 3.463 C 9.457 3.364,9.706 3.282,9.714 3.281 C 9.722 3.281,9.689 3.339,9.642 3.410 M15.300 3.629 C 17.009 4.297,18.520 5.535,19.560 7.120 C 20.227 8.137,20.792 9.665,20.906 10.761 L 20.931 11.000 18.948 11.000 L 16.964 11.000 16.945 10.870 C 16.935 10.798,16.888 10.452,16.842 10.100 C 16.612 8.352,16.090 6.661,15.281 5.040 C 15.013 4.505,14.587 3.753,14.346 3.392 L 14.274 3.285 14.607 3.387 C 14.790 3.443,15.102 3.552,15.300 3.629 M12.268 3.913 C 13.067 4.991,13.860 6.551,14.305 7.920 C 14.579 8.761,14.836 9.955,14.903 10.691 L 14.931 11.000 12.000 11.000 L 9.069 11.000 9.097 10.691 C 9.256 8.935,9.994 6.728,10.981 5.060 C 11.380 4.385,11.960 3.555,12.010 3.586 C 12.027 3.597,12.143 3.743,12.268 3.913 M7.055 13.130 C 7.066 13.202,7.095 13.440,7.120 13.660 C 7.387 16.008,8.326 18.588,9.641 20.587 L 9.725 20.715 9.392 20.614 C 7.358 19.993,5.625 18.686,4.440 16.880 C 3.773 15.863,3.208 14.335,3.094 13.239 L 3.069 13.000 5.052 13.000 L 7.036 13.000 7.055 13.130 M14.903 13.309 C 14.811 14.324,14.454 15.770,14.021 16.880 C 13.568 18.039,12.626 19.712,12.066 20.349 L 11.988 20.438 11.753 20.117 C 10.889 18.938,10.153 17.494,9.694 16.080 C 9.421 15.235,9.164 14.043,9.097 13.309 L 9.069 13.000 12.000 13.000 L 14.931 13.000 14.903 13.309 M20.906 13.239 C 20.825 14.017,20.498 15.087,20.082 15.940 C 18.982 18.194,16.995 19.890,14.607 20.614 L 14.274 20.715 14.346 20.608 C 14.583 20.252,15.008 19.503,15.278 18.964 C 16.089 17.343,16.611 15.651,16.842 13.900 C 16.888 13.548,16.935 13.202,16.945 13.130 L 16.964 13.000 18.948 13.000 L 20.931 13.000 20.906 13.239 " ></path></svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-grip-vertical"><path d="M5.642 1.963c-.34.082-.722.382-.89.697-.22.416-.22.931.001 1.347.105.197.376.469.573.573.417.222.931.222 1.348 0 .197-.104.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.144m4 0c-.34.082-.722.382-.89.697-.22.416-.22.931.001 1.347.105.197.376.469.573.573.417.222.931.222 1.348 0 .197-.104.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.144m-3.575 1.37c0 .049-.016.069-.06.076-.066.009-.103-.048-.077-.118.01-.025.04-.038.077-.033.044.006.06.026.06.075m4 0c0 .049-.016.069-.06.076-.066.009-.103-.048-.077-.118.01-.025.04-.038.077-.033.044.006.06.026.06.075M5.642 6.629c-.34.082-.722.382-.89.698-.22.416-.22.931.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.145m4 0c-.34.082-.722.382-.89.698-.22.416-.22.931.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.145M6.067 8c0 .049-.016.069-.06.075-.037.005-.067-.008-.077-.033-.026-.069.011-.127.077-.117.044.006.06.026.06.075m4 0c0 .049-.016.069-.06.075-.066.01-.103-.048-.077-.117.01-.025.04-.038.077-.033.044.006.06.026.06.075m-4.425 3.296c-.34.082-.722.382-.89.698-.22.415-.22.93.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.417.221-.932.001-1.347a1.674 1.674 0 0 0-.543-.553c-.288-.174-.709-.231-1.063-.145m4 0c-.34.082-.722.382-.89.698-.22.415-.22.93.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.417.221-.932.001-1.347a1.674 1.674 0 0 0-.543-.553c-.288-.174-.709-.231-1.063-.145m-3.575 1.371c0 .049-.016.069-.06.075-.066.009-.103-.048-.077-.117.01-.025.04-.039.077-.034.044.007.06.027.06.076m4 0c0 .049-.016.069-.06.075-.037.005-.067-.008-.077-.033-.026-.07.011-.127.077-.118.044.007.06.027.06.076" /></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"><path d="M5.642 1.963c-.34.082-.722.382-.89.697-.22.416-.22.931.001 1.347.105.197.376.469.573.573.417.222.931.222 1.348 0 .197-.104.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.144m4 0c-.34.082-.722.382-.89.697-.22.416-.22.931.001 1.347.105.197.376.469.573.573.417.222.931.222 1.348 0 .197-.104.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.144m-3.575 1.37c0 .049-.016.069-.06.076-.066.009-.103-.048-.077-.118.01-.025.04-.038.077-.033.044.006.06.026.06.075m4 0c0 .049-.016.069-.06.076-.066.009-.103-.048-.077-.118.01-.025.04-.038.077-.033.044.006.06.026.06.075M5.642 6.629c-.34.082-.722.382-.89.698-.22.416-.22.931.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.145m4 0c-.34.082-.722.382-.89.698-.22.416-.22.931.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.416.221-.931.001-1.347a1.684 1.684 0 0 0-.543-.553c-.288-.173-.709-.23-1.063-.145M6.067 8c0 .049-.016.069-.06.075-.037.005-.067-.008-.077-.033-.026-.069.011-.127.077-.117.044.006.06.026.06.075m4 0c0 .049-.016.069-.06.075-.066.01-.103-.048-.077-.117.01-.025.04-.038.077-.033.044.006.06.026.06.075m-4.425 3.296c-.34.082-.722.382-.89.698-.22.415-.22.93.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.417.221-.932.001-1.347a1.674 1.674 0 0 0-.543-.553c-.288-.174-.709-.231-1.063-.145m4 0c-.34.082-.722.382-.89.698-.22.415-.22.93.001 1.347.105.197.376.468.573.573.417.221.931.221 1.348 0 .197-.105.468-.376.573-.573.221-.417.221-.932.001-1.347a1.674 1.674 0 0 0-.543-.553c-.288-.174-.709-.231-1.063-.145m-3.575 1.371c0 .049-.016.069-.06.075-.066.009-.103-.048-.077-.117.01-.025.04-.039.077-.034.044.007.06.027.06.076m4 0c0 .049-.016.069-.06.075-.037.005-.067-.008-.077-.033-.026-.07.011-.127.077-.118.044.007.06.027.06.076" /></svg>
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle"><path d="M11.280 1.023 C 11.203 1.032,10.951 1.059,10.720 1.083 C 8.832 1.283,6.991 2.023,5.360 3.235 C 4.751 3.688,3.684 4.755,3.226 5.367 C 0.728 8.714,0.301 13.032,2.097 16.780 C 2.643 17.918,3.276 18.801,4.238 19.762 C 5.199 20.724,6.082 21.357,7.220 21.903 C 10.967 23.699,15.288 23.270,18.637 20.770 C 19.246 20.316,20.316 19.246,20.770 18.637 C 23.744 14.652,23.744 9.348,20.770 5.363 C 20.316 4.755,19.247 3.686,18.640 3.235 C 17.045 2.049,15.365 1.360,13.423 1.096 C 13.000 1.038,11.574 0.990,11.280 1.023 M13.320 3.101 C 15.883 3.488,18.124 4.931,19.560 7.120 C 19.863 7.583,20.303 8.479,20.492 9.020 C 20.838 10.013,20.977 10.865,20.977 12.000 C 20.977 13.493,20.720 14.621,20.080 15.940 C 19.375 17.394,18.311 18.607,16.927 19.532 C 16.138 20.060,14.876 20.588,13.908 20.797 C 11.266 21.366,8.479 20.708,6.370 19.019 C 4.857 17.807,3.722 16.029,3.267 14.160 C 3.081 13.397,3.023 12.888,3.023 12.000 C 3.023 10.507,3.280 9.379,3.920 8.060 C 4.971 5.891,6.877 4.221,9.160 3.466 C 9.865 3.233,10.432 3.118,11.340 3.024 C 11.662 2.991,12.911 3.039,13.320 3.101 M9.695 7.057 C 9.466 7.129,9.256 7.299,9.128 7.516 L 9.020 7.700 9.009 11.918 C 8.997 16.669,8.980 16.382,9.298 16.700 C 9.565 16.967,9.983 17.068,10.320 16.946 C 10.549 16.863,16.700 12.741,16.796 12.606 C 17.058 12.237,17.058 11.763,16.797 11.395 C 16.694 11.252,10.548 7.140,10.310 7.057 C 10.116 6.988,9.915 6.988,9.695 7.057 M12.690 10.994 C 13.498 11.532,14.160 11.985,14.160 12.000 C 14.160 12.020,11.981 13.490,11.110 14.058 L 11.000 14.129 11.000 12.000 L 11.000 9.871 11.110 9.942 C 11.171 9.982,11.882 10.455,12.690 10.994 " ></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11.280 1.023 C 11.203 1.032,10.951 1.059,10.720 1.083 C 8.832 1.283,6.991 2.023,5.360 3.235 C 4.751 3.688,3.684 4.755,3.226 5.367 C 0.728 8.714,0.301 13.032,2.097 16.780 C 2.643 17.918,3.276 18.801,4.238 19.762 C 5.199 20.724,6.082 21.357,7.220 21.903 C 10.967 23.699,15.288 23.270,18.637 20.770 C 19.246 20.316,20.316 19.246,20.770 18.637 C 23.744 14.652,23.744 9.348,20.770 5.363 C 20.316 4.755,19.247 3.686,18.640 3.235 C 17.045 2.049,15.365 1.360,13.423 1.096 C 13.000 1.038,11.574 0.990,11.280 1.023 M13.320 3.101 C 15.883 3.488,18.124 4.931,19.560 7.120 C 19.863 7.583,20.303 8.479,20.492 9.020 C 20.838 10.013,20.977 10.865,20.977 12.000 C 20.977 13.493,20.720 14.621,20.080 15.940 C 19.375 17.394,18.311 18.607,16.927 19.532 C 16.138 20.060,14.876 20.588,13.908 20.797 C 11.266 21.366,8.479 20.708,6.370 19.019 C 4.857 17.807,3.722 16.029,3.267 14.160 C 3.081 13.397,3.023 12.888,3.023 12.000 C 3.023 10.507,3.280 9.379,3.920 8.060 C 4.971 5.891,6.877 4.221,9.160 3.466 C 9.865 3.233,10.432 3.118,11.340 3.024 C 11.662 2.991,12.911 3.039,13.320 3.101 M9.695 7.057 C 9.466 7.129,9.256 7.299,9.128 7.516 L 9.020 7.700 9.009 11.918 C 8.997 16.669,8.980 16.382,9.298 16.700 C 9.565 16.967,9.983 17.068,10.320 16.946 C 10.549 16.863,16.700 12.741,16.796 12.606 C 17.058 12.237,17.058 11.763,16.797 11.395 C 16.694 11.252,10.548 7.140,10.310 7.057 C 10.116 6.988,9.915 6.988,9.695 7.057 M12.690 10.994 C 13.498 11.532,14.160 11.985,14.160 12.000 C 14.160 12.020,11.981 13.490,11.110 14.058 L 11.000 14.129 11.000 12.000 L 11.000 9.871 11.110 9.942 C 11.171 9.982,11.882 10.455,12.690 10.994 " ></path></svg>
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1 +1 @@
|
||||
<svg class='icon' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'><path d='M10.28 13.81c.52 0 .72-.36.72-.89 0-.88.3-1.35 1.37-1.98 1.07-.65 1.75-1.55 1.75-2.87 0-1.8-1.47-3.07-3.56-3.07-1.61 0-2.85.7-3.34 1.89-.15.33-.22.61-.22.97 0 .44.24.7.66.7.38 0 .57-.17.7-.68.29-1 1.03-1.57 2.14-1.57 1.24 0 2.06.74 2.06 1.83 0 .86-.38 1.4-1.35 2-1.15.7-1.68 1.44-1.68 2.57v.24c0 .48.23.86.75.86Zm-.01 3.49c.54 0 .96-.42.96-.96a.94.94 0 0 0-.96-.96.94.94 0 0 0-.96.96c0 .54.42.96.96.96Z'></path></svg>
|
||||
<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'><path d='M10.28 13.81c.52 0 .72-.36.72-.89 0-.88.3-1.35 1.37-1.98 1.07-.65 1.75-1.55 1.75-2.87 0-1.8-1.47-3.07-3.56-3.07-1.61 0-2.85.7-3.34 1.89-.15.33-.22.61-.22.97 0 .44.24.7.66.7.38 0 .57-.17.7-.68.29-1 1.03-1.57 2.14-1.57 1.24 0 2.06.74 2.06 1.83 0 .86-.38 1.4-1.35 2-1.15.7-1.68 1.44-1.68 2.57v.24c0 .48.23.86.75.86Zm-.01 3.49c.54 0 .96-.42.96-.96a.94.94 0 0 0-.96-.96.94.94 0 0 0-.96.96c0 .54.42.96.96.96Z'></path></svg>
|
||||
|
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 509 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle"><path d="M11.280 1.023 C 11.203 1.032,10.951 1.059,10.720 1.083 C 8.832 1.283,6.991 2.023,5.360 3.235 C 4.751 3.688,3.684 4.755,3.226 5.367 C 0.728 8.714,0.301 13.032,2.097 16.780 C 2.643 17.918,3.276 18.801,4.238 19.762 C 5.199 20.724,6.082 21.357,7.220 21.903 C 10.967 23.699,15.288 23.270,18.637 20.770 C 19.246 20.316,20.316 19.246,20.770 18.637 C 23.744 14.652,23.744 9.348,20.770 5.363 C 20.316 4.755,19.247 3.686,18.640 3.235 C 17.045 2.049,15.365 1.360,13.423 1.096 C 13.000 1.038,11.574 0.990,11.280 1.023 M13.320 3.101 C 15.883 3.488,18.124 4.931,19.560 7.120 C 19.863 7.583,20.303 8.479,20.492 9.020 C 20.838 10.013,20.977 10.865,20.977 12.000 C 20.977 13.493,20.720 14.621,20.080 15.940 C 19.375 17.394,18.311 18.607,16.927 19.532 C 16.138 20.060,14.876 20.588,13.908 20.797 C 11.266 21.366,8.479 20.708,6.370 19.019 C 4.857 17.807,3.722 16.029,3.267 14.160 C 3.081 13.397,3.023 12.888,3.023 12.000 C 3.023 10.507,3.280 9.379,3.920 8.060 C 4.971 5.891,6.877 4.221,9.160 3.466 C 9.865 3.233,10.432 3.118,11.340 3.024 C 11.662 2.991,12.911 3.039,13.320 3.101 M8.670 8.061 C 8.448 8.142,8.250 8.309,8.128 8.516 C 8.036 8.672,8.020 8.745,8.021 9.000 C 8.021 9.213,8.043 9.341,8.095 9.440 C 8.136 9.517,8.711 10.125,9.374 10.790 L 10.578 12.000 9.374 13.210 C 8.711 13.876,8.138 14.481,8.101 14.555 C 7.872 15.009,8.056 15.601,8.508 15.867 C 8.673 15.964,8.742 15.980,9.000 15.979 C 9.213 15.979,9.341 15.957,9.440 15.905 C 9.517 15.864,10.125 15.289,10.790 14.626 L 12.000 13.422 13.210 14.626 C 13.876 15.289,14.481 15.862,14.555 15.899 C 15.009 16.128,15.601 15.944,15.867 15.492 C 15.964 15.327,15.980 15.258,15.979 15.000 C 15.979 14.787,15.957 14.659,15.905 14.560 C 15.864 14.483,15.289 13.876,14.626 13.210 L 13.422 12.000 14.626 10.790 C 15.289 10.125,15.864 9.517,15.905 9.440 C 15.957 9.341,15.979 9.213,15.979 9.000 C 15.980 8.745,15.964 8.672,15.872 8.516 C 15.618 8.084,15.137 7.905,14.657 8.066 C 14.484 8.124,14.312 8.279,13.230 9.354 L 12.000 10.576 10.770 9.354 C 9.688 8.279,9.516 8.124,9.343 8.066 C 9.108 7.987,8.875 7.985,8.670 8.061 " ></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11.280 1.023 C 11.203 1.032,10.951 1.059,10.720 1.083 C 8.832 1.283,6.991 2.023,5.360 3.235 C 4.751 3.688,3.684 4.755,3.226 5.367 C 0.728 8.714,0.301 13.032,2.097 16.780 C 2.643 17.918,3.276 18.801,4.238 19.762 C 5.199 20.724,6.082 21.357,7.220 21.903 C 10.967 23.699,15.288 23.270,18.637 20.770 C 19.246 20.316,20.316 19.246,20.770 18.637 C 23.744 14.652,23.744 9.348,20.770 5.363 C 20.316 4.755,19.247 3.686,18.640 3.235 C 17.045 2.049,15.365 1.360,13.423 1.096 C 13.000 1.038,11.574 0.990,11.280 1.023 M13.320 3.101 C 15.883 3.488,18.124 4.931,19.560 7.120 C 19.863 7.583,20.303 8.479,20.492 9.020 C 20.838 10.013,20.977 10.865,20.977 12.000 C 20.977 13.493,20.720 14.621,20.080 15.940 C 19.375 17.394,18.311 18.607,16.927 19.532 C 16.138 20.060,14.876 20.588,13.908 20.797 C 11.266 21.366,8.479 20.708,6.370 19.019 C 4.857 17.807,3.722 16.029,3.267 14.160 C 3.081 13.397,3.023 12.888,3.023 12.000 C 3.023 10.507,3.280 9.379,3.920 8.060 C 4.971 5.891,6.877 4.221,9.160 3.466 C 9.865 3.233,10.432 3.118,11.340 3.024 C 11.662 2.991,12.911 3.039,13.320 3.101 M8.670 8.061 C 8.448 8.142,8.250 8.309,8.128 8.516 C 8.036 8.672,8.020 8.745,8.021 9.000 C 8.021 9.213,8.043 9.341,8.095 9.440 C 8.136 9.517,8.711 10.125,9.374 10.790 L 10.578 12.000 9.374 13.210 C 8.711 13.876,8.138 14.481,8.101 14.555 C 7.872 15.009,8.056 15.601,8.508 15.867 C 8.673 15.964,8.742 15.980,9.000 15.979 C 9.213 15.979,9.341 15.957,9.440 15.905 C 9.517 15.864,10.125 15.289,10.790 14.626 L 12.000 13.422 13.210 14.626 C 13.876 15.289,14.481 15.862,14.555 15.899 C 15.009 16.128,15.601 15.944,15.867 15.492 C 15.964 15.327,15.980 15.258,15.979 15.000 C 15.979 14.787,15.957 14.659,15.905 14.560 C 15.864 14.483,15.289 13.876,14.626 13.210 L 13.422 12.000 14.626 10.790 C 15.289 10.125,15.864 9.517,15.905 9.440 C 15.957 9.341,15.979 9.213,15.979 9.000 C 15.980 8.745,15.964 8.672,15.872 8.516 C 15.618 8.084,15.137 7.905,14.657 8.066 C 14.484 8.124,14.312 8.279,13.230 9.354 L 12.000 10.576 10.770 9.354 C 9.688 8.279,9.516 8.124,9.343 8.066 C 9.108 7.987,8.875 7.985,8.670 8.061 " ></path></svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |