-
Notifications
You must be signed in to change notification settings - Fork 0
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 #109 from zesty-io/feat/2479-custom-roles
Add blocks icon
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { SvgIcon, SvgIconProps } from "@mui/material"; | ||
|
||
export const Block = (props: SvgIconProps) => ( | ||
<SvgIcon {...props}> | ||
<path d="M21 16.5C21 16.88 20.79 17.21 20.47 17.38L12.57 21.82C12.41 21.94 12.21 22 12 22C11.79 22 11.59 21.94 11.43 21.82L3.53001 17.38C3.36961 17.2958 3.23538 17.1693 3.14193 17.0141C3.04848 16.859 2.99939 16.6811 3.00001 16.5V7.5C3.00001 7.12 3.21001 6.79 3.53001 6.62L11.43 2.18C11.59 2.06 11.79 2 12 2C12.21 2 12.41 2.06 12.57 2.18L20.47 6.62C20.79 6.79 21 7.12 21 7.5V16.5ZM12 4.15L10.11 5.22L13.055 6.915L16 8.61L17.96 7.5L12 4.15ZM6.04001 7.5L12 10.85L16 8.61L13.055 6.915L10.11 5.22L6.04001 7.5ZM5.00001 15.91L11 19.29V12.58L5.00001 9.21V15.91ZM19 15.91V9.21L13 12.58V19.29L19 15.91Z" /> | ||
</SvgIcon> | ||
); |
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