@towsila/icons 1.4.0 → 1.5.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.
- package/package.json +1 -1
- package/src/icons/building.tsx +2 -2
- package/src/icons/cache-filled.tsx +24 -0
- package/src/index.ts +4 -1
package/package.json
CHANGED
package/src/icons/building.tsx
CHANGED
|
@@ -4,9 +4,9 @@ interface Props extends SvgProps {
|
|
|
4
4
|
color?: string;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
export default function
|
|
7
|
+
export default function Building({ width = 19, height = 29, color = "#000000", ...props }: Props){
|
|
8
8
|
return (
|
|
9
|
-
<Svg width={width} height={height} viewBox="0 0
|
|
9
|
+
<Svg width={width} height={height} viewBox="0 0 19 29" fill="none" {...props}>
|
|
10
10
|
<Mask id="path-1-inside-1_2167_12404" fill="white">
|
|
11
11
|
<Path d="M5.18198 5.18175C5.76777 4.59597 5.76777 3.64622 5.18198 3.06043C4.59619 2.47465 3.64645 2.47465 3.06066 3.06043C2.47487 3.64622 2.47487 4.59597 3.06066 5.18175C3.64645 5.76754 4.59619 5.76754 5.18198 5.18175Z"/>
|
|
12
12
|
</Mask>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import Svg, { Mask, Path, SvgProps } from "react-native-svg";
|
|
2
|
+
import React from "react";
|
|
3
|
+
interface Props extends SvgProps {
|
|
4
|
+
fillColor?: string;
|
|
5
|
+
borderColor?:string;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export default function CacheFilled({ width = 18, height = 10, fillColor = "white", borderColor="black", ...props }: Props){
|
|
9
|
+
return (
|
|
10
|
+
<Svg width={width} height={height} viewBox="0 0 18 10" fill="none" {...props}>
|
|
11
|
+
<Mask id="path-1-inside-1_2171_12419" fill="white">
|
|
12
|
+
<Path d="M18 9C18 9.55228 17.5523 10 17 10H1C0.447716 10 0 9.55228 0 9V1C0 0.447716 0.447715 0 1 0H17C17.5523 0 18 0.447715 18 1V9Z"/>
|
|
13
|
+
</Mask>
|
|
14
|
+
<Path d="M18 9C18 9.55228 17.5523 10 17 10H1C0.447716 10 0 9.55228 0 9V1C0 0.447716 0.447715 0 1 0H17C17.5523 0 18 0.447715 18 1V9Z" fill={fillColor}/>
|
|
15
|
+
<Path d="M17 10C16.0953 9.94667 15.1906 9.896 14.2858 9.848C9.85722 9.61304 5.42861 9.44198 1 9.33481C0.821508 9.3262 0.684076 9.15772 0.700523 9C0.755957 6.33333 0.788221 3.66667 0.797319 1C0.795702 0.892913 0.894489 0.796482 1 0.8C6.33333 0.8 11.6667 0.707331 17 0.521994C17.2524 0.495556 17.5211 0.71392 17.5353 1C17.6225 3.28556 17.7267 5.57113 17.848 7.85669C17.8682 8.23779 17.8889 8.6189 17.9101 9C17.9533 9.48213 17.535 9.97947 17 10C17.5303 10.0464 18.0726 9.58319 18.0899 9C18.1111 8.6189 18.1318 8.23779 18.152 7.85669C18.2733 5.57113 18.3775 3.28556 18.4647 1C18.5048 0.220757 17.8129 -0.521459 17 -0.521994C11.6667 -0.707331 6.33333 -0.8 1 -0.8C1 -0.8 1 -0.8 1 -0.8C0.0401897 -0.822385 -0.821606 0.0417643 -0.797319 1C-0.788221 3.66667 -0.755957 6.33333 -0.700523 9C-0.709978 9.9076 0.113171 10.6997 1 10.6652C5.42861 10.558 9.85722 10.387 14.2858 10.152C15.1906 10.104 16.0953 10.0533 17 10ZM17 10" fill={borderColor} mask="url(#path-1-inside-1_2171_12419)"/>
|
|
16
|
+
<Path d="M12.1254 5.12472C12.0722 5.45254 11.9705 5.76264 11.8287 6.04379C11.2611 7.18212 10.0571 7.77232 9.00043 7.64972C7.65819 7.53152 6.6518 6.34937 6.67543 5.12472C6.6518 3.90007 7.65819 2.71794 9.00043 2.59972C10.0571 2.47715 11.2611 3.06733 11.8287 4.20565C11.9705 4.4868 12.0722 4.7969 12.1254 5.12472C12.1789 4.79706 12.1783 4.45322 12.1178 4.11176C11.9007 2.73353 10.5828 1.4833 9.00043 1.39972C7.01354 1.20055 5.0181 3.02024 5.07542 5.12472C5.0181 7.22922 7.01354 9.04892 9.00043 8.84972C10.5828 8.76612 11.9007 7.51592 12.1178 6.13768C12.1783 5.79622 12.1789 5.45238 12.1254 5.12472Z" fill={borderColor}/>
|
|
17
|
+
<Path d="M14.9032 0C14.9251 0.08274 14.9497 0.16052 14.9764 0.23706C15.2235 0.92272 15.6097 1.34806 16.026 1.7029C16.45 2.04853 16.937 2.35012 17.6574 2.46926C17.7008 2.47624 17.7453 2.48237 17.7909 2.48753C17.8286 2.49169 17.8664 2.49618 17.9043 2.50098C17.8747 2.52508 17.8449 2.54884 17.8151 2.57228C17.7776 2.60117 17.7391 2.62859 17.6997 2.6545C17.0516 3.09897 16.0348 3.03201 15.3857 2.47109C14.7178 1.9339 14.4664 0.94686 14.7866 0.22879C14.8201 0.1485 14.8591 0.07332 14.9032 0Z" fill={borderColor}/>
|
|
18
|
+
<Path d="M14.9032 9.81864C14.9251 9.73594 14.9497 9.65814 14.9764 9.58164C15.2235 8.89594 15.6097 8.47064 16.026 8.11574C16.45 7.77014 16.937 7.46854 17.6574 7.34944C17.7008 7.34244 17.7453 7.33634 17.7909 7.33114C17.8286 7.32704 17.8664 7.32254 17.9043 7.31774C17.8747 7.29364 17.8449 7.26984 17.8151 7.24644C17.7776 7.21754 17.7391 7.19014 17.6997 7.16424C17.0516 6.71972 16.0348 6.78668 15.3857 7.34764C14.7178 7.88474 14.4664 8.87184 14.7866 9.58994C14.8201 9.67014 14.8591 9.74534 14.9032 9.81864Z" fill={borderColor}/>
|
|
19
|
+
<Path d="M3.0499 0C3.02804 0.08274 3.00341 0.16052 2.97674 0.23706C2.72965 0.92272 2.34342 1.34806 1.92719 1.7029C1.50319 2.04853 1.01612 2.35012 0.295758 2.46926C0.252318 2.47624 0.207808 2.48237 0.162218 2.48753C0.124518 2.49169 0.0867181 2.49618 0.0488281 2.50098C0.0784681 2.52508 0.108198 2.54884 0.138018 2.57228C0.175528 2.60117 0.214048 2.62859 0.253478 2.6545C0.901538 3.09897 1.91837 3.03201 2.56742 2.47109C3.23538 1.9339 3.48673 0.94686 3.16656 0.22879C3.13301 0.1485 3.09404 0.07332 3.0499 0Z" fill={borderColor}/>
|
|
20
|
+
<Path d="M3.0499 9.81864C3.02804 9.73594 3.00341 9.65814 2.97674 9.58164C2.72965 8.89594 2.34342 8.47064 1.92719 8.11574C1.50319 7.77014 1.01612 7.46854 0.295758 7.34944C0.252318 7.34244 0.207808 7.33634 0.162218 7.33114C0.124518 7.32704 0.0867181 7.32254 0.0488281 7.31774C0.0784681 7.29364 0.108198 7.26984 0.138018 7.24644C0.175528 7.21754 0.214048 7.19014 0.253478 7.16424C0.901538 6.71972 1.91837 6.78668 2.56742 7.34764C3.23538 7.88474 3.48673 8.87184 3.16656 9.58994C3.13301 9.67014 3.09404 9.74534 3.0499 9.81864Z" fill={borderColor}/>
|
|
21
|
+
</Svg>
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
|
package/src/index.ts
CHANGED
|
@@ -26,4 +26,7 @@ export {IconType} from "./types/iconType";
|
|
|
26
26
|
export {default as Picker} from "./icons/picker";
|
|
27
27
|
export {default as Location} from "./icons/location";
|
|
28
28
|
export {default as Pin} from "./icons/pin";
|
|
29
|
-
export {default as Build} from "./icons/build";
|
|
29
|
+
export {default as Build} from "./icons/build";
|
|
30
|
+
export {default as Building} from "./icons/building";
|
|
31
|
+
export {default as Cache} from "./icons/cache";
|
|
32
|
+
export {default as CacheFilled} from "./icons/cache-filled";
|