15 lines
514 B
TypeScript
15 lines
514 B
TypeScript
import svgPaths from "./svg-bfd6jik9me";
|
|
|
|
export default function NounRelax() {
|
|
return (
|
|
<div className="relative size-full" data-name="noun-relax-6597055 1">
|
|
<svg className="absolute block inset-0 size-full" fill="none" preserveAspectRatio="none" viewBox="0 0 62 62">
|
|
<g id="noun-relax-6597055 1">
|
|
<g id="Vector">
|
|
<path clipRule="evenodd" d={svgPaths.p9958380} fill="var(--fill-0, #F95F62)" fillRule="evenodd" />
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</div>
|
|
);
|
|
} |