Skip to content

Commit

Permalink
feat(icon): add InsertDriveFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehu4 committed Dec 8, 2021
1 parent b1c5b61 commit b996a37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/src/Icons/InsertDriveFileRounded.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from "react";
import createSvgIcon from "../SvgIcon/utils/createSvgIcon";

export default createSvgIcon(
<path d="M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6zm7 6V3.5L18.5 9H14c-.55 0-1-.45-1-1z" />,
);
1 change: 1 addition & 0 deletions packages/components/src/Icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export { default as GestureRoundedIcon } from "./GestureRounded";
export { default as HelpRoundedIcon } from "./HelpRounded";
export { default as HomeRoundedIcon } from "./HomeRounded";
export { default as InfoRoundedIcon } from "./InfoRounded";
export { default as InsertDriveFileRoundedIcon } from "./InsertDriveFileRounded";
export { default as LibraryBooksRoundedIcon } from "./LibraryBooksRounded";
export { default as LinkRoundedIcon } from "./LinkRounded";
export { default as LocalLibraryRoundedIcon } from "./LocalLibraryRounded";
Expand Down

0 comments on commit b996a37

Please sign in to comment.