* Finish task #115095.
@@ -3,3 +3,6 @@
|
||||
.teamachievement-block .item-row .item-task .item-icon {background: url(static/svg/block-task.svg) center no-repeat;}
|
||||
.teamachievement-block .item-row .item-bug .item-icon {background: url(static/svg/block-bug.svg) center no-repeat;}
|
||||
.teamachievement-block .item-row .item-hour .item-icon {background: url(static/svg/block-hour.svg) center no-repeat;}
|
||||
.teamachievement-block .item-row .item-story .item-icon {background: url(static/svg/block-story.svg) center no-repeat;}
|
||||
.teamachievement-block .item-row .item-case .item-icon {background: url(static/svg/block-case.svg) center no-repeat;}
|
||||
.teamachievement-block .item-row .item-workload .item-icon {background: url(static/svg/block-workload.svg) center no-repeat;}
|
||||
|
||||
@@ -36,15 +36,15 @@ blockPanel
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('text-gray'),
|
||||
setClass('text-gray pl-1'),
|
||||
$lang->block->teamachievement->finishedTasks
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('mt-3 flex flex-nowrap items-center'),
|
||||
setClass('mt-3 flex flex-nowrap items-center pl-1'),
|
||||
row
|
||||
(
|
||||
$comparedTasks > 0 ? width('1/2') : width('full'),
|
||||
$comparedTasks > 0 ? width('1/3') : width('full'),
|
||||
setClass('items-center'),
|
||||
span
|
||||
(
|
||||
@@ -59,8 +59,9 @@ blockPanel
|
||||
),
|
||||
$comparedTasks > 0 ? row
|
||||
(
|
||||
width('1/2'),
|
||||
width('2/3'),
|
||||
setClass('items-center'),
|
||||
div(setClass('divider mr-4')),
|
||||
span
|
||||
(
|
||||
setClass('text-sm text-success'),
|
||||
@@ -77,18 +78,23 @@ blockPanel
|
||||
cell
|
||||
(
|
||||
set::width('50%'),
|
||||
setClass('pl-4'),
|
||||
setClass('item-story pl-8'),
|
||||
div
|
||||
(
|
||||
setClass('text-gray'),
|
||||
setClass('h-0 w-0'),
|
||||
div(setClass('item-icon h-9 w-9'))
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('text-gray pl-1'),
|
||||
$lang->block->teamachievement->createdStories
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('mt-3 flex flex-nowrap items-center'),
|
||||
setClass('mt-3 flex flex-nowrap items-center pl-1'),
|
||||
row
|
||||
(
|
||||
$comparedStories > 0 ? width('1/2') : width('full'),
|
||||
$comparedStories > 0 ? width('1/3') : width('full'),
|
||||
setClass('items-center'),
|
||||
span
|
||||
(
|
||||
@@ -103,8 +109,9 @@ blockPanel
|
||||
),
|
||||
$comparedStories > 0 ? row
|
||||
(
|
||||
width('1/2'),
|
||||
width('2/3'),
|
||||
setClass('items-center'),
|
||||
div(setClass('divider mr-4')),
|
||||
span
|
||||
(
|
||||
setClass('text-sm text-success'),
|
||||
@@ -138,15 +145,15 @@ blockPanel
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('text-gray'),
|
||||
setClass('text-gray pl-1'),
|
||||
$lang->block->teamachievement->closedBugs
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('mt-3 flex flex-nowrap items-center'),
|
||||
setClass('mt-3 flex flex-nowrap items-center pl-1'),
|
||||
row
|
||||
(
|
||||
$comparedBugs > 0 ? width('1/2') : width('full'),
|
||||
$comparedBugs > 0 ? width('1/3') : width('full'),
|
||||
setClass('items-center'),
|
||||
span
|
||||
(
|
||||
@@ -161,8 +168,9 @@ blockPanel
|
||||
),
|
||||
$comparedBugs > 0 ? row
|
||||
(
|
||||
width('1/2'),
|
||||
width('2/3'),
|
||||
setClass('items-center'),
|
||||
div(setClass('divider mr-4')),
|
||||
span
|
||||
(
|
||||
setClass('text-sm text-success'),
|
||||
@@ -179,18 +187,23 @@ blockPanel
|
||||
cell
|
||||
(
|
||||
set::width('50%'),
|
||||
setClass('pl-4'),
|
||||
setClass('item-case pl-8'),
|
||||
div
|
||||
(
|
||||
setClass('text-gray'),
|
||||
setClass('h-0 w-0'),
|
||||
div(setClass('item-icon h-9 w-9'))
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('text-gray pl-1'),
|
||||
$lang->block->teamachievement->runCases
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('mt-3 flex flex-nowrap items-center'),
|
||||
setClass('mt-3 flex flex-nowrap items-center pl-1'),
|
||||
row
|
||||
(
|
||||
$comparedCases > 0 ? width('1/2') : width('full'),
|
||||
$comparedCases > 0 ? width('1/3') : width('full'),
|
||||
setClass('items-center'),
|
||||
span
|
||||
(
|
||||
@@ -205,8 +218,9 @@ blockPanel
|
||||
),
|
||||
$comparedCases > 0 ? row
|
||||
(
|
||||
width('1/2'),
|
||||
width('2/3'),
|
||||
setClass('items-center'),
|
||||
div(setClass('divider mr-4')),
|
||||
span
|
||||
(
|
||||
setClass('text-sm text-success'),
|
||||
@@ -240,15 +254,15 @@ blockPanel
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('text-gray'),
|
||||
setClass('text-gray pl-1'),
|
||||
$lang->block->teamachievement->consumedHours . ' / ' . $lang->block->projectstatistic->hour
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('mt-3 flex flex-nowrap items-center'),
|
||||
setClass('mt-3 flex flex-nowrap items-center pl-1'),
|
||||
row
|
||||
(
|
||||
$comparedHours > 0 ? width('1/2') : width('full'),
|
||||
$comparedHours > 0 ? width('1/3') : width('full'),
|
||||
setClass('items-center'),
|
||||
span
|
||||
(
|
||||
@@ -263,8 +277,9 @@ blockPanel
|
||||
),
|
||||
$comparedHours > 0 ? row
|
||||
(
|
||||
width('1/2'),
|
||||
width('2/3'),
|
||||
setClass('items-center'),
|
||||
div(setClass('divider mr-4')),
|
||||
span
|
||||
(
|
||||
setClass('text-sm text-success'),
|
||||
@@ -281,10 +296,15 @@ blockPanel
|
||||
cell
|
||||
(
|
||||
set::width('50%'),
|
||||
setClass('pl-4'),
|
||||
setClass('item-workload pl-8'),
|
||||
div
|
||||
(
|
||||
setClass('text-gray'),
|
||||
setClass('h-0 w-0'),
|
||||
div(setClass('item-icon h-9 w-9'))
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('text-gray pl-1'),
|
||||
$lang->block->teamachievement->totalWorkload . ' / ' . $lang->block->projectstatistic->personDay
|
||||
),
|
||||
div
|
||||
@@ -292,7 +312,7 @@ blockPanel
|
||||
setClass('mt-3 flex flex-nowrap items-center'),
|
||||
row
|
||||
(
|
||||
$todayWorkload > 0 ? width('1/2') : width('full'),
|
||||
$todayWorkload > 0 ? width('1/3') : width('full'),
|
||||
setClass('items-center'),
|
||||
span
|
||||
(
|
||||
@@ -302,11 +322,12 @@ blockPanel
|
||||
),
|
||||
$todayWorkload > 0 ? row
|
||||
(
|
||||
width('1/2'),
|
||||
width('2/3'),
|
||||
setClass('items-center'),
|
||||
div(setClass('divider mr-4')),
|
||||
span
|
||||
(
|
||||
setClass('text-gray text-sm'),
|
||||
setClass('text-success text-sm'),
|
||||
$lang->today
|
||||
),
|
||||
span
|
||||
|
||||
@@ -1,24 +1,6 @@
|
||||
<svg width="37" height="41" viewBox="0 0 37 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.7228 1.43091C1.60283 1.23095 1.74686 0.976562 1.98005 0.976563L11.7419 0.976563C11.8473 0.976563 11.9449 1.03185 11.9991 1.12221L19.4853 13.5991C19.6053 13.7991 19.4612 14.0535 19.228 14.0535H9.46621C9.36083 14.0535 9.26318 13.9982 9.20896 13.9078L1.7228 1.43091Z" fill="#D5E5FF"/>
|
||||
<path d="M35.1776 1.43091C35.2976 1.23095 35.1535 0.976562 34.9203 0.976562L25.1585 0.976562C25.0531 0.976562 24.9555 1.03185 24.9013 1.12221L17.4151 13.5991C17.2951 13.7991 17.4392 14.0535 17.6724 14.0535H27.4342C27.5396 14.0535 27.6372 13.9982 27.6914 13.9078L35.1776 1.43091Z" fill="#D5E5FF"/>
|
||||
<g filter="url(#filter0_d_37_263)">
|
||||
<circle cx="18.4501" cy="20.5907" r="15.6923" fill="#EEF5FF"/>
|
||||
</g>
|
||||
<circle cx="18.4502" cy="20.9766" r="12.5" fill="white" stroke="#D5E5FF"/>
|
||||
<circle cx="18.4502" cy="20.9766" r="10" fill="#D5E5FF"/>
|
||||
<path d="M15.0537 19.9492H21.8464V23.0996C21.8464 24.9795 20.5586 26.6147 18.7311 27.0553C16.5908 26.6182 15.0537 24.7353 15.0537 22.5509V19.9492Z" fill="#66A2FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.4502 15.5547C17.6218 15.5547 16.9502 16.2263 16.9502 17.0547V17.5547C16.9502 17.8308 16.7263 18.0547 16.4502 18.0547C16.1741 18.0547 15.9502 17.8308 15.9502 17.5547V17.0547C15.9502 15.674 17.0695 14.5547 18.4502 14.5547C19.8309 14.5547 20.9502 15.674 20.9502 17.0547V17.5547C20.9502 17.8308 20.7263 18.0547 20.4502 18.0547C20.1741 18.0547 19.9502 17.8308 19.9502 17.5547V17.0547C19.9502 16.2263 19.2786 15.5547 18.4502 15.5547Z" fill="#66A2FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4502 20.0547H13.9502C13.1218 20.0547 12.4502 19.3831 12.4502 18.5547V18.0547C12.4502 17.7785 12.6741 17.5547 12.9502 17.5547C13.2263 17.5547 13.4502 17.7785 13.4502 18.0547V18.5547C13.4502 18.8308 13.6741 19.0547 13.9502 19.0547H22.9502C23.2263 19.0547 23.4502 18.8308 23.4502 18.5547V18.0547C23.4502 17.7785 23.6741 17.5547 23.9502 17.5547C24.2263 17.5547 24.4502 17.7785 24.4502 18.0547V18.5547C24.4502 19.3831 23.7786 20.0547 22.9502 20.0547H22.4502V21.5547H23.9502C24.2263 21.5547 24.4502 21.7785 24.4502 22.0547C24.4502 22.3308 24.2263 22.5547 23.9502 22.5547H22.4502V23.5547C22.4502 23.724 22.4397 23.8909 22.4192 24.0547H22.9502C23.7786 24.0547 24.4502 24.7263 24.4502 25.5547V26.0547C24.4502 26.3308 24.2263 26.5547 23.9502 26.5547C23.6741 26.5547 23.4502 26.3308 23.4502 26.0547V25.5547C23.4502 25.2785 23.2263 25.0547 22.9502 25.0547H22.1594C21.566 26.5206 20.1289 27.5547 18.4502 27.5547C16.7715 27.5547 15.3343 26.5206 14.741 25.0547H13.9502C13.6741 25.0547 13.4502 25.2785 13.4502 25.5547V26.0547C13.4502 26.3308 13.2263 26.5547 12.9502 26.5547C12.6741 26.5547 12.4502 26.3308 12.4502 26.0547V25.5547C12.4502 24.7263 13.1218 24.0547 13.9502 24.0547H14.4811C14.4607 23.8909 14.4502 23.724 14.4502 23.5547V22.5547H12.9502C12.6741 22.5547 12.4502 22.3308 12.4502 22.0547C12.4502 21.7785 12.6741 21.5547 12.9502 21.5547H14.4502V20.0547ZM15.4502 20.0547V23.5547C15.4502 25.2115 16.7933 26.5547 18.4502 26.5547C20.107 26.5547 21.4502 25.2115 21.4502 23.5547V20.0547H15.4502Z" fill="#66A2FF"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_37_263" x="0.757812" y="4.89844" width="35.3848" height="35.3848" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.675625 0 0 0 0 0.749242 0 0 0 0 0.8625 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_37_263"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_37_263" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="16" fill="#E7F6FF"/>
|
||||
<circle cx="16" cy="16" r="13.5" fill="white" stroke="#CDECFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0006 10.0769C15.1084 10.0769 14.3852 10.8002 14.3852 11.6923V12.2308C14.3852 12.5282 14.1441 12.7692 13.8468 12.7692C13.5494 12.7692 13.3083 12.5282 13.3083 12.2308V11.6923C13.3083 10.2054 14.5137 9 16.0006 9C17.4875 9 18.6929 10.2054 18.6929 11.6923V12.2308C18.6929 12.5282 18.4518 12.7692 18.1544 12.7692C17.8571 12.7692 17.616 12.5282 17.616 12.2308V11.6923C17.616 10.8002 16.8928 10.0769 16.0006 10.0769Z" fill="#38B4FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6929 14.9231H11.1544C10.2623 14.9231 9.53906 14.1998 9.53906 13.3077V12.7692C9.53906 12.4718 9.78014 12.2308 10.0775 12.2308C10.3749 12.2308 10.616 12.4718 10.616 12.7692V13.3077C10.616 13.6051 10.8571 13.8462 11.1544 13.8462H20.8468C21.1441 13.8462 21.3852 13.6051 21.3852 13.3077V12.7692C21.3852 12.4718 21.6263 12.2308 21.9237 12.2308C22.2211 12.2308 22.4621 12.4718 22.4621 12.7692V13.3077C22.4621 14.1998 21.7389 14.9231 20.8468 14.9231H20.3083V16.5385H21.9237C22.2211 16.5385 22.4621 16.7795 22.4621 17.0769C22.4621 17.3743 22.2211 17.6154 21.9237 17.6154H20.3083V18.6923C20.3083 18.8747 20.297 19.0544 20.275 19.2308H20.8468C21.7389 19.2308 22.4621 19.954 22.4621 20.8462V21.3846C22.4621 21.682 22.2211 21.9231 21.9237 21.9231C21.6263 21.9231 21.3852 21.682 21.3852 21.3846V20.8462C21.3852 20.5488 21.1441 20.3077 20.8468 20.3077H19.9952C19.3561 21.8864 17.8084 23 16.0006 23C14.1928 23 12.6451 21.8864 12.006 20.3077H11.1544C10.8571 20.3077 10.616 20.5488 10.616 20.8462V21.3846C10.616 21.682 10.3749 21.9231 10.0775 21.9231C9.78014 21.9231 9.53906 21.682 9.53906 21.3846V20.8462C9.53906 19.954 10.2623 19.2308 11.1544 19.2308H11.7262C11.7042 19.0544 11.6929 18.8747 11.6929 18.6923V17.6154H10.0775C9.78014 17.6154 9.53906 17.3743 9.53906 17.0769C9.53906 16.7795 9.78014 16.5385 10.0775 16.5385H11.6929V14.9231ZM12.7698 14.9231V18.6923C12.7698 20.4766 14.2163 21.9231 16.0006 21.9231C17.7849 21.9231 19.2314 20.4766 19.2314 18.6923V14.9231H12.7698Z" fill="#38B4FF"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,9 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="16" fill="#E7F6FF"/>
|
||||
<circle cx="16" cy="16" r="13.5" fill="white" stroke="#CDECFF"/>
|
||||
<path d="M11.0508 15.1016H15.5508" stroke="#38B4FF" stroke-width="0.9" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.25 10.1514H12.85" stroke="#38B4FF" stroke-width="0.9" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M11.0508 10.1514V19.6389C11.0508 19.8676 11.1377 20.087 11.2924 20.2487C11.4471 20.4105 11.657 20.5014 11.8758 20.5014H15.5508" stroke="#38B4FF" stroke-width="0.9" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.5508 20.0514C15.5508 19.5543 15.9537 19.1514 16.4508 19.1514H21.8508C22.3478 19.1514 22.7508 19.5543 22.7508 20.0514V20.9514C22.7508 21.4484 22.3478 21.8514 21.8508 21.8514H16.4508C15.9537 21.8514 15.5508 21.4484 15.5508 20.9514V20.0514Z" stroke="#38B4FF" stroke-width="0.9" stroke-linejoin="round"/>
|
||||
<path d="M15.5508 14.651C15.5508 14.1539 15.9537 13.751 16.4508 13.751H21.8508C22.3478 13.751 22.7508 14.1539 22.7508 14.651V15.551C22.7508 16.048 22.3478 16.451 21.8508 16.451H16.4508C15.9537 16.451 15.5508 16.048 15.5508 15.551V14.651Z" stroke="#38B4FF" stroke-width="0.9" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -1,27 +1,16 @@
|
||||
<svg width="37" height="41" viewBox="0 0 37 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.75698 1.21021C1.63701 1.01025 1.78104 0.755859 2.01423 0.755859H11.7761C11.8814 0.755859 11.9791 0.811149 12.0333 0.901511L19.5195 13.3784C19.6394 13.5784 19.4954 13.8328 19.2622 13.8328H9.50039C9.39501 13.8328 9.29735 13.7775 9.24314 13.6871L1.75698 1.21021Z" fill="#FFECDB"/>
|
||||
<path d="M35.2118 1.21021C35.3317 1.01025 35.1877 0.755859 34.9545 0.755859H25.1927C25.0873 0.755859 24.9897 0.811149 24.9354 0.901511L17.4493 13.3784C17.3293 13.5784 17.4734 13.8328 17.7065 13.8328H27.4684C27.5737 13.8328 27.6714 13.7775 27.7256 13.6871L35.2118 1.21021Z" fill="#FFECDB"/>
|
||||
<g filter="url(#filter0_d_1083_764)">
|
||||
<circle cx="18.4853" cy="20.37" r="15.6923" fill="#FFF4EA"/>
|
||||
</g>
|
||||
<circle cx="18.4844" cy="20.7559" r="12.5" fill="white" stroke="#FFECDB"/>
|
||||
<circle cx="18.4844" cy="20.7559" r="10" fill="#FFF4EA"/>
|
||||
<g clip-path="url(#clip0_1083_764)">
|
||||
<path d="M18.4844 27.7559C14.6183 27.7559 11.4844 24.622 11.4844 20.7559C11.4844 16.8898 14.6183 13.7559 18.4844 13.7559C22.3505 13.7559 25.4844 16.8898 25.4844 20.7559C25.4844 24.622 22.3505 27.7559 18.4844 27.7559ZM19.1844 20.7559V17.2559H17.7844V22.1559H21.9844V20.7559H19.1844Z" fill="#FFBC7E"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_1083_764" x="0.792969" y="4.67773" width="35.3848" height="35.3848" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.67451 0 0 0 0 0.74902 0 0 0 0 0.862745 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1083_764"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1083_764" result="shape"/>
|
||||
</filter>
|
||||
<clipPath id="clip0_1083_764">
|
||||
<rect width="16" height="16" fill="white" transform="translate(10.4844 12.7559)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="16" fill="#FFF4EA"/>
|
||||
<circle cx="16" cy="16" r="13.5" fill="white" stroke="#FFECDB"/>
|
||||
<g clip-path="url(#clip0_13324_7459)">
|
||||
<path d="M13.6375 20.85H10.15C9.65294 20.85 9.25 20.4471 9.25 19.95V11.4C9.25 10.9029 9.65294 10.5 10.15 10.5H20.95C21.4471 10.5 21.85 10.9029 21.85 11.4V12.75" stroke="#FF9839" stroke-width="0.9" stroke-linecap="round"/>
|
||||
<path d="M12.8516 9.15039V11.8504" stroke="#FF9839" stroke-width="0.9" stroke-linecap="round"/>
|
||||
<path d="M18.25 9.15039V11.8504" stroke="#FF9839" stroke-width="0.9" stroke-linecap="round"/>
|
||||
<circle cx="19.1508" cy="18.1498" r="3.6" stroke="#FF9839" stroke-width="0.9"/>
|
||||
<path d="M19.1523 16.7998V18.1498L20.0523 19.0498" stroke="#FF9839" stroke-width="0.9" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_13324_7459">
|
||||
<rect width="14.4" height="14.4" fill="white" transform="translate(8.80078 7.79688)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="16" fill="#EEF6FF"/>
|
||||
<circle cx="16" cy="16" r="13.5" fill="white" stroke="#D9EAFF"/>
|
||||
<g opacity="0.9">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7574 9.75931C12.8826 8.63409 14.4087 8.00195 16 8.00195C17.5913 8.00195 19.1174 8.63409 20.2426 9.75931C21.3679 10.8845 22 12.4107 22 14.002C22 15.313 21.4975 16.642 20.4695 17.5729L20.3409 17.7012C19.6341 18.4058 19.1283 18.9101 18.9903 19.6C18.9361 19.8708 18.6727 20.0464 18.4019 19.9922C18.1312 19.9381 17.9556 19.6747 18.0097 19.4039C18.2104 18.4002 18.9393 17.6799 19.5884 17.0384C19.6503 16.9772 19.7115 16.9167 19.7714 16.8567C19.7776 16.8505 19.784 16.8445 19.7905 16.8386C20.5891 16.12 21 15.07 21 14.002C21 12.6759 20.4732 11.4041 19.5355 10.4664C18.5979 9.52874 17.3261 9.00195 16 9.00195C14.6739 9.00195 13.4021 9.52874 12.4645 10.4664C11.5268 11.4041 11 12.6759 11 14.002C11 14.8207 11.1527 15.7808 12.2286 16.8567C12.2746 16.9028 12.3225 16.9503 12.3717 16.999C12.6513 17.2763 12.973 17.5954 13.2495 17.9403C13.5772 18.3491 13.8765 18.835 13.9903 19.4039C14.0444 19.6747 13.8688 19.9381 13.5981 19.9922C13.3273 20.0464 13.0639 19.8708 13.0097 19.6C12.9402 19.2523 12.7478 18.9132 12.4693 18.5657C12.2316 18.2692 11.9565 17.9962 11.6758 17.7174C11.6245 17.6666 11.5729 17.6153 11.5214 17.5638C10.214 16.2564 10 15.0165 10 14.002C10 12.4107 10.6321 10.8845 11.7574 9.75931Z" fill="#3382FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 21.502C13 21.2258 13.2239 21.002 13.5 21.002H18.5C18.7761 21.002 19 21.2258 19 21.502C19 21.7781 18.7761 22.002 18.5 22.002H13.5C13.2239 22.002 13 21.7781 13 21.502Z" fill="#3382FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 23.502C18 23.7781 17.7761 24.002 17.5 24.002H14.5C14.2239 24.002 14 23.7781 14 23.502C14 23.2258 14.2239 23.002 14.5 23.002H17.5C17.7761 23.002 18 23.2258 18 23.502Z" fill="#3382FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8536 12.8555C17.0488 12.6602 17.0488 12.3437 16.8536 12.1484C16.6583 11.9531 16.3417 11.9531 16.1464 12.1484L14.1464 14.1484C14.0034 14.2914 13.9607 14.5065 14.0381 14.6933C14.1155 14.8801 14.2978 15.002 14.5 15.002H16.2929L15.1464 16.1484C14.9512 16.3437 14.9512 16.6602 15.1464 16.8555C15.3417 17.0508 15.6583 17.0508 15.8536 16.8555L17.8536 14.8555C17.9966 14.7125 18.0393 14.4974 17.9619 14.3106C17.8845 14.1238 17.7022 14.002 17.5 14.002H15.7071L16.8536 12.8555Z" fill="#3382FF"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -1,23 +1,5 @@
|
||||
<svg width="37" height="41" viewBox="0 0 37 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.75308 1.21216C1.6331 1.0122 1.77714 0.757812 2.01033 0.757812H11.7722C11.8775 0.757812 11.9752 0.813102 12.0294 0.903464L19.5156 13.3804C19.6355 13.5803 19.4915 13.8347 19.2583 13.8347H9.49648C9.3911 13.8347 9.29345 13.7794 9.23923 13.6891L1.75308 1.21216Z" fill="#CDECFF"/>
|
||||
<path d="M35.2079 1.21216C35.3278 1.0122 35.1838 0.757812 34.9506 0.757812H25.1888C25.0834 0.757812 24.9858 0.813102 24.9315 0.903464L17.4454 13.3804C17.3254 13.5803 17.4694 13.8347 17.7026 13.8347H27.4645C27.5698 13.8347 27.6675 13.7794 27.7217 13.6891L35.2079 1.21216Z" fill="#CDECFF"/>
|
||||
<g filter="url(#filter0_d_1083_777)">
|
||||
<circle cx="18.4814" cy="20.372" r="15.6923" fill="#E7F6FF"/>
|
||||
</g>
|
||||
<circle cx="18.4805" cy="20.7578" r="12.5" fill="white" stroke="#CDECFF"/>
|
||||
<circle cx="18.4805" cy="20.7578" r="10" fill="#E7F6FF"/>
|
||||
<rect x="12.3555" y="14.6328" width="12.25" height="12.25" fill="#D9D9D9" fill-opacity="0.01"/>
|
||||
<path d="M21.4579 15.7464H23.2444C23.4023 15.7464 23.5538 15.8051 23.6654 15.9095C23.7771 16.014 23.8398 16.1556 23.8398 16.3033V26.326C23.8398 26.4737 23.7771 26.6153 23.6654 26.7197C23.5538 26.8241 23.4023 26.8828 23.2444 26.8828H13.7166C13.5586 26.8828 13.4072 26.8241 13.2955 26.7197C13.1838 26.6153 13.1211 26.4737 13.1211 26.326V16.3033C13.1211 16.1556 13.1838 16.014 13.2955 15.9095C13.4072 15.8051 13.5586 15.7464 13.7166 15.7464H15.503V14.6328H16.694V15.7464H20.2669V14.6328H21.4579V15.7464ZM15.503 19.0874V20.201H21.4579V19.0874H15.503ZM15.503 21.3146V22.4283H21.4579V21.3146H15.503Z" fill="#77CBFF"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_1083_777" x="0.789062" y="4.67969" width="35.3848" height="35.3848" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.67451 0 0 0 0 0.74902 0 0 0 0 0.862745 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1083_777"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1083_777" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="16" fill="#EEF6FF"/>
|
||||
<circle cx="16" cy="16" r="13.5" fill="white" stroke="#D9EAFF"/>
|
||||
<path opacity="0.9" fill-rule="evenodd" clip-rule="evenodd" d="M12 9.5C10.6193 9.5 9.5 10.6193 9.5 12L9.5 20C9.5 21.3807 10.6193 22.5 12 22.5H20C21.3807 22.5 22.5 21.3807 22.5 20V12C22.5 10.6193 21.3807 9.5 20 9.5L12 9.5ZM10.5 12C10.5 11.1716 11.1716 10.5 12 10.5L20 10.5C20.8284 10.5 21.5 11.1716 21.5 12V20C21.5 20.8284 20.8284 21.5 20 21.5H12C11.1716 21.5 10.5 20.8284 10.5 20L10.5 12ZM19.3536 14.3536C19.5488 14.1583 19.5488 13.8417 19.3536 13.6464C19.1583 13.4512 18.8417 13.4512 18.6464 13.6464L15 17.2929L13.3536 15.6464C13.1583 15.4512 12.8417 15.4512 12.6464 15.6464C12.4512 15.8417 12.4512 16.1583 12.6464 16.3536L14.6464 18.3536C14.8417 18.5488 15.1583 18.5488 15.3536 18.3536L19.3536 14.3536Z" fill="#3382FF"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 939 B |
@@ -0,0 +1,5 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="16" cy="16" r="16" fill="#FFF4EA"/>
|
||||
<circle cx="16" cy="16" r="13.5" fill="white" stroke="#FFECDB"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7505 10.5C13.2864 10.5 12.8413 10.6844 12.5131 11.0125C12.185 11.3407 12.0006 11.7857 12.0006 12.2498C12.0006 12.7139 12.185 13.1589 12.5131 13.4871C12.8413 13.8152 13.2864 13.9996 13.7505 13.9996C14.2146 13.9996 14.6597 13.8152 14.9879 13.4871C15.3161 13.1589 15.5004 12.7139 15.5004 12.2498C15.5004 11.7857 15.3161 11.3407 14.9879 11.0125C14.6597 10.6844 14.2146 10.5 13.7505 10.5ZM11.806 10.3054C12.3218 9.7897 13.0212 9.5 13.7505 9.5C14.4798 9.5 15.1793 9.7897 15.695 10.3054C16.2107 10.8211 16.5004 11.5205 16.5004 12.2498C16.5004 12.9791 16.2107 13.6785 15.695 14.1942C15.1793 14.7099 14.4798 14.9996 13.7505 14.9996C13.0212 14.9996 12.3218 14.7099 11.806 14.1942C11.2903 13.6785 11.0006 12.9791 11.0006 12.2498C11.0006 11.5205 11.2903 10.8211 11.806 10.3054ZM19.7503 12.4998C19.4188 12.4998 19.1009 12.6315 18.8665 12.8659C18.632 13.1003 18.5004 13.4182 18.5004 13.7496C18.5004 14.0811 18.632 14.399 18.8665 14.6334C19.1009 14.8678 19.4188 14.9995 19.7503 14.9995C20.0818 14.9995 20.3997 14.8678 20.6342 14.6334C20.8686 14.399 21.0002 14.0811 21.0002 13.7496C21.0002 13.4182 20.8686 13.1003 20.6342 12.8659C20.3997 12.6315 20.0818 12.4998 19.7503 12.4998ZM18.1594 12.1588C18.5813 11.7368 19.1536 11.4998 19.7503 11.4998C20.347 11.4998 20.9193 11.7368 21.3412 12.1588C21.7632 12.5807 22.0002 13.1529 22.0002 13.7496C22.0002 14.3464 21.7632 14.9186 21.3412 15.3405C20.9193 15.7625 20.347 15.9995 19.7503 15.9995C19.1536 15.9995 18.5813 15.7625 18.1594 15.3405C17.7374 14.9186 17.5004 14.3464 17.5004 13.7496C17.5004 13.1529 17.7374 12.5807 18.1594 12.1588ZM15.2408 17.3062C14.4768 16.9752 13.6243 16.9078 12.8178 17.1148C12.0113 17.3217 11.2966 17.7912 10.7864 18.4491C10.3198 19.0509 10.0485 19.7791 10.0059 20.5361C11.1156 21.1495 12.3915 21.4989 13.7498 21.4989L13.7507 21.4989C15.0616 21.5011 16.3499 21.1691 17.4944 20.5365C17.4622 19.9607 17.3001 19.4202 17.0377 18.9437L17.0374 18.943C16.6369 18.2131 16.0048 17.6372 15.2408 17.3062ZM18.1572 21.3099C16.8204 22.0906 15.299 22.5014 13.7494 22.4989C12.1022 22.4988 10.5596 22.0427 9.24279 21.25C9.09394 21.1604 9.00228 21 9.00069 20.8262L9.00002 20.7536L9 20.7493C8.99943 19.6946 9.3499 18.6698 9.99616 17.8364C10.6424 17.0029 11.5477 16.4083 12.5693 16.1461C13.5909 15.884 14.6706 15.9693 15.6384 16.3886C16.39 16.7143 17.0409 17.2271 17.5318 17.8732C17.8669 17.5602 18.2664 17.3198 18.7058 17.1707C19.3751 16.9436 20.1002 16.9409 20.7712 17.1629C21.4422 17.385 22.0225 17.8197 22.4241 18.4012C22.8258 18.9828 23.027 19.6794 22.9971 20.3855C22.9893 20.5686 22.8821 20.7328 22.7175 20.8134C21.7938 21.2658 20.7787 21.5004 19.7502 21.499C19.2132 21.4995 18.6785 21.4359 18.1572 21.3099ZM19.7502 21.499C19.75 21.499 19.7498 21.499 19.7496 21.499L19.7503 20.999L19.7508 21.499C19.7506 21.499 19.7504 21.499 19.7502 21.499ZM18.064 18.7586C18.2922 19.2523 18.4384 19.7921 18.4846 20.3595C18.8995 20.4525 19.3238 20.4994 19.7498 20.499H19.751C20.5216 20.5001 21.2833 20.3456 21.9909 20.0461C21.9562 19.6613 21.8228 19.2902 21.6013 18.9696C21.3233 18.567 20.9215 18.266 20.457 18.1123C19.9925 17.9586 19.4905 17.9605 19.0271 18.1177C18.6541 18.2442 18.3226 18.4659 18.064 18.7586ZM13.7494 22.4989C13.7493 22.4989 13.7491 22.4989 13.749 22.4989L13.7498 21.9989V22.4989C13.7497 22.4989 13.7496 22.4989 13.7494 22.4989Z" fill="#FF9839"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |