-
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.
- Loading branch information
Showing
2 changed files
with
26 additions
and
83 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 |
---|---|---|
@@ -1,29 +1,27 @@ | ||
import React from "react"; | ||
import { SIconBase } from "./styles/SIconBase"; | ||
|
||
export const IconFileBlankStar = () => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> | ||
<SIconBase xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M4.66667 13.9998C4.66667 12.5271 3.47276 11.3332 2 11.3332C3.47276 11.3332 4.66667 10.1393 4.66667 8.6665C4.66667 10.1393 5.86057 11.3332 7.33333 11.3332C5.86057 11.3332 4.66667 12.5271 4.66667 13.9998Z" | ||
stroke="#008CFF" | ||
strokeWidth="1.5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M9.3335 14H11.6668C12.5873 14 13.3335 13.2538 13.3335 12.3333V5.58111C13.3335 5.05068 13.1228 4.54197 12.7477 4.1669L11.1666 2.58579C10.7915 2.21071 10.2828 2 9.75238 2H5.00016C4.07969 2 3.3335 2.74619 3.3335 3.66667V6" | ||
stroke="#008CFF" | ||
strokeWidth="1.5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M13.3176 5.33321H11C10.4477 5.33321 10 4.8855 10 4.33321V2.01562" | ||
stroke="#008CFF" | ||
strokeWidth="1.5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
</SIconBase> | ||
); |
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