Skip to content

Commit

Permalink
Merge pull request #109 from zesty-io/feat/2479-custom-roles
Browse files Browse the repository at this point in the history
Add blocks icon
  • Loading branch information
shrunyan authored Nov 4, 2024
2 parents 4f7d100 + 139daa3 commit c778548
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/icons/Block.tsx
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>
);
1 change: 1 addition & 0 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export { Microsoft } from "./Microsoft";
export { ImageSync } from "./ImageSync";
export { Bynder } from "./Bynder";
export { FileReplace } from "./FileReplace";
export { Block } from "./Block";

0 comments on commit c778548

Please sign in to comment.