sk_fems_ui commit
This commit is contained in:
52
components/icons/icoCalendar.vue
Normal file
52
components/icons/icoCalendar.vue
Normal file
@ -0,0 +1,52 @@
|
||||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="v-icon">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-2 {
|
||||
fill: none;
|
||||
stroke: currentColor;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="ico_select_cal" transform="translate(2 1)">
|
||||
<path
|
||||
id="area"
|
||||
transform="translate(-2 -1)"
|
||||
style="fill:#ff5252;opacity:.003"
|
||||
d="M0 0h20v20H0z"
|
||||
/>
|
||||
<g id="icon" transform="translate(-137.511 -57.064)">
|
||||
<path
|
||||
id="패스_63552"
|
||||
data-name="패스 63552"
|
||||
class="cls-2"
|
||||
d="M140.066 58.664h10.889a1.578 1.578 0 0 1 1.556 1.6v11.2a1.579 1.579 0 0 1-1.556 1.6h-10.889a1.578 1.578 0 0 1-1.555-1.6v-11.2a1.578 1.578 0 0 1 1.555-1.6z"
|
||||
/>
|
||||
<path
|
||||
id="선_247"
|
||||
data-name="선 247"
|
||||
class="cls-2"
|
||||
transform="translate(148.622 57.064)"
|
||||
d="M0 0v3.2"
|
||||
/>
|
||||
<path
|
||||
id="선_248"
|
||||
data-name="선 248"
|
||||
class="cls-2"
|
||||
transform="translate(142.4 57.064)"
|
||||
d="M0 0v3.2"
|
||||
/>
|
||||
<path
|
||||
id="선_249"
|
||||
data-name="선 249"
|
||||
class="cls-2"
|
||||
transform="translate(138.511 63.464)"
|
||||
d="M0 0h14"
|
||||
/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</template>
|
Reference in New Issue
Block a user