Skip to content

Commit 410b51c

Browse files
Merge pull request #64 from AIObjectives/brandon_new-claim-icon
changed claim icon
2 parents 2965ad0 + 80681ef commit 410b51c

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
import * as React from "react";
22
const SvgComponent = (props) => (
33
<svg
4-
xmlns="http://www.w3.org/2000/svg"
5-
width={17}
6-
height={16}
4+
width="16"
5+
height="16"
6+
viewBox="0 0 16 16"
77
fill="none"
8-
{...props}
8+
xmlns="http://www.w3.org/2000/svg"
99
>
10-
<path
11-
stroke="#64748B"
12-
strokeLinecap="round"
13-
strokeLinejoin="round"
14-
strokeWidth={1}
15-
{...props}
16-
d="M12.727 2H3.394c-.737 0-1.334.597-1.334 1.333v9.334c0 .736.597 1.333 1.334 1.333h9.333c.736 0 1.333-.597 1.333-1.333V3.333c0-.736-.597-1.333-1.333-1.333Z"
17-
/>
18-
<path
19-
fill="#64748B"
20-
strokeWidth={1}
21-
{...props}
22-
d="M8.106 10.807c-1.646 0-2.718-1.143-2.718-2.975 0-1.82 1.067-2.991 2.707-2.991 1.11 0 2.062.59 2.314 1.394a.865.865 0 0 1 .054.274c0 .3-.213.487-.503.487-.251 0-.393-.099-.536-.361-.295-.547-.7-.81-1.307-.81-.924 0-1.525.771-1.525 1.996 0 1.253.612 1.996 1.525 1.996.64 0 1.028-.284 1.307-.782.164-.284.29-.382.547-.382.29 0 .503.196.503.492a.858.858 0 0 1-.065.306c-.301.793-1.236 1.356-2.303 1.356Z"
23-
/>
10+
<g id="Claim 16">
11+
<path
12+
id="Vector"
13+
d="M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z"
14+
stroke="#64748B"
15+
strokeWidth={1}
16+
strokeLinecap="round"
17+
strokeLinejoin="round"
18+
{...props}
19+
/>
20+
</g>
2421
</svg>
2522
);
2623
export default SvgComponent;

0 commit comments

Comments
 (0)