-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
369 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
assets/android/res/drawable/ic_compound_presence_outline_8_x_8.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="8dp" | ||
android:height="8dp" | ||
android:viewportWidth="8" | ||
android:viewportHeight="8"> | ||
<group> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:fillType="evenOdd" | ||
android:pathData="M4 6.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/> | ||
</group> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
assets/android/res/drawable/ic_compound_presence_solid_8_x_8.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="8dp" | ||
android:height="8dp" | ||
android:viewportWidth="8" | ||
android:viewportHeight="8"> | ||
<group> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/> | ||
</group> | ||
</vector> |
12 changes: 12 additions & 0 deletions
12
assets/android/res/drawable/ic_compound_presence_strikethrough_8_x_8.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="8dp" | ||
android:height="8dp" | ||
android:viewportWidth="8" | ||
android:viewportHeight="8"> | ||
<group> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:fillType="evenOdd" | ||
android:pathData="M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM5.43 6.05a2.5 2.5 0 0 1-3.74-3l3.75 3Zm0.92-1.2L2.65 1.9a2.5 2.5 0 0 1 3.7 2.96Z"/> | ||
</group> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
assets/ios/swift/Icons.xcassets/presenceOutline8X8.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"images":[{"filename":"presenceOutline8X8.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} |
10 changes: 10 additions & 0 deletions
10
assets/ios/swift/Icons.xcassets/presenceOutline8X8.imageset/presenceOutline8X8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
assets/ios/swift/Icons.xcassets/presenceSolid8X8.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"images":[{"filename":"presenceSolid8X8.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} |
10 changes: 10 additions & 0 deletions
10
assets/ios/swift/Icons.xcassets/presenceSolid8X8.imageset/presenceSolid8X8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
assets/ios/swift/Icons.xcassets/presenceStrikethrough8X8.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"images":[{"filename":"presenceStrikethrough8X8.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} |
10 changes: 10 additions & 0 deletions
10
...t/Icons.xcassets/presenceStrikethrough8X8.imageset/presenceStrikethrough8X8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
var _reactJsxRuntime = require("react/jsx-runtime"); | ||
var React = require("react"); | ||
function PresenceOutline8X8Icon(props, ref) { | ||
return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
width: "1em", | ||
height: "1em", | ||
fill: "currentColor", | ||
viewBox: "0 0 8 8", | ||
ref: ref, | ||
...props, | ||
children: [/*#__PURE__*/_reactJsxRuntime.jsx("g", { | ||
clipPath: "url(#a)", | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", { | ||
fillRule: "evenodd", | ||
d: "M4 6.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z", | ||
clipRule: "evenodd" | ||
}) | ||
}), /*#__PURE__*/_reactJsxRuntime.jsx("defs", { | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", { | ||
id: "a", | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", { | ||
d: "M0 0h8v8H0z" | ||
}) | ||
}) | ||
})] | ||
}); | ||
} | ||
; | ||
PresenceOutline8X8Icon.displayName = "PresenceOutline8X8Icon"; | ||
module.exports = React.forwardRef(PresenceOutline8X8Icon); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from "react"; | ||
|
||
/** | ||
* presence-outline-8x8.svg | ||
*/ | ||
declare const PresenceOutline8X8Icon: React.ForwardRefExoticComponent< | ||
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & | ||
React.RefAttributes<SVGSVGElement> | ||
>; | ||
|
||
export default PresenceOutline8X8Icon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import { forwardRef } from "react"; | ||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
function PresenceOutline8X8Icon(props, ref) { | ||
return /*#__PURE__*/_jsxs("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
width: "1em", | ||
height: "1em", | ||
fill: "currentColor", | ||
viewBox: "0 0 8 8", | ||
ref: ref, | ||
...props, | ||
children: [/*#__PURE__*/_jsx("g", { | ||
clipPath: "url(#a)", | ||
children: /*#__PURE__*/_jsx("path", { | ||
fillRule: "evenodd", | ||
d: "M4 6.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z", | ||
clipRule: "evenodd" | ||
}) | ||
}), /*#__PURE__*/_jsx("defs", { | ||
children: /*#__PURE__*/_jsx("clipPath", { | ||
id: "a", | ||
children: /*#__PURE__*/_jsx("path", { | ||
d: "M0 0h8v8H0z" | ||
}) | ||
}) | ||
})] | ||
}); | ||
} | ||
; | ||
PresenceOutline8X8Icon.displayName = "PresenceOutline8X8Icon"; | ||
export default forwardRef(PresenceOutline8X8Icon); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
var _reactJsxRuntime = require("react/jsx-runtime"); | ||
var React = require("react"); | ||
function PresenceSolid8X8Icon(props, ref) { | ||
return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
width: "1em", | ||
height: "1em", | ||
fill: "currentColor", | ||
viewBox: "0 0 8 8", | ||
ref: ref, | ||
...props, | ||
children: [/*#__PURE__*/_reactJsxRuntime.jsx("g", { | ||
clipPath: "url(#a)", | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", { | ||
d: "M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" | ||
}) | ||
}), /*#__PURE__*/_reactJsxRuntime.jsx("defs", { | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", { | ||
id: "a", | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", { | ||
d: "M0 0h8v8H0z" | ||
}) | ||
}) | ||
})] | ||
}); | ||
} | ||
; | ||
PresenceSolid8X8Icon.displayName = "PresenceSolid8X8Icon"; | ||
module.exports = React.forwardRef(PresenceSolid8X8Icon); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from "react"; | ||
|
||
/** | ||
* presence-solid-8x8.svg | ||
*/ | ||
declare const PresenceSolid8X8Icon: React.ForwardRefExoticComponent< | ||
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & | ||
React.RefAttributes<SVGSVGElement> | ||
>; | ||
|
||
export default PresenceSolid8X8Icon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import { forwardRef } from "react"; | ||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
function PresenceSolid8X8Icon(props, ref) { | ||
return /*#__PURE__*/_jsxs("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
width: "1em", | ||
height: "1em", | ||
fill: "currentColor", | ||
viewBox: "0 0 8 8", | ||
ref: ref, | ||
...props, | ||
children: [/*#__PURE__*/_jsx("g", { | ||
clipPath: "url(#a)", | ||
children: /*#__PURE__*/_jsx("path", { | ||
d: "M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" | ||
}) | ||
}), /*#__PURE__*/_jsx("defs", { | ||
children: /*#__PURE__*/_jsx("clipPath", { | ||
id: "a", | ||
children: /*#__PURE__*/_jsx("path", { | ||
d: "M0 0h8v8H0z" | ||
}) | ||
}) | ||
})] | ||
}); | ||
} | ||
; | ||
PresenceSolid8X8Icon.displayName = "PresenceSolid8X8Icon"; | ||
export default forwardRef(PresenceSolid8X8Icon); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
var _reactJsxRuntime = require("react/jsx-runtime"); | ||
var React = require("react"); | ||
function PresenceStrikethrough8X8Icon(props, ref) { | ||
return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
width: "1em", | ||
height: "1em", | ||
fill: "currentColor", | ||
viewBox: "0 0 8 8", | ||
ref: ref, | ||
...props, | ||
children: [/*#__PURE__*/_reactJsxRuntime.jsx("g", { | ||
clipPath: "url(#a)", | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", { | ||
fillRule: "evenodd", | ||
d: "M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM5.435 6.048A2.5 2.5 0 0 1 1.687 3.05l3.748 2.998Zm.914-1.19L2.648 1.897a2.5 2.5 0 0 1 3.701 2.961Z", | ||
clipRule: "evenodd" | ||
}) | ||
}), /*#__PURE__*/_reactJsxRuntime.jsx("defs", { | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", { | ||
id: "a", | ||
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", { | ||
d: "M0 0h8v8H0z" | ||
}) | ||
}) | ||
})] | ||
}); | ||
} | ||
; | ||
PresenceStrikethrough8X8Icon.displayName = "PresenceStrikethrough8X8Icon"; | ||
module.exports = React.forwardRef(PresenceStrikethrough8X8Icon); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from "react"; | ||
|
||
/** | ||
* presence-strikethrough-8x8.svg | ||
*/ | ||
declare const PresenceStrikethrough8X8Icon: React.ForwardRefExoticComponent< | ||
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & | ||
React.RefAttributes<SVGSVGElement> | ||
>; | ||
|
||
export default PresenceStrikethrough8X8Icon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import { forwardRef } from "react"; | ||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
function PresenceStrikethrough8X8Icon(props, ref) { | ||
return /*#__PURE__*/_jsxs("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
width: "1em", | ||
height: "1em", | ||
fill: "currentColor", | ||
viewBox: "0 0 8 8", | ||
ref: ref, | ||
...props, | ||
children: [/*#__PURE__*/_jsx("g", { | ||
clipPath: "url(#a)", | ||
children: /*#__PURE__*/_jsx("path", { | ||
fillRule: "evenodd", | ||
d: "M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM5.435 6.048A2.5 2.5 0 0 1 1.687 3.05l3.748 2.998Zm.914-1.19L2.648 1.897a2.5 2.5 0 0 1 3.701 2.961Z", | ||
clipRule: "evenodd" | ||
}) | ||
}), /*#__PURE__*/_jsx("defs", { | ||
children: /*#__PURE__*/_jsx("clipPath", { | ||
id: "a", | ||
children: /*#__PURE__*/_jsx("path", { | ||
d: "M0 0h8v8H0z" | ||
}) | ||
}) | ||
})] | ||
}); | ||
} | ||
; | ||
PresenceStrikethrough8X8Icon.displayName = "PresenceStrikethrough8X8Icon"; | ||
export default forwardRef(PresenceStrikethrough8X8Icon); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.