Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reaction-solid icon. #120

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions assets/android/res/drawable/ic_compound_reaction_solid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:fillType="evenOdd"
android:pathData="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10Zm3.54-6.46a1 1 0 0 0-1.42-1.42A2.99 2.99 0 0 1 12 15a2.99 2.99 0 0 1-2.12-0.88 1 1 0 1 0-1.42 1.42A4.99 4.99 0 0 0 12 17c1.38 0 2.63-0.56 3.54-1.46ZM10 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>
</vector>
5 changes: 5 additions & 0 deletions assets/android/src/CompoundIcons.kt
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ object CompoundIcons {
@Composable fun ReactionAdd(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_reaction_add)
}
@Composable fun ReactionSolid(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_reaction_solid)
}
@Composable fun Reply(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_reply)
}
Expand Down Expand Up @@ -684,6 +687,7 @@ object CompoundIcons {
RaisedHandSolid(),
Reaction(),
ReactionAdd(),
ReactionSolid(),
Reply(),
Restart(),
Room(),
Expand Down Expand Up @@ -862,6 +866,7 @@ object CompoundIcons {
R.drawable.ic_compound_raised_hand_solid,
R.drawable.ic_compound_reaction,
R.drawable.ic_compound_reaction_add,
R.drawable.ic_compound_reaction_solid,
R.drawable.ic_compound_reply,
R.drawable.ic_compound_restart,
R.drawable.ic_compound_room,
Expand Down
1 change: 1 addition & 0 deletions assets/ios/swift/CompoundIcons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public class CompoundIcons {
public let quote = Image("quote", bundle: Bundle.module)
public let raisedHandSolid = Image("raisedHandSolid", bundle: Bundle.module)
public let reactionAdd = Image("reactionAdd", bundle: Bundle.module)
public let reactionSolid = Image("reactionSolid", bundle: Bundle.module)
public let reaction = Image("reaction", bundle: Bundle.module)
public let reply = Image("reply", bundle: Bundle.module)
public let restart = Image("restart", bundle: Bundle.module)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"images":[{"filename":"reactionSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}}
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 assets/web/icons/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module.exports = {
QuoteIcon: require("./quote.cjs"),
RaisedHandSolidIcon: require("./raised-hand-solid.cjs"),
ReactionAddIcon: require("./reaction-add.cjs"),
ReactionSolidIcon: require("./reaction-solid.cjs"),
ReactionIcon: require("./reaction.cjs"),
ReplyIcon: require("./reply.cjs"),
RestartIcon: require("./restart.cjs"),
Expand Down
1 change: 1 addition & 0 deletions assets/web/icons/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export { default as QrCodeIcon } from "./qr-code.js";
export { default as QuoteIcon } from "./quote.js";
export { default as RaisedHandSolidIcon } from "./raised-hand-solid.js";
export { default as ReactionAddIcon } from "./reaction-add.js";
export { default as ReactionSolidIcon } from "./reaction-solid.js";
export { default as ReactionIcon } from "./reaction.js";
export { default as ReplyIcon } from "./reply.js";
export { default as RestartIcon } from "./restart.js";
Expand Down
1 change: 1 addition & 0 deletions assets/web/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export { default as QrCodeIcon } from "./qr-code.js";
export { default as QuoteIcon } from "./quote.js";
export { default as RaisedHandSolidIcon } from "./raised-hand-solid.js";
export { default as ReactionAddIcon } from "./reaction-add.js";
export { default as ReactionSolidIcon } from "./reaction-solid.js";
export { default as ReactionIcon } from "./reaction.js";
export { default as ReplyIcon } from "./reply.js";
export { default as RestartIcon } from "./restart.js";
Expand Down
21 changes: 21 additions & 0 deletions assets/web/icons/reaction-solid.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function ReactionSolidIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
fillRule: "evenodd",
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3.536-6.464a1 1 0 0 0-1.415-1.415A2.988 2.988 0 0 1 12 15a2.988 2.988 0 0 1-2.121-.879 1 1 0 1 0-1.414 1.415A4.987 4.987 0 0 0 12 17c1.38 0 2.632-.56 3.536-1.464ZM10 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
clipRule: "evenodd"
})
});
}
;
ReactionSolidIcon.displayName = "ReactionSolidIcon";
module.exports = React.forwardRef(ReactionSolidIcon);
11 changes: 11 additions & 0 deletions assets/web/icons/reaction-solid.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from "react";

/**
* reaction-solid.svg
*/
declare const ReactionSolidIcon: React.ForwardRefExoticComponent<
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
React.RefAttributes<SVGSVGElement>
>;

export default ReactionSolidIcon;
21 changes: 21 additions & 0 deletions assets/web/icons/reaction-solid.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function ReactionSolidIcon(props, ref) {
return /*#__PURE__*/_jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3.536-6.464a1 1 0 0 0-1.415-1.415A2.988 2.988 0 0 1 12 15a2.988 2.988 0 0 1-2.121-.879 1 1 0 1 0-1.414 1.415A4.987 4.987 0 0 0 12 17c1.38 0 2.632-.56 3.536-1.464ZM10 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
clipRule: "evenodd"
})
});
}
;
ReactionSolidIcon.displayName = "ReactionSolidIcon";
export default forwardRef(ReactionSolidIcon);
1 change: 1 addition & 0 deletions assets/web/js/cpdDark.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const cpdIconQrCode: string;
export const cpdIconQuote: string;
export const cpdIconRaisedHandSolid: string;
export const cpdIconReactionAdd: string;
export const cpdIconReactionSolid: string;
export const cpdIconReaction: string;
export const cpdIconReply: string;
export const cpdIconRestart: string;
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdDark.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export const cpdIconQrCode = "icons/qr-code.svg";
export const cpdIconQuote = "icons/quote.svg";
export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
export const cpdIconReactionAdd = "icons/reaction-add.svg";
export const cpdIconReactionSolid = "icons/reaction-solid.svg";
export const cpdIconReaction = "icons/reaction.svg";
export const cpdIconReply = "icons/reply.svg";
export const cpdIconRestart = "icons/restart.svg";
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdDarkHc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const cpdIconQrCode: string;
export const cpdIconQuote: string;
export const cpdIconRaisedHandSolid: string;
export const cpdIconReactionAdd: string;
export const cpdIconReactionSolid: string;
export const cpdIconReaction: string;
export const cpdIconReply: string;
export const cpdIconRestart: string;
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdDarkHc.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export const cpdIconQrCode = "icons/qr-code.svg";
export const cpdIconQuote = "icons/quote.svg";
export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
export const cpdIconReactionAdd = "icons/reaction-add.svg";
export const cpdIconReactionSolid = "icons/reaction-solid.svg";
export const cpdIconReaction = "icons/reaction.svg";
export const cpdIconReply = "icons/reply.svg";
export const cpdIconRestart = "icons/restart.svg";
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdLight.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const cpdIconQrCode: string;
export const cpdIconQuote: string;
export const cpdIconRaisedHandSolid: string;
export const cpdIconReactionAdd: string;
export const cpdIconReactionSolid: string;
export const cpdIconReaction: string;
export const cpdIconReply: string;
export const cpdIconRestart: string;
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdLight.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export const cpdIconQrCode = "icons/qr-code.svg";
export const cpdIconQuote = "icons/quote.svg";
export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
export const cpdIconReactionAdd = "icons/reaction-add.svg";
export const cpdIconReactionSolid = "icons/reaction-solid.svg";
export const cpdIconReaction = "icons/reaction.svg";
export const cpdIconReply = "icons/reply.svg";
export const cpdIconRestart = "icons/restart.svg";
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdLightHc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const cpdIconQrCode: string;
export const cpdIconQuote: string;
export const cpdIconRaisedHandSolid: string;
export const cpdIconReactionAdd: string;
export const cpdIconReactionSolid: string;
export const cpdIconReaction: string;
export const cpdIconReply: string;
export const cpdIconRestart: string;
Expand Down
1 change: 1 addition & 0 deletions assets/web/js/cpdLightHc.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export const cpdIconQrCode = "icons/qr-code.svg";
export const cpdIconQuote = "icons/quote.svg";
export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
export const cpdIconReactionAdd = "icons/reaction-add.svg";
export const cpdIconReactionSolid = "icons/reaction-solid.svg";
export const cpdIconReaction = "icons/reaction.svg";
export const cpdIconReply = "icons/reply.svg";
export const cpdIconRestart = "icons/restart.svg";
Expand Down
2 changes: 1 addition & 1 deletion icons/$icons.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions icons/reaction-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.