Skip to content

Commit

Permalink
Add the headphones icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Dec 18, 2024
1 parent eb35bf3 commit 79df34b
Show file tree
Hide file tree
Showing 28 changed files with 165 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<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:pathData="M12 3a7.96 7.96 0 0 0-4.67 1.5L5.9 3.07A9.96 9.96 0 0 1 12 1c5.52 0 10 4.48 10 10v8.17l-4.93-4.94A1.99 1.99 0 0 1 18 14h2v-3a8 8 0 0 0-8-8ZM4.45 4.44l1.42 1.42L16 16.02v-0.02l5.25 5.26a0.96 0.96 0 0 0 0.19 0.14l-0.05 0.05a1 1 0 0 1-1.56 1.23L19.17 22H18a2 2 0 0 1-2-2v-1.17L4.76 7.6A7.97 7.97 0 0 0 4 11v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9c0-1.78 0.46-3.44 1.27-4.89L1.33 4.17a1 1 0 0 1 1.42-1.42l1.7 1.7Z"/>
</vector>
9 changes: 9 additions & 0 deletions assets/android/res/drawable/ic_compound_headphones_solid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<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:pathData="M12 3a8 8 0 0 0-8 8v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9C2 5.48 6.48 1 12 1s10 4.48 10 10v9a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2v-3a8 8 0 0 0-8-8Z"/>
</vector>
10 changes: 10 additions & 0 deletions assets/android/src/CompoundIcons.kt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ object CompoundIcons {
@Composable fun Group(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_group)
}
@Composable fun HeadphonesOffSolid(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_headphones_off_solid)
}
@Composable fun HeadphonesSolid(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_headphones_solid)
}
@Composable fun Help(): ImageVector {
return ImageVector.vectorResource(R.drawable.ic_compound_help)
}
Expand Down Expand Up @@ -671,6 +677,8 @@ object CompoundIcons {
Forward(),
Grid(),
Group(),
HeadphonesOffSolid(),
HeadphonesSolid(),
Help(),
HelpSolid(),
History(),
Expand Down Expand Up @@ -865,6 +873,8 @@ object CompoundIcons {
R.drawable.ic_compound_forward,
R.drawable.ic_compound_grid,
R.drawable.ic_compound_group,
R.drawable.ic_compound_headphones_off_solid,
R.drawable.ic_compound_headphones_solid,
R.drawable.ic_compound_help,
R.drawable.ic_compound_help_solid,
R.drawable.ic_compound_history,
Expand Down
2 changes: 2 additions & 0 deletions assets/ios/swift/CompoundIcons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public class CompoundIcons {
public let forward = Image("forward", bundle: Bundle.module)
public let grid = Image("grid", bundle: Bundle.module)
public let group = Image("group", bundle: Bundle.module)
public let headphonesOffSolid = Image("headphonesOffSolid", bundle: Bundle.module)
public let headphonesSolid = Image("headphonesSolid", bundle: Bundle.module)
public let help = Image("help", bundle: Bundle.module)
public let helpSolid = Image("helpSolid", bundle: Bundle.module)
public let history = Image("history", bundle: Bundle.module)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"images":[{"filename":"headphonesOffSolid.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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"images":[{"filename":"headphonesSolid.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.
19 changes: 19 additions & 0 deletions assets/web/icons/headphones-off-solid.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function HeadphonesOffSolidIcon(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", {
d: "M12 3a7.964 7.964 0 0 0-4.665 1.5l-1.43-1.429A9.956 9.956 0 0 1 12 1c5.523 0 10 4.477 10 10v8.166l-4.934-4.935A1.99 1.99 0 0 1 18 14h2v-3a8 8 0 0 0-8-8ZM4.45 4.443l1.418 1.42-.005.005L16 16.006v-.012l5.253 5.253a.964.964 0 0 0 .183.145l-.044.044a1 1 0 0 1-1.56 1.231L19.167 22H18a2 2 0 0 1-2-2v-1.166L4.76 7.594A7.97 7.97 0 0 0 4 11v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9c0-1.776.463-3.445 1.275-4.89L1.333 4.167a1 1 0 0 1 1.414-1.414L4.444 4.45l.005-.007Z"
})
});
}
;
HeadphonesOffSolidIcon.displayName = "HeadphonesOffSolidIcon";
module.exports = React.forwardRef(HeadphonesOffSolidIcon);
11 changes: 11 additions & 0 deletions assets/web/icons/headphones-off-solid.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from "react";

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

export default HeadphonesOffSolidIcon;
19 changes: 19 additions & 0 deletions assets/web/icons/headphones-off-solid.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function HeadphonesOffSolidIcon(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", {
d: "M12 3a7.964 7.964 0 0 0-4.665 1.5l-1.43-1.429A9.956 9.956 0 0 1 12 1c5.523 0 10 4.477 10 10v8.166l-4.934-4.935A1.99 1.99 0 0 1 18 14h2v-3a8 8 0 0 0-8-8ZM4.45 4.443l1.418 1.42-.005.005L16 16.006v-.012l5.253 5.253a.964.964 0 0 0 .183.145l-.044.044a1 1 0 0 1-1.56 1.231L19.167 22H18a2 2 0 0 1-2-2v-1.166L4.76 7.594A7.97 7.97 0 0 0 4 11v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9c0-1.776.463-3.445 1.275-4.89L1.333 4.167a1 1 0 0 1 1.414-1.414L4.444 4.45l.005-.007Z"
})
});
}
;
HeadphonesOffSolidIcon.displayName = "HeadphonesOffSolidIcon";
export default forwardRef(HeadphonesOffSolidIcon);
19 changes: 19 additions & 0 deletions assets/web/icons/headphones-solid.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function HeadphonesSolidIcon(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", {
d: "M12 3a8 8 0 0 0-8 8v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9C2 5.477 6.477 1 12 1s10 4.477 10 10v9a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2v-3a8 8 0 0 0-8-8Z"
})
});
}
;
HeadphonesSolidIcon.displayName = "HeadphonesSolidIcon";
module.exports = React.forwardRef(HeadphonesSolidIcon);
11 changes: 11 additions & 0 deletions assets/web/icons/headphones-solid.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from "react";

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

