mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
added daisyUI svg
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
import type { iSVG } from '../types/svg';
|
import type { iSVG } from '../types/svg';
|
||||||
|
|
||||||
export const svgs: iSVG[] = [
|
export const svgs: iSVG[] = [
|
||||||
|
{
|
||||||
|
title: 'daisyUI',
|
||||||
|
category: 'Library',
|
||||||
|
route: '/library/daisyui.svg',
|
||||||
|
url: 'https://daisyui.com/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'PayPal',
|
title: 'PayPal',
|
||||||
category: 'Payment',
|
category: 'Payment',
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" fill="none"><rect width="512" height="256" x="256" y="670.72" fill="#1AD1A5" rx="128"/><circle cx="512" cy="353.28" r="256" fill="#fff"/><circle cx="512" cy="353.28" r="261" stroke="#000" stroke-opacity=".2" stroke-width="10"/><circle cx="512" cy="353.28" r="114.688" fill="#FF9903"/></svg>
|
||||||
|
After Width: | Height: | Size: 357 B |
Reference in New Issue
Block a user