-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: svgr 세팅 & 번들링 안되던 에러(절대경로) resolve
- Loading branch information
Showing
14 changed files
with
872 additions
and
15 deletions.
There are no files selected for viewing
Binary file not shown.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgBtnFFloating = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={64} | ||
height={64} | ||
fill="none" | ||
{...props} | ||
> | ||
<g clipPath="url(#btnFFloating_svg__a)"> | ||
<circle cx={32} cy={32} r={32} fill="#FF006B" /> | ||
<path | ||
fill="url(#btnFFloating_svg__b)" | ||
d="m41.11 32.916-4.173-13.185L34.891 13l-1.995 6.826-4.443 17.693-3.444-9.15-2.087-6.674-2.703 6.583-2.198 4.638H14v3.722h7.127l1.748-3.311L26.78 45.3 29.161 52l1.649-6.838 4.351-17.334 2.787 8.81H50v-3.722z" | ||
/> | ||
</g> | ||
<defs> | ||
<linearGradient | ||
id="btnFFloating_svg__b" | ||
x1={30.845} | ||
x2={29.865} | ||
y1={13} | ||
y2={58.68} | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop offset={0.258} stopColor="#fff" /> | ||
<stop offset={1} stopColor="#fff" stopOpacity={0.16} /> | ||
</linearGradient> | ||
<clipPath id="btnFFloating_svg__a"> | ||
<path fill="#fff" d="M0 0h64v64H0z" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
export default SvgBtnFFloating; |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgBtnFloating = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={64} | ||
height={64} | ||
fill="none" | ||
{...props} | ||
> | ||
<g clipPath="url(#btn_floating_svg__a)"> | ||
<circle cx={32} cy={32} r={32} fill="#FF006B" /> | ||
<path | ||
fill="url(#btn_floating_svg__b)" | ||
d="m41.11 32.916-4.173-13.185L34.891 13l-1.995 6.826-4.443 17.693-3.444-9.15-2.087-6.674-2.703 6.583-2.198 4.638H14v3.722h7.127l1.748-3.311L26.78 45.3 29.161 52l1.649-6.838 4.351-17.334 2.787 8.81H50v-3.722z" | ||
/> | ||
</g> | ||
<defs> | ||
<linearGradient | ||
id="btn_floating_svg__b" | ||
x1={30.845} | ||
x2={29.865} | ||
y1={13} | ||
y2={58.68} | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop offset={0.258} stopColor="#fff" /> | ||
<stop offset={1} stopColor="#fff" stopOpacity={0.16} /> | ||
</linearGradient> | ||
<clipPath id="btn_floating_svg__a"> | ||
<path fill="#fff" d="M0 0h64v64H0z" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
export default SvgBtnFloating; |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgHihi = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={64} | ||
height={64} | ||
fill="none" | ||
{...props} | ||
> | ||
<g clipPath="url(#hihi_svg__a)"> | ||
<circle cx={32} cy={32} r={32} fill="#FF006B" /> | ||
<path | ||
fill="url(#hihi_svg__b)" | ||
d="m41.11 32.916-4.173-13.185L34.891 13l-1.995 6.826-4.443 17.693-3.444-9.15-2.087-6.674-2.703 6.583-2.198 4.638H14v3.722h7.127l1.748-3.311L26.78 45.3 29.161 52l1.649-6.838 4.351-17.334 2.787 8.81H50v-3.722z" | ||
/> | ||
</g> | ||
<defs> | ||
<linearGradient | ||
id="hihi_svg__b" | ||
x1={30.845} | ||
x2={29.865} | ||
y1={13} | ||
y2={58.68} | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop offset={0.258} stopColor="#fff" /> | ||
<stop offset={1} stopColor="#fff" stopOpacity={0.16} /> | ||
</linearGradient> | ||
<clipPath id="hihi_svg__a"> | ||
<path fill="#fff" d="M0 0h64v64H0z" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
export default SvgHihi; |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export { default as BtnFFloating } from "./BtnFFloating"; | ||
export { default as BtnFloating } from "./BtnFloating"; | ||
export { default as Hihi } from "./Hihi"; |
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
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
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
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
Oops, something went wrong.