export default HeadphonesSolidIcon;
19 changes: 19 additions & 0 deletions assets/web/icons/headphones-solid.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { forwardRef } from "react";
import { jsx as _jsx } from "react/jsx-runtime";
function HeadphonesSolidIcon(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", {
d: "M12 3a8 8 0 0 0-8 8v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9C2 5.477 6.477 1 12 1s10 4.477 10 10v9a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2v-3a8 8 0 0 0-8-8Z"
})
});
}
;
HeadphonesSolidIcon.displayName = "HeadphonesSolidIcon";
export default forwardRef(HeadphonesSolidIcon);
2 changes: 2 additions & 0 deletions assets/web/icons/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ module.exports = {
ForwardIcon: require("./forward.cjs"),
GridIcon: require("./grid.cjs"),
GroupIcon: require("./group.cjs"),
HeadphonesOffSolidIcon: require("./headphones-off-solid.cjs"),
HeadphonesSolidIcon: require("./headphones-solid.cjs"),
HelpSolidIcon: require("./help-solid.cjs"),
HelpIcon: require("./help.cjs"),
HistoryIcon: require("./history.cjs"),
Expand Down
2 changes: 2 additions & 0 deletions assets/web/icons/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export { default as FilterIcon } from "./filter.js";
export { default as ForwardIcon } from "./forward.js";
export { default as GridIcon } from "./grid.js";
export { default as GroupIcon } from "./group.js";
export { default as HeadphonesOffSolidIcon } from "./headphones-off-solid.js";
export { default as HeadphonesSolidIcon } from "./headphones-solid.js";
export { default as HelpSolidIcon } from "./help-solid.js";
export { default as HelpIcon } from "./help.js";
export { default as HistoryIcon } from "./history.js";
Expand Down
2 changes: 2 additions & 0 deletions assets/web/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export { default as FilterIcon } from "./filter.js";
export { default as ForwardIcon } from "./forward.js";
export { default as GridIcon } from "./grid.js";
export { default as GroupIcon } from "./group.js";
export { default as HeadphonesOffSolidIcon } from "./headphones-off-solid.js";
export { default as HeadphonesSolidIcon } from "./headphones-solid.js";
export { default as HelpSolidIcon } from "./help-solid.js";
export { default as HelpIcon } from "./help.js";
export { default as HistoryIcon } from "./history.js";
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdDark.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const cpdIconFilter: string;
export const cpdIconForward: string;
export const cpdIconGrid: string;
export const cpdIconGroup: string;
export const cpdIconHeadphonesOffSolid: string;
export const cpdIconHeadphonesSolid: string;
export const cpdIconHelpSolid: string;
export const cpdIconHelp: string;
export const cpdIconHistory: string;
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdDark.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export const cpdIconFilter = "icons/filter.svg";
export const cpdIconForward = "icons/forward.svg";
export const cpdIconGrid = "icons/grid.svg";
export const cpdIconGroup = "icons/group.svg";
export const cpdIconHeadphonesOffSolid = "icons/headphones-off-solid.svg";
export const cpdIconHeadphonesSolid = "icons/headphones-solid.svg";
export const cpdIconHelpSolid = "icons/help-solid.svg";
export const cpdIconHelp = "icons/help.svg";
export const cpdIconHistory = "icons/history.svg";
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdDarkHc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const cpdIconFilter: string;
export const cpdIconForward: string;
export const cpdIconGrid: string;
export const cpdIconGroup: string;
export const cpdIconHeadphonesOffSolid: string;
export const cpdIconHeadphonesSolid: string;
export const cpdIconHelpSolid: string;
export const cpdIconHelp: string;
export const cpdIconHistory: string;
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdDarkHc.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export const cpdIconFilter = "icons/filter.svg";
export const cpdIconForward = "icons/forward.svg";
export const cpdIconGrid = "icons/grid.svg";
export const cpdIconGroup = "icons/group.svg";
export const cpdIconHeadphonesOffSolid = "icons/headphones-off-solid.svg";
export const cpdIconHeadphonesSolid = "icons/headphones-solid.svg";
export const cpdIconHelpSolid = "icons/help-solid.svg";
export const cpdIconHelp = "icons/help.svg";
export const cpdIconHistory = "icons/history.svg";
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdLight.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const cpdIconFilter: string;
export const cpdIconForward: string;
export const cpdIconGrid: string;
export const cpdIconGroup: string;
export const cpdIconHeadphonesOffSolid: string;
export const cpdIconHeadphonesSolid: string;
export const cpdIconHelpSolid: string;
export const cpdIconHelp: string;
export const cpdIconHistory: string;
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdLight.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export const cpdIconFilter = "icons/filter.svg";
export const cpdIconForward = "icons/forward.svg";
export const cpdIconGrid = "icons/grid.svg";
export const cpdIconGroup = "icons/group.svg";
export const cpdIconHeadphonesOffSolid = "icons/headphones-off-solid.svg";
export const cpdIconHeadphonesSolid = "icons/headphones-solid.svg";
export const cpdIconHelpSolid = "icons/help-solid.svg";
export const cpdIconHelp = "icons/help.svg";
export const cpdIconHistory = "icons/history.svg";
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdLightHc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const cpdIconFilter: string;
export const cpdIconForward: string;
export const cpdIconGrid: string;
export const cpdIconGroup: string;
export const cpdIconHeadphonesOffSolid: string;
export const cpdIconHeadphonesSolid: string;
export const cpdIconHelpSolid: string;
export const cpdIconHelp: string;
export const cpdIconHistory: string;
Expand Down
2 changes: 2 additions & 0 deletions assets/web/js/cpdLightHc.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export const cpdIconFilter = "icons/filter.svg";
export const cpdIconForward = "icons/forward.svg";
export const cpdIconGrid = "icons/grid.svg";
export const cpdIconGroup = "icons/group.svg";
export const cpdIconHeadphonesOffSolid = "icons/headphones-off-solid.svg";
export const cpdIconHeadphonesSolid = "icons/headphones-solid.svg";
export const cpdIconHelpSolid = "icons/help-solid.svg";
export const cpdIconHelp = "icons/help.svg";
export const cpdIconHistory = "icons/history.svg";
Expand Down
Loading

0 comments on commit 79df34b

Please sign in to comment.