Skip to content
Snippets Groups Projects
Commit c16c7645 authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by Elmar Ludwig
Browse files

Resolve "Polishing TIC: Neue Icons 5.3"

Closes #1833

Merge request studip/studip!1336
parent efef1449
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
Showing
with 123 additions and 52 deletions
...@@ -158,8 +158,9 @@ foreach ($questionnaire->questions as $question) { ...@@ -158,8 +158,9 @@ foreach ($questionnaire->questions as $question) {
:class="(activeTab === question.id || activeTab === 'meta_' + question.id ? 'active' : '') + (hoverTab === question.id ? ' hovered' : '')"> :class="(activeTab === question.id || activeTab === 'meta_' + question.id ? 'active' : '') + (hoverTab === question.id ? ' hovered' : '')">
<a href="#" <a href="#"
@click.prevent="switchTab(question.id)"> @click.prevent="switchTab(question.id)">
<span class="icon handle"> <span class="handle"></span>
<studip-icon :shape="(hoverTab === question.id) && (questions.length > 1) ? 'hamburger' : questiontypes[question.questiontype].icon" role="clickable" size="30" alt=""></studip-icon> <span class="icon type">
<studip-icon :shape="questiontypes[question.questiontype].icon" role="clickable" size="30" alt=""></studip-icon>
</span> </span>
<div v-if="editInternalName !== question.id">{{ question.internal_name || questiontypes[question.questiontype].name}}</div> <div v-if="editInternalName !== question.id">{{ question.internal_name || questiontypes[question.questiontype].name}}</div>
...@@ -174,7 +175,7 @@ foreach ($questionnaire->questions as $question) { ...@@ -174,7 +175,7 @@ foreach ($questionnaire->questions as $question) {
</div> </div>
</a> </a>
<studip-action-menu :items="[{label: '<?= _('Umbenennen') ?>', icon: 'edit', emit: 'rename'}, {label: '<?= _('Frage kopieren') ?>', icon: 'clipboard', emit: 'copy'}, {label: '<?= _('Frage nach oben verschieben') ?>', icon: 'arr_1up', emit: 'moveup'}, {label: '<?= _('Frage nach unten verschieben') ?>', icon: 'arr_1down', emit: 'movedown'}, {label: '<?= _('Frage löschen') ?>', icon: 'trash', emit: 'delete'}]" <studip-action-menu :items="[{label: '<?= _('Umbenennen') ?>', icon: 'edit', emit: 'rename'}, {label: '<?= _('Frage kopieren') ?>', icon: 'copy', emit: 'copy'}, {label: '<?= _('Frage nach oben verschieben') ?>', icon: 'arr_1up', emit: 'moveup'}, {label: '<?= _('Frage nach unten verschieben') ?>', icon: 'arr_1down', emit: 'movedown'}, {label: '<?= _('Frage löschen') ?>', icon: 'trash', emit: 'delete'}]"
@copy="duplicateQuestion(question.id)" @copy="duplicateQuestion(question.id)"
@rename="renameInternalName(question.id)" @rename="renameInternalName(question.id)"
@moveup="moveQuestionUp(question.id)" @moveup="moveQuestionUp(question.id)"
......
<li>
<?= Assets::img('anfasser_24.png', [ 'title' => _('Antwort verschieben'), 'class' => 'move' ]) ?>
<input type="text"
name="questions[<?= $vote->getId() ?>][task][answers][]"
value="<?= htmlReady($answer['text'] ?? '') ?>"
placeholder="<?= _('Antwort ...') ?>"
aria-label="<?= _('Geben Sie eine Antwortmöglichkeit zu der von Ihnen gestellten Frage ein.') ?>">
<?= Icon::create('trash', ['title' => _('Antwort löschen')])->asImg(20, ['class' => 'text-bottom delete']) ?>
<?= Icon::create('add', ['title' => _('Antwort hinzufügen')])->asImg(20, ['class' => 'text-bottom add']) ?>
</li>
...@@ -23,7 +23,7 @@ class Freetext extends QuestionnaireQuestion implements QuestionType ...@@ -23,7 +23,7 @@ class Freetext extends QuestionnaireQuestion implements QuestionType
*/ */
public static function getIconShape() public static function getIconShape()
{ {
return 'guestbook'; return 'question-text';
} }
/** /**
......
...@@ -14,7 +14,7 @@ class LikertScale extends QuestionnaireQuestion implements QuestionType ...@@ -14,7 +14,7 @@ class LikertScale extends QuestionnaireQuestion implements QuestionType
*/ */
public static function getIconShape() public static function getIconShape()
{ {
return 'likert'; return 'question-likert';
} }
public static function getName() public static function getName()
......
...@@ -14,7 +14,7 @@ class RangeScale extends QuestionnaireQuestion implements QuestionType ...@@ -14,7 +14,7 @@ class RangeScale extends QuestionnaireQuestion implements QuestionType
*/ */
public static function getIconShape() public static function getIconShape()
{ {
return 'rangescale'; return 'question-rangescale';
} }
public static function getName() public static function getName()
......
...@@ -14,7 +14,7 @@ class Vote extends QuestionnaireQuestion implements QuestionType ...@@ -14,7 +14,7 @@ class Vote extends QuestionnaireQuestion implements QuestionType
*/ */
public static function getIconShape() public static function getIconShape()
{ {
return 'vote'; return 'question-diagram';
} }
public static function getName() public static function getName()
......
public/assets/images/anfasser_24.png

1.81 KiB | W: | H:

public/assets/images/anfasser_24.png

342 B | W: | H:

public/assets/images/anfasser_24.png
public/assets/images/anfasser_24.png
public/assets/images/anfasser_24.png
public/assets/images/anfasser_24.png
  • 2-up
  • Swipe
  • Onion skin
public/assets/images/anfasser_48.png

1.9 KiB | W: | H:

public/assets/images/anfasser_48.png

512 B | W: | H:

public/assets/images/anfasser_48.png
public/assets/images/anfasser_48.png
public/assets/images/anfasser_48.png
public/assets/images/anfasser_48.png
  • 2-up
  • Swipe
  • Onion skin
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 20 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="c">
<g id="d">
<g>
<ellipse cx="15.97" cy="18.02" rx="4.03" ry="4.01"/>
<ellipse cx="15.97" cy="4.01" rx="4.03" ry="4.01"/>
<ellipse cx="15.97" cy="32.03" rx="4.03" ry="4.01"/>
<ellipse cx="15.97" cy="46.01" rx="4.03" ry="4.01"/>
<ellipse cx="4.03" cy="10.97" rx="4.03" ry="4.01"/>
<ellipse cx="4.03" cy="24.98" rx="4.03" ry="4.01"/>
<ellipse cx="4.03" cy="38.96" rx="4.03" ry="4.01"/>
<ellipse cx="15.97" cy="59.99" rx="4.03" ry="4.01"/>
<ellipse cx="4.03" cy="52.95" rx="4.03" ry="4.01"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 20 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="c">
<g id="d">
<g>
<ellipse cx="15.97" cy="18.02" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="15.97" cy="4.01" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="15.97" cy="32.03" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="15.97" cy="46.01" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="4.03" cy="10.97" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="4.03" cy="24.98" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="4.03" cy="38.96" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="15.97" cy="59.99" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
<ellipse cx="4.03" cy="52.95" rx="4.03" ry="4.01" style="fill:rgb(110,110,110);"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 20 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="c">
<g id="d">
<g>
<ellipse cx="15.97" cy="18.02" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="15.97" cy="4.01" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="15.97" cy="32.03" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="15.97" cy="46.01" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="4.03" cy="10.97" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="4.03" cy="24.98" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="4.03" cy="38.96" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="15.97" cy="59.99" rx="4.03" ry="4.01" style="fill:white;"/>
<ellipse cx="4.03" cy="52.95" rx="4.03" ry="4.01" style="fill:white;"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1.0976,0,0,1.0976,-0.780776,-0.780776)">
<path d="M7.25,5.75C7.25,6.164 6.914,6.5 6.5,6.5C6.086,6.5 5.75,6.164 5.75,5.75C5.75,5.336 6.086,5 6.5,5C6.914,5 7.25,5.336 7.25,5.75ZM9.25,5.75C9.25,6.164 8.914,6.5 8.5,6.5C8.086,6.5 7.75,6.164 7.75,5.75C7.75,5.336 8.086,5 8.5,5C8.914,5 9.25,5.336 9.25,5.75ZM11.25,5.75C11.25,6.164 10.914,6.5 10.5,6.5C10.086,6.5 9.75,6.164 9.75,5.75C9.75,5.336 10.086,5 10.5,5C10.914,5 11.25,5.336 11.25,5.75ZM13.25,5.75C13.25,6.164 12.914,6.5 12.5,6.5C12.086,6.5 11.75,6.164 11.75,5.75C11.75,5.336 12.086,5 12.5,5C12.914,5 13.25,5.336 13.25,5.75ZM6.5,11C6.914,11 7.25,10.664 7.25,10.25C7.25,9.836 6.914,9.5 6.5,9.5C6.086,9.5 5.75,9.836 5.75,10.25C5.75,10.664 6.086,11 6.5,11ZM8.5,11C8.914,11 9.25,10.664 9.25,10.25C9.25,9.836 8.914,9.5 8.5,9.5C8.086,9.5 7.75,9.836 7.75,10.25C7.75,10.664 8.086,11 8.5,11ZM10.5,11C10.914,11 11.25,10.664 11.25,10.25C11.25,9.836 10.914,9.5 10.5,9.5C10.086,9.5 9.75,9.836 9.75,10.25C9.75,10.664 10.086,11 10.5,11ZM12.5,11C12.914,11 13.25,10.664 13.25,10.25C13.25,9.836 12.914,9.5 12.5,9.5C12.086,9.5 11.75,9.836 11.75,10.25C11.75,10.664 12.086,11 12.5,11Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.0976,0,0,1.0976,-0.780776,-0.780776)">
<path d="M1,5.5C1,4.119 2.119,3 3.5,3L12.5,3C13.881,3 15,4.119 15,5.5L15,10.5C15,11.881 13.881,13 12.5,13L3.5,13C2.119,13 1,11.881 1,10.5L1,5.5ZM3.5,4C2.672,4 2,4.672 2,5.5L2,7.5L4,7.5L4,4L3.5,4ZM5,4L5,7.5L14,7.5L14,5.5C14,4.672 13.328,4 12.5,4L5,4ZM4,8.5L2,8.5L2,10.5C2,11.328 2.672,12 3.5,12L4,12L4,8.5ZM5,12L12.5,12C13.328,12 14,11.328 14,10.5L14,8.5L5,8.5L5,12Z" style="fill-rule:nonzero;"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="c">
<rect x="0" y="0" width="64" height="64" style="fill:none;"/>
</g>
<g id="d">
<g id="e">
<g>
<path d="M4,14L4,50L60,50L60,14L4,14ZM57,17L57,30.5L16.5,30.5L16.5,17L57,17ZM7,17L13.5,17L13.5,30.5L7,30.5L7,17ZM7,47L7,33.5L13.5,33.5L13.5,47L7,47ZM16.5,47L16.5,33.5L57,33.5L57,47L16.5,47Z" style="fill-rule:nonzero;"/>
<circle cx="22.5" cy="23.5" r="2.5"/>
<circle cx="41.83" cy="23.5" r="2.5"/>
<circle cx="51.5" cy="23.5" r="2.5"/>
<circle cx="32.17" cy="23.5" r="2.5"/>
<circle cx="22.25" cy="40.5" r="2.5"/>
<circle cx="41.75" cy="40.5" r="2.5"/>
<circle cx="51.5" cy="40.5" r="2.5"/>
<circle cx="32" cy="40.5" r="2.5"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="c">
<rect x="0" y="0" width="64" height="64" style="fill:none;"/>
</g>
<g id="d">
<g id="e">
<g>
<path d="M4,14L4,50L60,50L60,14L4,14ZM57,47L7,47L7,17L57,17L57,47Z" style="fill-rule:nonzero;"/>
<path d="M18,35.98L15.52,33.5L26.2,33.5C26.87,36.09 29.21,38 32,38C34.79,38 37.14,36.09 37.8,33.5L48.48,33.5L46,35.98L46,40.03L54,32.03L46,24.03L46,28.08L48.42,30.5L37.8,30.5C37.13,27.91 34.79,26 32,26C29.21,26 26.86,27.91 26.2,30.5L15.58,30.5L18,28.08L18,24.03L10,32.03L18,40.03L18,35.98ZM32,29C33.65,29 35,30.35 35,32C35,33.65 33.65,35 32,35C30.35,35 29,33.65 29,32C29,30.35 30.35,29 32,29Z" style="fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="c">
<rect x="0" y="0" width="64" height="64" style="fill:none;"/>
</g>
<g id="d">
<g id="e">
<path d="M4,14L4,50L60,50L60,14L4,14ZM57,47L7,47L7,17L57,17L57,47Z" style="fill-rule:nonzero;"/>
<g>
<path d="M35.05,36L37.05,36L37.05,34L35.05,34L35.05,22.06L33.05,22.06L33.05,34L31.05,34L31.05,36L33.05,36L33.05,42L29.05,42L29.05,44L33.05,44L33.05,42.06L35.05,42.06L35.05,44L39.05,44L39.05,42L35.05,42L35.05,36Z" style="fill-rule:nonzero;"/>
<rect x="29.05" y="20" width="4" height="2"/>
<rect x="35.05" y="20" width="4" height="2"/>
<path d="M20.87,24L20.18,22L15,22L15,24L17.14,24L11.64,40L9,40L9,42L12.75,42C12.95,42 13.12,41.93 13.25,41.8C13.39,41.67 13.48,41.52 13.53,41.35L15.14,36.52L22.86,36.52L24.47,41.35C24.53,41.54 24.63,41.69 24.76,41.81C24.89,41.93 25.06,41.99 25.26,41.99L29,41.99L29,39.99L26.37,39.99L20.87,23.99L20.87,24ZM15.79,34.58L18.49,26.46C18.67,25.96 18.84,25.33 19.01,24.58C19.09,24.94 19.17,25.29 19.26,25.61C19.35,25.93 19.43,26.21 19.51,26.45L22.21,34.59L15.79,34.59L15.79,34.58Z" style="fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 700 700" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g>
<g transform="matrix(1.27148,0,0,1.27148,-95.0191,-6.01074)">
<path d="M314.72,263.2L211.12,263.2L233.518,240.802C240.237,234.083 240.237,224.001 233.518,217.282C226.799,210.563 216.717,210.563 209.998,217.282L159.6,267.68C152.881,274.399 152.881,284.481 159.6,291.2L209.998,341.598C213.357,344.957 217.279,346.637 221.76,346.637C226.241,346.637 230.158,344.957 233.522,341.598C240.241,334.879 240.241,324.797 233.522,318.078L211.124,295.68L314.724,295.68C323.685,295.68 331.525,288.399 331.525,278.879C331.517,271.039 323.677,263.199 314.716,263.199L314.72,263.2Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.27148,0,0,1.27148,-95.0191,-6.01074)">
<path d="M490.56,217.84C487.201,214.481 482.72,212.801 478.802,212.801C474.322,212.801 470.404,214.481 467.04,217.84C460.321,224.559 460.321,234.641 467.04,241.36L489.438,263.758L385.278,263.762C376.317,263.762 368.477,271.043 368.477,280.563C368.477,289.524 375.758,297.364 385.278,297.364L488.878,297.364L466.48,319.762C459.761,326.481 459.761,336.563 466.48,343.282C473.199,350.001 483.281,350.001 490,343.282L540.398,292.884C547.117,286.165 547.117,276.083 540.398,269.364L490.56,217.84Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.27148,0,0,1.27148,-95.0191,-6.01074)">
<path d="M551.604,138.32L148.4,138.32C113.119,138.32 84.002,167.441 84.002,202.718L84.002,357.278C84.002,392.559 113.123,421.676 148.4,421.676L551.6,421.676C586.881,421.676 615.998,392.555 615.998,357.278L616.002,202.718C616.002,167.441 586.881,138.32 551.604,138.32ZM582.397,357.28C582.397,374.639 568.397,388.081 551.596,388.081L148.396,388.077C131.037,388.077 117.595,374.077 117.595,357.276L117.599,202.716C117.599,185.357 131.599,171.915 148.4,171.915L551.6,171.915C568.959,171.915 582.401,185.915 582.401,202.716L582.397,357.28Z" style="fill-rule:nonzero;"/>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1.0976,0,0,1.0976,-0.780776,-0.780776)">
<path d="M7.25,5.75C7.25,6.164 6.914,6.5 6.5,6.5C6.086,6.5 5.75,6.164 5.75,5.75C5.75,5.336 6.086,5 6.5,5C6.914,5 7.25,5.336 7.25,5.75ZM9.25,5.75C9.25,6.164 8.914,6.5 8.5,6.5C8.086,6.5 7.75,6.164 7.75,5.75C7.75,5.336 8.086,5 8.5,5C8.914,5 9.25,5.336 9.25,5.75ZM11.25,5.75C11.25,6.164 10.914,6.5 10.5,6.5C10.086,6.5 9.75,6.164 9.75,5.75C9.75,5.336 10.086,5 10.5,5C10.914,5 11.25,5.336 11.25,5.75ZM13.25,5.75C13.25,6.164 12.914,6.5 12.5,6.5C12.086,6.5 11.75,6.164 11.75,5.75C11.75,5.336 12.086,5 12.5,5C12.914,5 13.25,5.336 13.25,5.75ZM6.5,11C6.914,11 7.25,10.664 7.25,10.25C7.25,9.836 6.914,9.5 6.5,9.5C6.086,9.5 5.75,9.836 5.75,10.25C5.75,10.664 6.086,11 6.5,11ZM8.5,11C8.914,11 9.25,10.664 9.25,10.25C9.25,9.836 8.914,9.5 8.5,9.5C8.086,9.5 7.75,9.836 7.75,10.25C7.75,10.664 8.086,11 8.5,11ZM10.5,11C10.914,11 11.25,10.664 11.25,10.25C11.25,9.836 10.914,9.5 10.5,9.5C10.086,9.5 9.75,9.836 9.75,10.25C9.75,10.664 10.086,11 10.5,11ZM12.5,11C12.914,11 13.25,10.664 13.25,10.25C13.25,9.836 12.914,9.5 12.5,9.5C12.086,9.5 11.75,9.836 11.75,10.25C11.75,10.664 12.086,11 12.5,11Z" style="fill:rgb(35,66,122);fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.0976,0,0,1.0976,-0.780776,-0.780776)">
<path d="M1,5.5C1,4.119 2.119,3 3.5,3L12.5,3C13.881,3 15,4.119 15,5.5L15,10.5C15,11.881 13.881,13 12.5,13L3.5,13C2.119,13 1,11.881 1,10.5L1,5.5ZM3.5,4C2.672,4 2,4.672 2,5.5L2,7.5L4,7.5L4,4L3.5,4ZM5,4L5,7.5L14,7.5L14,5.5C14,4.672 13.328,4 12.5,4L5,4ZM4,8.5L2,8.5L2,10.5C2,11.328 2.672,12 3.5,12L4,12L4,8.5ZM5,12L12.5,12C13.328,12 14,11.328 14,10.5L14,8.5L5,8.5L5,12Z" style="fill:rgb(35,66,122);fill-rule:nonzero;"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.f{fill:none;}.g{fill:#28497c;}</style></defs><g id="c"><rect class="f" width="64" height="64"/></g><g id="d"><g id="e"><rect class="g" x="10" y="24" width="8" height="21"/><rect class="g" x="22" y="19" width="8" height="26"/><rect class="g" x="34" y="36" width="8" height="9"/><rect class="g" x="46" y="28" width="8" height="17"/><path class="g" d="m4,14v36h56V14H4Zm53,33H7v-30h50v30Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.f{fill:none;}.g{fill:#28497c;}</style></defs><g id="c"><rect class="f" width="64" height="64"/></g><g id="d"><g id="e"><path class="g" d="m31.71,25.49c1.49,0,2.68-1.23,2.68-2.74s-1.2-2.75-2.68-2.75-2.68,1.23-2.68,2.75,1.2,2.74,2.68,2.74Z"/><polygon class="g" points="34.35 28.3 26.32 28.3 26.32 30.34 28.95 30.34 28.95 41.28 26.31 41.28 26.31 44 37 44 37 41.28 34.35 41.28 34.35 28.3"/><path class="g" d="m4,14v36h56V14H4Zm53,33H7v-30h50v30Z"/></g></g></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.f{fill:none;}.g{fill:#28497c;}</style></defs><g id="c"><rect class="f" width="64" height="64"/></g><g id="d"><g id="e"><g><path class="g" d="m4,14v36h56V14H4Zm53,3v13.5H16.5v-13.5h40.5Zm-50,0h6.5v13.5h-6.5v-13.5Zm0,30v-13.5h6.5v13.5h-6.5Zm9.5,0v-13.5h40.5v13.5H16.5Z"/><circle class="g" cx="22.5" cy="23.5" r="2.5"/><circle class="g" cx="41.83" cy="23.5" r="2.5"/><circle class="g" cx="51.5" cy="23.5" r="2.5"/><circle class="g" cx="32.17" cy="23.5" r="2.5"/><circle class="g" cx="22.25" cy="40.5" r="2.5"/><circle class="g" cx="41.75" cy="40.5" r="2.5"/><circle class="g" cx="51.5" cy="40.5" r="2.5"/><circle class="g" cx="32" cy="40.5" r="2.5"/></g></g></g></svg>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment