Skip to content

Commit

Permalink
Update cloud softphone icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jul 3, 2024
1 parent c1eb845 commit e814470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/src/app/Docs/pages/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Release from './_Release';
export default function Changelog() {
return (
<Stack gap={5}>
<Release name="Valkyrie 1.0 alpha 48" version="1.0.0-alpha.48" date="3 July 2024" newIcons={['teams']} />
<Release
name="Valkyrie 1.0 alpha 47"
version="1.0.0-alpha.47"
Expand Down
2 changes: 1 addition & 1 deletion icons/cloud-softphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export const viCloudSoftphone: {
data: string;
} = {
name: 'cloud_softphone',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path d="M.545 2.73C0 3.8 0 5.2 0 8s0 4.2.545 5.27a5 5 0 0 0 2.185 2.185C3.8 16 5.2 16 8 16s4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185C16 12.2 16 10.8 16 8s0-4.2-.545-5.27A5 5 0 0 0 13.27.545C12.2 0 10.8 0 8 0S3.8 0 2.73.545A5 5 0 0 0 .545 2.73m4.252 12.205c-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.62-1.518l3.031-4.764c.078.364.215.72.411 1.05L8.372 15H8c-1.417 0-2.419 0-3.203-.065m.258-9.238-.008.012-3.906 6.138a8 8 0 0 1-.076-.644C1 10.419 1 9.417 1 8s0-2.419.065-3.203c.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371C5.581 1 6.583 1 8 1s2.419 0 3.203.065c.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C15 5.581 15 6.583 15 8s0 2.419-.065 3.203a8 8 0 0 1-.076.644l-3.921-6.162c-1.369-2.15-4.507-2.15-5.876 0zm9.382 7.35a4 4 0 0 1-1.621 1.517c-.37.189-.841.308-1.613.371-.466.038-1.01.054-1.671.06L5.866 8.822c-.475-.8-.462-1.8.033-2.587.986-1.532 3.229-1.528 4.21.01z"/></svg>`,
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9.526 14.496 6.08 8.694a2.23 2.23 0 0 1 .029-2.326c.888-1.377 2.907-1.373 3.788.012l4.095 6.435a3.5 3.5 0 0 1-1.404 1.303c-.288.147-.686.258-1.427.319-.452.037-.981.052-1.636.059m-1.742.004L4.791 9.46a4 4 0 0 1-.28-.58l-2.504 3.935a3.5 3.5 0 0 0 1.404 1.303c.288.147.686.258 1.427.319.72.059 1.637.063 2.946.063m-2.94-8.938-.008.013-3.3 5.185C1.502 10.062 1.5 9.185 1.5 8c0-1.425.001-2.403.063-3.162.06-.74.172-1.139.318-1.427a3.5 3.5 0 0 1 1.53-1.53c.288-.146.686-.257 1.427-.318C5.597 1.501 6.575 1.5 8 1.5s2.403.001 3.162.063c.74.06 1.139.172 1.427.318a3.5 3.5 0 0 1 1.53 1.53c.146.288.257.686.318 1.427.062.759.063 1.737.063 3.162 0 1.185 0 2.062-.037 2.76l-3.3-5.185v-.002l-.015-.022c-1.466-2.305-4.83-2.305-6.296 0zM.545 2.73C0 3.8 0 5.2 0 8s0 4.2.545 5.27a5 5 0 0 0 2.185 2.185C3.8 16 5.2 16 8 16s4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185C16 12.2 16 10.8 16 8s0-4.2-.545-5.27A5 5 0 0 0 13.27.545C12.2 0 10.8 0 8 0S3.8 0 2.73.545A5 5 0 0 0 .545 2.73"/></svg>`,
};
export const viCode: {
name: 'code';
Expand Down

0 comments on commit e814470

Please sign in to comment.