@towsila/icons 1.0.1 → 1.0.2
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/package.json
CHANGED
package/src/icons/light_mode.tsx
CHANGED
|
@@ -7,7 +7,7 @@ interface Props extends SvgProps {
|
|
|
7
7
|
export default function LightMode({ width = 24, height = 24, color = "white", ...props }: Props){
|
|
8
8
|
return (
|
|
9
9
|
<Svg width={width} height={height} viewBox="0 0 24 24" fill="none" {...props}>
|
|
10
|
-
<G
|
|
10
|
+
<G clipPath="url(#clip0_1714_15036)">
|
|
11
11
|
<Path d="M12 16C11.5804 15.9335 11.183 15.8049 10.8222 15.6245C9.36153 14.9033 8.5962 13.3604 8.75 12C8.89656 10.2723 10.4192 8.96925 12 9C13.5808 8.96925 15.1034 10.2723 15.25 12C15.4038 13.3604 14.6385 14.9033 13.1778 15.6245C12.817 15.8049 12.4196 15.9335 12 16C12.4194 16.0668 12.859 16.0646 13.2952 15.9859C15.0557 15.7028 16.6461 14.0176 16.75 12C17.0002 9.46645 14.6805 6.92713 12 7C12 7 12 7 12 7C9.31946 6.92713 6.99983 9.46645 7.25 12C7.35389 14.0176 8.94429 15.7028 10.7048 15.9859C11.141 16.0646 11.5806 16.0668 12 16ZM12 16" fill={color}/>
|
|
12
12
|
<Path d="M12 20V21" stroke={color} strokeWidth="2" strokeLinecap="round"/>
|
|
13
13
|
<Path d="M12 3V4" stroke={color} strokeWidth="2" strokeLinecap="round"/>
|
|
@@ -11,7 +11,7 @@ export default function Profile({
|
|
|
11
11
|
}: IconType) {
|
|
12
12
|
return (
|
|
13
13
|
<Svg width={width} height={height} viewBox="0 0 24 24" fill="none">
|
|
14
|
-
<G
|
|
14
|
+
<G clipPath="url(#clip0_1714_15011)">
|
|
15
15
|
<Path d="M5 18C5 15.7909 6.79086 14 9 14H15C17.2091 14 19 15.7909 19 18C19 19.1046 18.1046 20 17 20H7C5.89543 20 5 19.1046 5 18Z"
|
|
16
16
|
fill={fillColor}/>
|
|
17
17
|
<Path d="M9 14C9.58084 14.0667 10.1617 14.13 10.7425 14.19C12.1617 14.3366 13.5808 14.4633 15 14.5701C16.8308 14.7003 18.2 16.3708 18.0871 18C18.0627 18.5789 17.5354 19.0413 17 19.0132C16.3333 19.0044 15.6667 19 15 19C12.3333 19 9.66667 19.0703 7 19.2108C6.36249 19.2859 5.65648 18.754 5.59116 18C5.46379 16.7079 6.13873 15.2938 7.39201 14.5449C7.8676 14.2564 8.41864 14.0661 9 14C8.41916 13.9326 7.80839 13.997 7.23144 14.2005C5.71722 14.7116 4.50033 16.2472 4.40884 18C4.29171 19.3767 5.50686 20.7659 7 20.7892C9.66667 20.9297 12.3333 21 15 21C15.6667 21 16.3333 20.9956 17 20.9868C18.5952 21.0105 19.9891 19.5518 19.9129 18C19.9036 15.3679 17.4305 13.1961 15 13.4299C13.5808 13.5367 12.1617 13.6634 10.7425 13.81C10.1617 13.87 9.58084 13.9333 9 14ZM9 14"
|