-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from AgoraIO-Community/feature/2.9.40-special.1
fix 2.9.40-special.1 bugs
- Loading branch information
Showing
17 changed files
with
333 additions
and
179 deletions.
There are no files selected for viewing
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,10 @@ | ||
import React from 'react'; | ||
|
||
import { PathOptions } from '../svg-dict'; | ||
|
||
export const path = (props: PathOptions) => | ||
<path fillRule="evenodd" clipRule="evenodd" d="M5.625 10.6256C5.625 8.55454 7.30393 6.87561 9.375 6.87561H20.625C22.6961 6.87561 24.375 8.55454 24.375 10.6256V15.6256C24.375 15.8429 24.3565 16.0559 24.321 16.2631C23.5979 15.8568 22.7635 15.625 21.875 15.625C19.545 15.625 17.5872 17.2188 17.0324 19.3756H9.375C7.30393 19.3756 5.625 17.6967 5.625 15.6256V10.6256ZM17.2386 22.5004C17.0042 21.9214 16.875 21.2884 16.875 20.6254H6.5625C6.04473 20.6254 5.625 21.0451 5.625 21.5629C5.625 22.0806 6.04473 22.5004 6.5625 22.5004H17.2386ZM18.1642 10.0559C17.8497 9.68901 17.2973 9.64652 16.9304 9.96102C16.5635 10.2755 16.521 10.8279 16.8355 11.1948L17.4724 11.9379H13.7499C11.5407 11.9379 9.74988 13.7287 9.74988 15.9379H11.4999C11.4999 14.6952 12.5072 13.6879 13.7499 13.6879H19.3749C19.7166 13.6879 20.027 13.4889 20.1698 13.1785C20.3126 12.868 20.2616 12.5029 20.0392 12.2434L18.1642 10.0559ZM25.625 20.625C25.625 22.6961 23.9461 24.375 21.875 24.375C19.8039 24.375 18.125 22.6961 18.125 20.625C18.125 18.5539 19.8039 16.875 21.875 16.875C23.9461 16.875 25.625 18.5539 25.625 20.625ZM24.1999 19.8088L21.7892 22.3088L21.3624 22.7515L20.9128 22.3319L19.5736 21.0819L20.4264 20.1681L21.3162 20.9985L23.3001 18.9412L24.1999 19.8088Z" fill="white"/> | ||
|
||
|
||
|
||
export const viewBox = '0 0 30 30' |
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
Oops, something went wrong.