New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dls-graphics

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dls-graphics - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

build/svg.js

@@ -5,5 +5,9 @@ import Svgo from 'svgo'

import { createHash } from 'crypto'
import createDOMPurify from 'dompurify'
import { JSDOM } from 'jsdom'
const STRIP_ROOT_RE = /^[^>]*>|<[^<]*$/g
const DOMPurify = createDOMPurify(new JSDOM('').window)
const svgo = new Svgo({

@@ -22,3 +26,3 @@ plugins: [

content,
{ extractCss = false, exportData = false }
{ extractCss = false }
) {

@@ -61,3 +65,5 @@ const shasum = createHash('sha1')

const svg = stringify(el)
const svg = DOMPurify.sanitize(stringify(el), {
USE_PROFILES: { svg: true }
})
const css = styleContents.length

@@ -64,0 +70,0 @@ ? await processCss(styleContents.join(''), id)

4

CHANGELOG.md
> ⚠️ - Breaking Changes
## 1.1.1
- Updated `not-found`.
## 1.1.0

@@ -4,0 +8,0 @@

@@ -5,4 +5,4 @@ 'use strict';

var forbidden = {
contents: '<path stroke="url(#paint0_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/><mask id="a" style="mask-type:alpha" width="56" height="66" x="78" y="26" maskUnits="userSpaceOnUse"><path stroke="url(#paint1_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132193)" d="M73.051 59.8h64.9v17.6h-64.9z" opacity=".6"/></g><rect width="110" height="77" x="51" y="67" fill="url(#paint3_linear_2539_132193)" rx="12"/><mask id="b" style="mask-type:alpha" width="110" height="77" x="51" y="67" maskUnits="userSpaceOnUse"><rect width="110" height="77" x="51" y="67" fill="url(#paint4_linear_2539_132193)" rx="12"/></mask><g mask="url(#b)"><path fill="url(#paint5_linear_2539_132193)" fill-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" clip-rule="evenodd" opacity=".8"/></g><path fill="url(#paint6_linear_2539_132193)" fill-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#757B94" fill-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#06F" fill-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" clip-rule="evenodd"/><path fill="url(#paint7_linear_2539_132193)" d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z"/><path stroke="#06F" stroke-linecap="round" stroke-width="3.5" d="M152.111 118.111l17.778 17.778"/><path stroke="#D3D9E6" stroke-width="1.8" d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901"/><path fill="#D3D9E6" d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z"/><defs><linearGradient id="paint0_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#D3D8E9"/><stop offset="1" stop-color="#D8DDED"/></linearGradient><linearGradient id="paint1_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#D8DCE8"/></linearGradient><linearGradient id="paint2_linear_2539_132193" x1="105.501" x2="105.501" y1="59.8" y2="77.4" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient><linearGradient id="paint3_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#B2BCE1"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint5_linear_2539_132193" x1="133.625" x2="160.53" y1="137.24" y2="102.289" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D9"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint6_linear_2539_132193" x1="106.001" x2="106.001" y1="93" y2="117.675" gradientUnits="userSpaceOnUse"><stop stop-color="#B1BAD4"/><stop offset="1" stop-color="#B9C1D8"/></linearGradient><linearGradient id="paint7_linear_2539_132193" x1="155.311" x2="169.852" y1="117.869" y2="139.183" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
var blank = {
contents: '<rect rx="12" fill="url(#paint0_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect><mask maskUnits="userSpaceOnUse" y="34" x="63" height="111" width="94" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect></mask><g mask="url(#a)"><path d="M72.458 41.459h75.083v94.083H72.458z" stroke-width=".917" stroke="#fff" fill="url(#paint2_linear_2539_132192)"></path><rect rx="6" fill="url(#paint3_linear_2539_132192)" y="44" x="35" height="17" width="70"></rect><path opacity=".8" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" fill="url(#paint4_linear_2539_132192)"></path></g><path d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132192)"></path><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint6_linear_2539_132192)"></path><mask maskUnits="userSpaceOnUse" y="23" x="91" height="19" width="38" style="mask-type:alpha" id="b"><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint7_linear_2539_132192)"></path></mask><g mask="url(#b)"><path opacity=".4" d="M75.563 32.482h62.688v12.889H75.563z" fill="url(#paint8_linear_2539_132192)"></path></g><circle fill="#757B94" r="2.2" cy="28.2" cx="110.001"></circle><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="40.6" x="32.6" height="14.8" width="66.8"></rect><path clip-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" fill-rule="evenodd" fill="#06F"></path><path d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z" stroke-width="2" stroke-dasharray="4.4 3.3" stroke="#06F" fill="#BFD9FF"></path><path d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103" stroke-width="1.8" stroke="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint0_linear_2539_132192"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint1_linear_2539_132192"><stop stop-color="#C0C5D8"></stop><stop stop-color="#EBF0FB" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="41" y1="41" x2="148" x1="72" id="paint2_linear_2539_132192"><stop stop-color="#CFD4E4"></stop><stop stop-color="#DBE1F2" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="59.692" y1="50" x2="104.34" x1="64" id="paint3_linear_2539_132192"><stop stop-color="#BBC0D5"></stop><stop stop-color="#CDD3E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="135.33" y1="140.271" x2="149.005" x1="123.319" id="paint4_linear_2539_132192"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="124.815" y1="121.498" x2="162.038" x1="152.946" id="paint5_linear_2539_132192"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint6_linear_2539_132192"><stop stop-color="#CBD1E7"></stop><stop stop-color="#DDE3F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint7_linear_2539_132192"><stop stop-color="#BEC2D0"></stop><stop stop-color="#DBE0F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="45.37" y1="32.482" x2="106.906" x1="106.906" id="paint8_linear_2539_132192"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -15,4 +15,4 @@ width: '220',

};
var forbiddenContent = {
contents: '<path stroke="url(#paint0_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/><mask id="a" style="mask-type:alpha" width="56" height="66" x="78" y="26" maskUnits="userSpaceOnUse"><path stroke="url(#paint1_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132193)" d="M73.051 59.8h64.9v17.6h-64.9z" opacity=".6"/></g><rect width="110" height="77" x="51" y="67" fill="url(#paint3_linear_2539_132193)" rx="12"/><mask id="b" style="mask-type:alpha" width="110" height="77" x="51" y="67" maskUnits="userSpaceOnUse"><rect width="110" height="77" x="51" y="67" fill="url(#paint4_linear_2539_132193)" rx="12"/></mask><g mask="url(#b)"><path fill="url(#paint5_linear_2539_132193)" fill-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" clip-rule="evenodd" opacity=".8"/></g><path fill="url(#paint6_linear_2539_132193)" fill-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#757B94" fill-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#06F" fill-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" clip-rule="evenodd"/><path fill="url(#paint7_linear_2539_132193)" d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z"/><path stroke="#06F" stroke-linecap="round" stroke-width="3.5" d="M152.111 118.111l17.778 17.778"/><path stroke="#D3D9E6" stroke-width="1.8" d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901"/><path fill="#D3D9E6" d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z"/><defs><linearGradient id="paint0_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#D3D8E9"/><stop offset="1" stop-color="#D8DDED"/></linearGradient><linearGradient id="paint1_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#D8DCE8"/></linearGradient><linearGradient id="paint2_linear_2539_132193" x1="105.501" x2="105.501" y1="59.8" y2="77.4" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient><linearGradient id="paint3_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#B2BCE1"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint5_linear_2539_132193" x1="133.625" x2="160.53" y1="137.24" y2="102.289" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D9"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint6_linear_2539_132193" x1="106.001" x2="106.001" y1="93" y2="117.675" gradientUnits="userSpaceOnUse"><stop stop-color="#B1BAD4"/><stop offset="1" stop-color="#B9C1D8"/></linearGradient><linearGradient id="paint7_linear_2539_132193" x1="155.311" x2="169.852" y1="117.869" y2="139.183" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
var blankContent = {
contents: '<rect rx="12" fill="url(#paint0_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect><mask maskUnits="userSpaceOnUse" y="34" x="63" height="111" width="94" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect></mask><g mask="url(#a)"><path d="M72.458 41.459h75.083v94.083H72.458z" stroke-width=".917" stroke="#fff" fill="url(#paint2_linear_2539_132192)"></path><rect rx="6" fill="url(#paint3_linear_2539_132192)" y="44" x="35" height="17" width="70"></rect><path opacity=".8" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" fill="url(#paint4_linear_2539_132192)"></path></g><path d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132192)"></path><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint6_linear_2539_132192)"></path><mask maskUnits="userSpaceOnUse" y="23" x="91" height="19" width="38" style="mask-type:alpha" id="b"><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint7_linear_2539_132192)"></path></mask><g mask="url(#b)"><path opacity=".4" d="M75.563 32.482h62.688v12.889H75.563z" fill="url(#paint8_linear_2539_132192)"></path></g><circle fill="#757B94" r="2.2" cy="28.2" cx="110.001"></circle><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="40.6" x="32.6" height="14.8" width="66.8"></rect><path clip-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" fill-rule="evenodd" fill="#06F"></path><path d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z" stroke-width="2" stroke-dasharray="4.4 3.3" stroke="#06F" fill="#BFD9FF"></path><path d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103" stroke-width="1.8" stroke="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint0_linear_2539_132192"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint1_linear_2539_132192"><stop stop-color="#C0C5D8"></stop><stop stop-color="#EBF0FB" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="41" y1="41" x2="148" x1="72" id="paint2_linear_2539_132192"><stop stop-color="#CFD4E4"></stop><stop stop-color="#DBE1F2" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="59.692" y1="50" x2="104.34" x1="64" id="paint3_linear_2539_132192"><stop stop-color="#BBC0D5"></stop><stop stop-color="#CDD3E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="135.33" y1="140.271" x2="149.005" x1="123.319" id="paint4_linear_2539_132192"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="124.815" y1="121.498" x2="162.038" x1="152.946" id="paint5_linear_2539_132192"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint6_linear_2539_132192"><stop stop-color="#CBD1E7"></stop><stop stop-color="#DDE3F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint7_linear_2539_132192"><stop stop-color="#BEC2D0"></stop><stop stop-color="#DBE0F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="45.37" y1="32.482" x2="106.906" x1="106.906" id="paint8_linear_2539_132192"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -25,6 +25,6 @@ width: '220',

};
var forbiddenCss = '';
var blankCss = '';
var partialBlank = {
contents: '<path fill="#D8D8D8" d="M0 0h80v80H0z" opacity=".01"/><path fill="#A8B0BF" d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z"/><path fill="#A8B0BF" d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z"/><path fill="#A8B0BF" fill-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 19.8h11"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.24" d="M44 17l5.6 5.6M49.6 17L44 22.6"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 28.4h22M29 37h22"/>',
var partialBlankBrush = {
contents: '<path d="M27 51v17M39 51v17" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="23" x="7" height="14.5" width="62"></rect><path d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF"></path><path d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke-linecap="round" stroke="#A8B0BF" r="13.5" cy="58.5" cx="59.5"></circle><path d="M53.6 58.55l4.324 4.85 8.122-8" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -37,4 +37,4 @@ width: '80',

};
var partialBlankContent = {
contents: '<path fill="#D8D8D8" d="M0 0h80v80H0z" opacity=".01"/><path fill="#A8B0BF" d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z"/><path fill="#A8B0BF" d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z"/><path fill="#A8B0BF" fill-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 19.8h11"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.24" d="M44 17l5.6 5.6M49.6 17L44 22.6"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 28.4h22M29 37h22"/>',
var partialBlankBrushContent = {
contents: '<path d="M27 51v17M39 51v17" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="23" x="7" height="14.5" width="62"></rect><path d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF"></path><path d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke-linecap="round" stroke="#A8B0BF" r="13.5" cy="58.5" cx="59.5"></circle><path d="M53.6 58.55l4.324 4.85 8.122-8" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -47,6 +47,6 @@ width: '80',

};
var partialBlankCss = '';
var partialBlankBrushCss = '';
var blank = {
contents: '<rect width="94" height="110" x="63" y="34" fill="url(#paint0_linear_2539_132192)" rx="12"/><mask id="a" style="mask-type:alpha" width="94" height="111" x="63" y="34" maskUnits="userSpaceOnUse"><rect width="94" height="110" x="63" y="34" fill="url(#paint1_linear_2539_132192)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132192)" stroke="#fff" stroke-width=".917" d="M72.458 41.459h75.083v94.083H72.458z"/><rect width="70" height="17" x="35" y="44" fill="url(#paint3_linear_2539_132192)" rx="6"/><path fill="url(#paint4_linear_2539_132192)" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" opacity=".8"/></g><path fill="#06F" d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z"/><path fill="url(#paint5_linear_2539_132192)" fill-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><path stroke="url(#paint6_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/><mask id="b" style="mask-type:alpha" width="38" height="19" x="91" y="23" maskUnits="userSpaceOnUse"><path stroke="url(#paint7_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/></mask><g mask="url(#b)"><path fill="url(#paint8_linear_2539_132192)" d="M75.563 32.482h62.688v12.889H75.563z" opacity=".4"/></g><circle cx="110.001" cy="28.2" r="2.2" fill="#757B94"/><rect width="66.8" height="14.8" x="32.6" y="40.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><path fill="#06F" fill-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" clip-rule="evenodd"/><path fill="#BFD9FF" stroke="#06F" stroke-dasharray="4.4 3.3" stroke-width="2" d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z"/><path stroke="#D3D9E6" stroke-width="1.8" d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103"/><defs><linearGradient id="paint0_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#C0C5D8"/><stop offset="1" stop-color="#EBF0FB"/></linearGradient><linearGradient id="paint2_linear_2539_132192" x1="72" x2="148" y1="41" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E4"/><stop offset="1" stop-color="#DBE1F2"/></linearGradient><linearGradient id="paint3_linear_2539_132192" x1="64" x2="104.34" y1="50" y2="59.692" gradientUnits="userSpaceOnUse"><stop stop-color="#BBC0D5"/><stop offset="1" stop-color="#CDD3E4"/></linearGradient><linearGradient id="paint4_linear_2539_132192" x1="123.319" x2="149.005" y1="140.271" y2="135.33" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint5_linear_2539_132192" x1="152.946" x2="162.038" y1="121.498" y2="124.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient><linearGradient id="paint6_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD1E7"/><stop offset="1" stop-color="#DDE3F1"/></linearGradient><linearGradient id="paint7_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#DBE0F1"/></linearGradient><linearGradient id="paint8_linear_2539_132192" x1="106.906" x2="106.906" y1="32.482" y2="45.37" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient></defs>',
var forbidden = {
contents: '<path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint0_linear_2539_132193)"></path><mask maskUnits="userSpaceOnUse" y="26" x="78" height="66" width="56" style="mask-type:alpha" id="a"><path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint1_linear_2539_132193)"></path></mask><g mask="url(#a)"><path opacity=".6" d="M73.051 59.8h64.9v17.6h-64.9z" fill="url(#paint2_linear_2539_132193)"></path></g><rect rx="12" fill="url(#paint3_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect><mask maskUnits="userSpaceOnUse" y="67" x="51" height="77" width="110" style="mask-type:alpha" id="b"><rect rx="12" fill="url(#paint4_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect></mask><g mask="url(#b)"><path opacity=".8" clip-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132193)"></path></g><path clip-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="url(#paint6_linear_2539_132193)"></path><path clip-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="#757B94"></path><path clip-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" fill-rule="evenodd" fill="#06F"></path><path d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z" fill="url(#paint7_linear_2539_132193)"></path><path d="M152.111 118.111l17.778 17.778" stroke-width="3.5" stroke-linecap="round" stroke="#06F"></path><path d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901" stroke-width="1.8" stroke="#D3D9E6"></path><path d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint0_linear_2539_132193"><stop stop-color="#D3D8E9"></stop><stop stop-color="#D8DDED" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint1_linear_2539_132193"><stop stop-color="#BEC2D0"></stop><stop stop-color="#D8DCE8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="77.4" y1="59.8" x2="105.501" x1="105.501" id="paint2_linear_2539_132193"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint3_linear_2539_132193"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint4_linear_2539_132193"><stop stop-color="#B2BCE1"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="102.289" y1="137.24" x2="160.53" x1="133.625" id="paint5_linear_2539_132193"><stop stop-color="#BDC3D9"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="117.675" y1="93" x2="106.001" x1="106.001" id="paint6_linear_2539_132193"><stop stop-color="#B1BAD4"></stop><stop stop-color="#B9C1D8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="139.183" y1="117.869" x2="169.852" x1="155.311" id="paint7_linear_2539_132193"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -59,4 +59,4 @@ width: '220',

};
var blankContent = {
contents: '<rect width="94" height="110" x="63" y="34" fill="url(#paint0_linear_2539_132192)" rx="12"/><mask id="a" style="mask-type:alpha" width="94" height="111" x="63" y="34" maskUnits="userSpaceOnUse"><rect width="94" height="110" x="63" y="34" fill="url(#paint1_linear_2539_132192)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132192)" stroke="#fff" stroke-width=".917" d="M72.458 41.459h75.083v94.083H72.458z"/><rect width="70" height="17" x="35" y="44" fill="url(#paint3_linear_2539_132192)" rx="6"/><path fill="url(#paint4_linear_2539_132192)" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" opacity=".8"/></g><path fill="#06F" d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z"/><path fill="url(#paint5_linear_2539_132192)" fill-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><path stroke="url(#paint6_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/><mask id="b" style="mask-type:alpha" width="38" height="19" x="91" y="23" maskUnits="userSpaceOnUse"><path stroke="url(#paint7_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/></mask><g mask="url(#b)"><path fill="url(#paint8_linear_2539_132192)" d="M75.563 32.482h62.688v12.889H75.563z" opacity=".4"/></g><circle cx="110.001" cy="28.2" r="2.2" fill="#757B94"/><rect width="66.8" height="14.8" x="32.6" y="40.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><path fill="#06F" fill-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" clip-rule="evenodd"/><path fill="#BFD9FF" stroke="#06F" stroke-dasharray="4.4 3.3" stroke-width="2" d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z"/><path stroke="#D3D9E6" stroke-width="1.8" d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103"/><defs><linearGradient id="paint0_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#C0C5D8"/><stop offset="1" stop-color="#EBF0FB"/></linearGradient><linearGradient id="paint2_linear_2539_132192" x1="72" x2="148" y1="41" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E4"/><stop offset="1" stop-color="#DBE1F2"/></linearGradient><linearGradient id="paint3_linear_2539_132192" x1="64" x2="104.34" y1="50" y2="59.692" gradientUnits="userSpaceOnUse"><stop stop-color="#BBC0D5"/><stop offset="1" stop-color="#CDD3E4"/></linearGradient><linearGradient id="paint4_linear_2539_132192" x1="123.319" x2="149.005" y1="140.271" y2="135.33" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint5_linear_2539_132192" x1="152.946" x2="162.038" y1="121.498" y2="124.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient><linearGradient id="paint6_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD1E7"/><stop offset="1" stop-color="#DDE3F1"/></linearGradient><linearGradient id="paint7_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#DBE0F1"/></linearGradient><linearGradient id="paint8_linear_2539_132192" x1="106.906" x2="106.906" y1="32.482" y2="45.37" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient></defs>',
var forbiddenContent = {
contents: '<path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint0_linear_2539_132193)"></path><mask maskUnits="userSpaceOnUse" y="26" x="78" height="66" width="56" style="mask-type:alpha" id="a"><path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint1_linear_2539_132193)"></path></mask><g mask="url(#a)"><path opacity=".6" d="M73.051 59.8h64.9v17.6h-64.9z" fill="url(#paint2_linear_2539_132193)"></path></g><rect rx="12" fill="url(#paint3_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect><mask maskUnits="userSpaceOnUse" y="67" x="51" height="77" width="110" style="mask-type:alpha" id="b"><rect rx="12" fill="url(#paint4_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect></mask><g mask="url(#b)"><path opacity=".8" clip-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132193)"></path></g><path clip-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="url(#paint6_linear_2539_132193)"></path><path clip-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="#757B94"></path><path clip-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" fill-rule="evenodd" fill="#06F"></path><path d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z" fill="url(#paint7_linear_2539_132193)"></path><path d="M152.111 118.111l17.778 17.778" stroke-width="3.5" stroke-linecap="round" stroke="#06F"></path><path d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901" stroke-width="1.8" stroke="#D3D9E6"></path><path d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint0_linear_2539_132193"><stop stop-color="#D3D8E9"></stop><stop stop-color="#D8DDED" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint1_linear_2539_132193"><stop stop-color="#BEC2D0"></stop><stop stop-color="#D8DCE8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="77.4" y1="59.8" x2="105.501" x1="105.501" id="paint2_linear_2539_132193"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint3_linear_2539_132193"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint4_linear_2539_132193"><stop stop-color="#B2BCE1"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="102.289" y1="137.24" x2="160.53" x1="133.625" id="paint5_linear_2539_132193"><stop stop-color="#BDC3D9"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="117.675" y1="93" x2="106.001" x1="106.001" id="paint6_linear_2539_132193"><stop stop-color="#B1BAD4"></stop><stop stop-color="#B9C1D8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="139.183" y1="117.869" x2="169.852" x1="155.311" id="paint7_linear_2539_132193"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -69,46 +69,6 @@ width: '220',

};
var blankCss = '';
var forbiddenCss = '';
var loading = {
contents: '<circle cx="50%" cy="50%" r="29" fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="6"/><style>.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}</style>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
};
var loadingContent = {
contents: '<circle cx="50%" cy="50%" r="29" fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="6"/>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
};
var loadingCss = '.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}';
var partialForbidden = {
contents: '<rect width="15.6" height="15.6" x="55.199" y="42.4" stroke="#A8B0BF" stroke-width="2.4" rx="7.8"/><path fill-rule="evenodd" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5"/><circle cx="35.5" cy="44.5" r="4.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242"/>',
attrs: {
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 80 80'
}
};
var partialForbiddenContent = {
contents: '<rect width="15.6" height="15.6" x="55.199" y="42.4" stroke="#A8B0BF" stroke-width="2.4" rx="7.8"/><path fill-rule="evenodd" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5"/><circle cx="35.5" cy="44.5" r="4.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242"/>',
attrs: {
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 80 80'
}
};
var partialForbiddenCss = '';
var imagePlaceholder = {
contents: '<path fill="#528FFF" fill-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" clip-rule="evenodd"/><path fill="#0052CC" d="M4 26h80v10H4z"/><rect width="16" height="8" x="14" y="54" fill="#62DBED" rx="2"/>',
contents: '<path clip-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" fill-rule="evenodd" fill="#528FFF"></path><path d="M4 26h80v10H4z" fill="#0052CC"></path><rect rx="2" fill="#62DBED" y="54" x="14" height="8" width="16"></rect>',
attrs: {

@@ -122,3 +82,3 @@ width: '88',

var imagePlaceholderContent = {
contents: '<path fill="#528FFF" fill-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" clip-rule="evenodd"/><path fill="#0052CC" d="M4 26h80v10H4z"/><rect width="16" height="8" x="14" y="54" fill="#62DBED" rx="2"/>',
contents: '<path clip-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" fill-rule="evenodd" fill="#528FFF"></path><path d="M4 26h80v10H4z" fill="#0052CC"></path><rect rx="2" fill="#62DBED" y="54" x="14" height="8" width="16"></rect>',
attrs: {

@@ -133,24 +93,24 @@ width: '88',

var notFound = {
contents: '<rect width="146" height="94" x="37" y="50" fill="url(#paint0_linear_2539_132191)" rx="12"/><mask id="a" style="mask-type:alpha" width="146" height="94" x="37" y="50" maskUnits="userSpaceOnUse"><rect width="146" height="94" x="37" y="50" fill="url(#paint1_linear_2539_132191)" rx="12"/></mask><g mask="url(#a)"><rect width="106" height="26" x="1" y="100" fill="url(#paint2_linear_2539_132191)" rx="6"/><path fill="url(#paint3_linear_2539_132191)" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" opacity=".8"/><path fill="url(#paint4_linear_2539_132191)" d="M50 82h51v34H50z" opacity=".6"/><path fill="url(#paint5_linear_2539_132191)" fill-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" clip-rule="evenodd" opacity=".6"/></g><path stroke="#fff" d="M37 65.5h143"/><circle cx="47.7" cy="57.7" r="1.7" fill="#757B94"/><circle cx="54.501" cy="57.7" r="1.7" fill="#757B94"/><circle cx="61.3" cy="57.7" r="1.7" fill="#757B94"/><rect width="32" height="4" x="50" y="73" fill="#06F" rx="2"/><rect width="92.8" height="24.8" x="6.6" y="93.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><ellipse cx="19.678" cy="105.537" stroke="#848B99" stroke-width="1.32" rx="5.678" ry="5.738"/><path stroke="#848B99" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.32" d="M24.066 109.971l1.839 1.829"/><path fill="#06F" d="M33.055 103.313L34.991 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.304 0L43.295 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.303 0L51.598 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm9.701 4.378a.606.606 0 00-.473.198.647.647 0 00-.198.484.64.64 0 00.198.473.606.606 0 00.473.198.658.658 0 00.473-.198.64.64 0 00.198-.473.647.647 0 00-.198-.484.658.658 0 00-.473-.198zm1.745-4.378l2.014 2.673L60.866 109h1.044l1.706-2.365L65.31 109h1.044l-2.255-3.014 2.014-2.673h-1.035l-1.462 2.024-1.474-2.024h-1.035zm5.597 0l2.013 2.673L66.463 109h1.045l1.705-2.365L70.907 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L72.06 109h1.045l1.705-2.365L76.504 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L77.657 109h1.045l1.705-2.365L82.1 109h1.045l-2.255-3.014 2.013-2.673H81.87l-1.463 2.024-1.474-2.024h-1.034zm5.596 0l2.013 2.673L83.253 109h1.045l1.705-2.365L87.697 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034z"/><path fill="#D3D9E6" fill-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.316 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.248.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.38 4.38 0 00-.72 1.612c-.145.585-.123 1.179.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.766-.297.735-.295 1.663.005 2.783l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.291-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.167 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><path fill="#06F" d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z"/><path fill="url(#paint6_linear_2539_132191)" fill-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132191" x1="26.5" x2="106" y1="109.5" y2="124" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D7"/><stop offset="1" stop-color="#CFD4E6"/></linearGradient><linearGradient id="paint3_linear_2539_132191" x1="142.861" x2="170.752" y1="69.593" y2="64.237" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint4_linear_2539_132191" x1="50" x2="102.53" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint5_linear_2539_132191" x1="110" x2="171.8" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint6_linear_2539_132191" x1="172.946" x2="182.038" y1="46.498" y2="49.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
var partialError = {
contents: '<circle stroke-width="2.4" stroke="#A8B0BF" r="14.5" cy="55.5" cx="61.301"></circle><path d="M61.3 49v7.5" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.7" cy="61.7" cx="61.3"></circle><path d="M38 23h20M38 54h4" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="11" x="8" height="24" width="61"></rect><circle fill="#A8B0BF" r="1.6" cy="23" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="29.6"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="29.6"></circle><path d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="29.6"></circle>',
attrs: {
width: '220',
height: '160',
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 220 160'
viewBox: '0 0 80 80'
}
};
var notFoundContent = {
contents: '<rect width="146" height="94" x="37" y="50" fill="url(#paint0_linear_2539_132191)" rx="12"/><mask id="a" style="mask-type:alpha" width="146" height="94" x="37" y="50" maskUnits="userSpaceOnUse"><rect width="146" height="94" x="37" y="50" fill="url(#paint1_linear_2539_132191)" rx="12"/></mask><g mask="url(#a)"><rect width="106" height="26" x="1" y="100" fill="url(#paint2_linear_2539_132191)" rx="6"/><path fill="url(#paint3_linear_2539_132191)" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" opacity=".8"/><path fill="url(#paint4_linear_2539_132191)" d="M50 82h51v34H50z" opacity=".6"/><path fill="url(#paint5_linear_2539_132191)" fill-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" clip-rule="evenodd" opacity=".6"/></g><path stroke="#fff" d="M37 65.5h143"/><circle cx="47.7" cy="57.7" r="1.7" fill="#757B94"/><circle cx="54.501" cy="57.7" r="1.7" fill="#757B94"/><circle cx="61.3" cy="57.7" r="1.7" fill="#757B94"/><rect width="32" height="4" x="50" y="73" fill="#06F" rx="2"/><rect width="92.8" height="24.8" x="6.6" y="93.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><ellipse cx="19.678" cy="105.537" stroke="#848B99" stroke-width="1.32" rx="5.678" ry="5.738"/><path stroke="#848B99" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.32" d="M24.066 109.971l1.839 1.829"/><path fill="#06F" d="M33.055 103.313L34.991 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.304 0L43.295 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.303 0L51.598 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm9.701 4.378a.606.606 0 00-.473.198.647.647 0 00-.198.484.64.64 0 00.198.473.606.606 0 00.473.198.658.658 0 00.473-.198.64.64 0 00.198-.473.647.647 0 00-.198-.484.658.658 0 00-.473-.198zm1.745-4.378l2.014 2.673L60.866 109h1.044l1.706-2.365L65.31 109h1.044l-2.255-3.014 2.014-2.673h-1.035l-1.462 2.024-1.474-2.024h-1.035zm5.597 0l2.013 2.673L66.463 109h1.045l1.705-2.365L70.907 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L72.06 109h1.045l1.705-2.365L76.504 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L77.657 109h1.045l1.705-2.365L82.1 109h1.045l-2.255-3.014 2.013-2.673H81.87l-1.463 2.024-1.474-2.024h-1.034zm5.596 0l2.013 2.673L83.253 109h1.045l1.705-2.365L87.697 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034z"/><path fill="#D3D9E6" fill-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.316 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.248.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.38 4.38 0 00-.72 1.612c-.145.585-.123 1.179.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.766-.297.735-.295 1.663.005 2.783l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.291-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.167 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><path fill="#06F" d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z"/><path fill="url(#paint6_linear_2539_132191)" fill-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132191" x1="26.5" x2="106" y1="109.5" y2="124" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D7"/><stop offset="1" stop-color="#CFD4E6"/></linearGradient><linearGradient id="paint3_linear_2539_132191" x1="142.861" x2="170.752" y1="69.593" y2="64.237" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint4_linear_2539_132191" x1="50" x2="102.53" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint5_linear_2539_132191" x1="110" x2="171.8" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint6_linear_2539_132191" x1="172.946" x2="182.038" y1="46.498" y2="49.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
var partialErrorContent = {
contents: '<circle stroke-width="2.4" stroke="#A8B0BF" r="14.5" cy="55.5" cx="61.301"></circle><path d="M61.3 49v7.5" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.7" cy="61.7" cx="61.3"></circle><path d="M38 23h20M38 54h4" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="11" x="8" height="24" width="61"></rect><circle fill="#A8B0BF" r="1.6" cy="23" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="29.6"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="29.6"></circle><path d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="29.6"></circle>',
attrs: {
width: '220',
height: '160',
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 220 160'
viewBox: '0 0 80 80'
}
};
var notFoundCss = '';
var partialErrorCss = '';
var partialError = {
contents: '<circle cx="61.301" cy="55.5" r="14.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M61.3 49v7.5"/><circle cx="61.3" cy="61.7" r="1.7" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M38 23h20M38 54h4"/><rect width="61" height="24" x="8" y="11" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><circle cx="16.401" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="16.401" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54" r="1.6" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28"/><circle cx="16.401" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54.5" r="1.6" fill="#A8B0BF"/>',
var partialBlank = {
contents: '<path opacity=".01" d="M0 0h80v80H0z" fill="#D8D8D8"></path><path d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z" fill="#A8B0BF"></path><path d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z" fill="#A8B0BF"></path><path clip-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" fill-rule="evenodd" fill="#A8B0BF"></path><path d="M29 19.8h11" stroke-width="2.4" stroke="#A8B0BF"></path><path d="M44 17l5.6 5.6M49.6 17L44 22.6" stroke-width="2.24" stroke-linecap="square" stroke="#A8B0BF"></path><path d="M29 28.4h22M29 37h22" stroke-width="2.4" stroke="#A8B0BF"></path>',
attrs: {

@@ -163,4 +123,4 @@ width: '80',

};
var partialErrorContent = {
contents: '<circle cx="61.301" cy="55.5" r="14.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M61.3 49v7.5"/><circle cx="61.3" cy="61.7" r="1.7" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M38 23h20M38 54h4"/><rect width="61" height="24" x="8" y="11" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><circle cx="16.401" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="16.401" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54" r="1.6" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28"/><circle cx="16.401" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54.5" r="1.6" fill="#A8B0BF"/>',
var partialBlankContent = {
contents: '<path opacity=".01" d="M0 0h80v80H0z" fill="#D8D8D8"></path><path d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z" fill="#A8B0BF"></path><path d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z" fill="#A8B0BF"></path><path clip-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" fill-rule="evenodd" fill="#A8B0BF"></path><path d="M29 19.8h11" stroke-width="2.4" stroke="#A8B0BF"></path><path d="M44 17l5.6 5.6M49.6 17L44 22.6" stroke-width="2.24" stroke-linecap="square" stroke="#A8B0BF"></path><path d="M29 28.4h22M29 37h22" stroke-width="2.4" stroke="#A8B0BF"></path>',
attrs: {

@@ -173,6 +133,6 @@ width: '80',

};
var partialErrorCss = '';
var partialBlankCss = '';
var partialBlankBrush = {
contents: '<path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M27 51v17M39 51v17"/><rect width="62" height="14.5" x="7" y="23" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><path stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542"/><circle cx="59.5" cy="58.5" r="13.5" stroke="#A8B0BF" stroke-linecap="round" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M53.6 58.55l4.324 4.85 8.122-8"/>',
var partialForbidden = {
contents: '<rect rx="7.8" stroke-width="2.4" stroke="#A8B0BF" y="42.4" x="55.199" height="15.6" width="15.6"></rect><path clip-rule="evenodd" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF"></path><path d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5" stroke-width="2.4" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke="#A8B0BF" r="4.5" cy="44.5" cx="35.5"></circle><path d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -185,4 +145,4 @@ width: '80',

};
var partialBlankBrushContent = {
contents: '<path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M27 51v17M39 51v17"/><rect width="62" height="14.5" x="7" y="23" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><path stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542"/><circle cx="59.5" cy="58.5" r="13.5" stroke="#A8B0BF" stroke-linecap="round" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M53.6 58.55l4.324 4.85 8.122-8"/>',
var partialForbiddenContent = {
contents: '<rect rx="7.8" stroke-width="2.4" stroke="#A8B0BF" y="42.4" x="55.199" height="15.6" width="15.6"></rect><path clip-rule="evenodd" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" fill-rule="evenodd"></path><path d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5" stroke-width="2.4" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke="#A8B0BF" r="4.5" cy="44.5" cx="35.5"></circle><path d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -195,6 +155,6 @@ width: '80',

};
var partialBlankBrushCss = '';
var partialForbiddenCss = '';
var serverError = {
contents: '<path fill="#757B94" d="M66.834 68.917h84.333v5.5H66.834z"/><rect width="108" height="31" x="55" y="38" fill="url(#paint0_linear_2539_132194)" rx="12"/><mask id="a" style="mask-type:alpha" width="108" height="31" x="55" y="38" maskUnits="userSpaceOnUse"><rect width="108" height="31" x="55" y="38" fill="url(#paint1_linear_2539_132194)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132194)" d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z"/></g><path fill="#757B94" fill-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="53.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114.5 52.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 103h84v6H67z"/><rect width="108" height="31" x="55" y="74" fill="url(#paint3_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="89.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 88.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 138h84v6H67z"/><rect width="108" height="31" x="55" y="109" fill="url(#paint4_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="124.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 123.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#06F" d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z"/><path fill="url(#paint5_linear_2539_132194)" fill-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" clip-rule="evenodd"/><path fill="#D3D9E6" fill-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132194" x1="55" x2="87" y1="63.5" y2="47.5" gradientUnits="userSpaceOnUse"><stop stop-color="#BCC2D6"/><stop offset="1" stop-color="#CCD2E4"/></linearGradient><linearGradient id="paint3_linear_2539_132194" x1="55" x2="163" y1="74" y2="74" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132194" x1="55" x2="163" y1="109" y2="109" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint5_linear_2539_132194" x1="55.637" x2="64.614" y1="36.869" y2="40.253" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
contents: '<path d="M66.834 68.917h84.333v5.5H66.834z" fill="#757B94"></path><rect rx="12" fill="url(#paint0_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect><mask maskUnits="userSpaceOnUse" y="38" x="55" height="31" width="108" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect></mask><g mask="url(#a)"><path d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z" fill="url(#paint2_linear_2539_132194)"></path></g><path clip-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="53.5" cx="146.5"></circle><path opacity=".6" d="M114.5 52.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 103h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint3_linear_2539_132194)" y="74" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="89.5" cx="146.5"></circle><path opacity=".6" d="M114 88.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 138h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint4_linear_2539_132194)" y="109" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="124.5" cx="146.5"></circle><path opacity=".6" d="M114 123.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z" fill="#06F"></path><path clip-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132194)"></path><path clip-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint0_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint1_linear_2539_132194"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="47.5" y1="63.5" x2="87" x1="55" id="paint2_linear_2539_132194"><stop stop-color="#BCC2D6"></stop><stop stop-color="#CCD2E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="74" y1="74" x2="163" x1="55" id="paint3_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="109" y1="109" x2="163" x1="55" id="paint4_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="40.253" y1="36.869" x2="64.614" x1="55.637" id="paint5_linear_2539_132194"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -208,3 +168,3 @@ width: '220',

var serverErrorContent = {
contents: '<path fill="#757B94" d="M66.834 68.917h84.333v5.5H66.834z"/><rect width="108" height="31" x="55" y="38" fill="url(#paint0_linear_2539_132194)" rx="12"/><mask id="a" style="mask-type:alpha" width="108" height="31" x="55" y="38" maskUnits="userSpaceOnUse"><rect width="108" height="31" x="55" y="38" fill="url(#paint1_linear_2539_132194)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132194)" d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z"/></g><path fill="#757B94" fill-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="53.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114.5 52.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 103h84v6H67z"/><rect width="108" height="31" x="55" y="74" fill="url(#paint3_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="89.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 88.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 138h84v6H67z"/><rect width="108" height="31" x="55" y="109" fill="url(#paint4_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="124.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 123.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#06F" d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z"/><path fill="url(#paint5_linear_2539_132194)" fill-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" clip-rule="evenodd"/><path fill="#D3D9E6" fill-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132194" x1="55" x2="87" y1="63.5" y2="47.5" gradientUnits="userSpaceOnUse"><stop stop-color="#BCC2D6"/><stop offset="1" stop-color="#CCD2E4"/></linearGradient><linearGradient id="paint3_linear_2539_132194" x1="55" x2="163" y1="74" y2="74" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132194" x1="55" x2="163" y1="109" y2="109" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint5_linear_2539_132194" x1="55.637" x2="64.614" y1="36.869" y2="40.253" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
contents: '<path d="M66.834 68.917h84.333v5.5H66.834z" fill="#757B94"></path><rect rx="12" fill="url(#paint0_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect><mask maskUnits="userSpaceOnUse" y="38" x="55" height="31" width="108" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect></mask><g mask="url(#a)"><path d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z" fill="url(#paint2_linear_2539_132194)"></path></g><path clip-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="53.5" cx="146.5"></circle><path opacity=".6" d="M114.5 52.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 103h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint3_linear_2539_132194)" y="74" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="89.5" cx="146.5"></circle><path opacity=".6" d="M114 88.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 138h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint4_linear_2539_132194)" y="109" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="124.5" cx="146.5"></circle><path opacity=".6" d="M114 123.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z" fill="#06F"></path><path clip-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132194)"></path><path clip-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint0_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint1_linear_2539_132194"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="47.5" y1="63.5" x2="87" x1="55" id="paint2_linear_2539_132194"><stop stop-color="#BCC2D6"></stop><stop stop-color="#CCD2E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="74" y1="74" x2="163" x1="55" id="paint3_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="109" y1="109" x2="163" x1="55" id="paint4_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="40.253" y1="36.869" x2="64.614" x1="55.637" id="paint5_linear_2539_132194"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -219,2 +179,42 @@ width: '220',

var notFound = {
contents: '<rect rx="12" fill="url(#paint0_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect><mask maskUnits="userSpaceOnUse" y="50" x="37" height="94" width="146" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect></mask><g mask="url(#a)"><rect rx="6" fill="url(#paint2_linear_12185_156103)" y="100" x="1" height="26" width="99"></rect><path opacity=".8" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" fill="url(#paint3_linear_12185_156103)"></path><path opacity=".6" d="M50 82h51v34H50z" fill="url(#paint4_linear_12185_156103)"></path><path opacity=".6" clip-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" fill-rule="evenodd" fill="url(#paint5_linear_12185_156103)"></path></g><path d="M37 65.5h143" stroke="#fff"></path><circle fill="#757B94" r="1.7" cy="57.7" cx="47.7"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="54.501"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="61.3"></circle><rect rx="2" fill="#06F" y="73" x="50" height="4" width="32"></rect><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="93.6" x="6.6" height="23.8" width="84.8"></rect><rect rx="3.5" fill="#C4CADD" y="102" x="31" height="7" width="48"></rect><rect rx="3" fill="#06F" y="100" x="14" height="11" width="11"></rect><path clip-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.315 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.249.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.381 4.381 0 00-.72 1.612c-.145.585-.123 1.18.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.767-.297.734-.295 1.662.005 2.782l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.777l.31-1.16a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><path d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint6_linear_12185_156103)"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint0_linear_12185_156103"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint1_linear_12185_156103"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="122.2" y1="109.5" x2="99.373" x1="24.816" id="paint2_linear_12185_156103"><stop stop-color="#BDC3D7"></stop><stop stop-color="#CFD4E6" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="64.237" y1="69.593" x2="170.752" x1="142.861" id="paint3_linear_12185_156103"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="102.53" x1="50" id="paint4_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="171.8" x1="110" id="paint5_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="49.815" y1="46.498" x2="182.038" x1="172.946" id="paint6_linear_12185_156103"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {
width: '220',
height: '160',
fill: 'none',
viewBox: '0 0 220 160'
}
};
var notFoundContent = {
contents: '<rect rx="12" fill="url(#paint0_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect><mask maskUnits="userSpaceOnUse" y="50" x="37" height="94" width="146" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect></mask><g mask="url(#a)"><rect rx="6" fill="url(#paint2_linear_12185_156103)" y="100" x="1" height="26" width="99"></rect><path opacity=".8" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" fill="url(#paint3_linear_12185_156103)"></path><path opacity=".6" d="M50 82h51v34H50z" fill="url(#paint4_linear_12185_156103)"></path><path opacity=".6" clip-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" fill-rule="evenodd" fill="url(#paint5_linear_12185_156103)"></path></g><path d="M37 65.5h143" stroke="#fff"></path><circle fill="#757B94" r="1.7" cy="57.7" cx="47.7"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="54.501"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="61.3"></circle><rect rx="2" fill="#06F" y="73" x="50" height="4" width="32"></rect><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="93.6" x="6.6" height="23.8" width="84.8"></rect><rect rx="3.5" fill="#C4CADD" y="102" x="31" height="7" width="48"></rect><rect rx="3" fill="#06F" y="100" x="14" height="11" width="11"></rect><path clip-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.315 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.249.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.381 4.381 0 00-.72 1.612c-.145.585-.123 1.18.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.767-.297.734-.295 1.662.005 2.782l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.777l.31-1.16a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><path d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint6_linear_12185_156103)"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint0_linear_12185_156103"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint1_linear_12185_156103"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="122.2" y1="109.5" x2="99.373" x1="24.816" id="paint2_linear_12185_156103"><stop stop-color="#BDC3D7"></stop><stop stop-color="#CFD4E6" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="64.237" y1="69.593" x2="170.752" x1="142.861" id="paint3_linear_12185_156103"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="102.53" x1="50" id="paint4_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="171.8" x1="110" id="paint5_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="49.815" y1="46.498" x2="182.038" x1="172.946" id="paint6_linear_12185_156103"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {
width: '220',
height: '160',
fill: 'none',
viewBox: '0 0 220 160'
}
};
var notFoundCss = '';
var loading = {
contents: '<circle stroke-width="6" stroke-linecap="round" stroke="currentColor" fill="none" r="29" cy="50%" cx="50%"></circle><style>.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}</style>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
};
var loadingContent = {
contents: '<circle stroke-width="6" stroke-linecap="round" stroke="currentColor" fill="none" r="29" cy="50%" cx="50%"></circle>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
};
var loadingCss = '.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}';
exports.blank = blank;

@@ -221,0 +221,0 @@ exports.blankContent = blankContent;

@@ -1,3 +0,3 @@

export var forbidden = {
contents: '<path stroke="url(#paint0_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/><mask id="a" style="mask-type:alpha" width="56" height="66" x="78" y="26" maskUnits="userSpaceOnUse"><path stroke="url(#paint1_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132193)" d="M73.051 59.8h64.9v17.6h-64.9z" opacity=".6"/></g><rect width="110" height="77" x="51" y="67" fill="url(#paint3_linear_2539_132193)" rx="12"/><mask id="b" style="mask-type:alpha" width="110" height="77" x="51" y="67" maskUnits="userSpaceOnUse"><rect width="110" height="77" x="51" y="67" fill="url(#paint4_linear_2539_132193)" rx="12"/></mask><g mask="url(#b)"><path fill="url(#paint5_linear_2539_132193)" fill-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" clip-rule="evenodd" opacity=".8"/></g><path fill="url(#paint6_linear_2539_132193)" fill-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#757B94" fill-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#06F" fill-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" clip-rule="evenodd"/><path fill="url(#paint7_linear_2539_132193)" d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z"/><path stroke="#06F" stroke-linecap="round" stroke-width="3.5" d="M152.111 118.111l17.778 17.778"/><path stroke="#D3D9E6" stroke-width="1.8" d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901"/><path fill="#D3D9E6" d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z"/><defs><linearGradient id="paint0_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#D3D8E9"/><stop offset="1" stop-color="#D8DDED"/></linearGradient><linearGradient id="paint1_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#D8DCE8"/></linearGradient><linearGradient id="paint2_linear_2539_132193" x1="105.501" x2="105.501" y1="59.8" y2="77.4" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient><linearGradient id="paint3_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#B2BCE1"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint5_linear_2539_132193" x1="133.625" x2="160.53" y1="137.24" y2="102.289" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D9"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint6_linear_2539_132193" x1="106.001" x2="106.001" y1="93" y2="117.675" gradientUnits="userSpaceOnUse"><stop stop-color="#B1BAD4"/><stop offset="1" stop-color="#B9C1D8"/></linearGradient><linearGradient id="paint7_linear_2539_132193" x1="155.311" x2="169.852" y1="117.869" y2="139.183" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
export var blank = {
contents: '<rect rx="12" fill="url(#paint0_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect><mask maskUnits="userSpaceOnUse" y="34" x="63" height="111" width="94" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect></mask><g mask="url(#a)"><path d="M72.458 41.459h75.083v94.083H72.458z" stroke-width=".917" stroke="#fff" fill="url(#paint2_linear_2539_132192)"></path><rect rx="6" fill="url(#paint3_linear_2539_132192)" y="44" x="35" height="17" width="70"></rect><path opacity=".8" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" fill="url(#paint4_linear_2539_132192)"></path></g><path d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132192)"></path><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint6_linear_2539_132192)"></path><mask maskUnits="userSpaceOnUse" y="23" x="91" height="19" width="38" style="mask-type:alpha" id="b"><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint7_linear_2539_132192)"></path></mask><g mask="url(#b)"><path opacity=".4" d="M75.563 32.482h62.688v12.889H75.563z" fill="url(#paint8_linear_2539_132192)"></path></g><circle fill="#757B94" r="2.2" cy="28.2" cx="110.001"></circle><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="40.6" x="32.6" height="14.8" width="66.8"></rect><path clip-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" fill-rule="evenodd" fill="#06F"></path><path d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z" stroke-width="2" stroke-dasharray="4.4 3.3" stroke="#06F" fill="#BFD9FF"></path><path d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103" stroke-width="1.8" stroke="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint0_linear_2539_132192"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint1_linear_2539_132192"><stop stop-color="#C0C5D8"></stop><stop stop-color="#EBF0FB" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="41" y1="41" x2="148" x1="72" id="paint2_linear_2539_132192"><stop stop-color="#CFD4E4"></stop><stop stop-color="#DBE1F2" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="59.692" y1="50" x2="104.34" x1="64" id="paint3_linear_2539_132192"><stop stop-color="#BBC0D5"></stop><stop stop-color="#CDD3E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="135.33" y1="140.271" x2="149.005" x1="123.319" id="paint4_linear_2539_132192"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="124.815" y1="121.498" x2="162.038" x1="152.946" id="paint5_linear_2539_132192"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint6_linear_2539_132192"><stop stop-color="#CBD1E7"></stop><stop stop-color="#DDE3F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint7_linear_2539_132192"><stop stop-color="#BEC2D0"></stop><stop stop-color="#DBE0F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="45.37" y1="32.482" x2="106.906" x1="106.906" id="paint8_linear_2539_132192"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -10,4 +10,4 @@ width: '220',

}
export var forbiddenContent = {
contents: '<path stroke="url(#paint0_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/><mask id="a" style="mask-type:alpha" width="56" height="66" x="78" y="26" maskUnits="userSpaceOnUse"><path stroke="url(#paint1_linear_2539_132193)" stroke-width="11" d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132193)" d="M73.051 59.8h64.9v17.6h-64.9z" opacity=".6"/></g><rect width="110" height="77" x="51" y="67" fill="url(#paint3_linear_2539_132193)" rx="12"/><mask id="b" style="mask-type:alpha" width="110" height="77" x="51" y="67" maskUnits="userSpaceOnUse"><rect width="110" height="77" x="51" y="67" fill="url(#paint4_linear_2539_132193)" rx="12"/></mask><g mask="url(#b)"><path fill="url(#paint5_linear_2539_132193)" fill-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" clip-rule="evenodd" opacity=".8"/></g><path fill="url(#paint6_linear_2539_132193)" fill-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#757B94" fill-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" clip-rule="evenodd"/><path fill="#06F" fill-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" clip-rule="evenodd"/><path fill="url(#paint7_linear_2539_132193)" d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z"/><path stroke="#06F" stroke-linecap="round" stroke-width="3.5" d="M152.111 118.111l17.778 17.778"/><path stroke="#D3D9E6" stroke-width="1.8" d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901"/><path fill="#D3D9E6" d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z"/><defs><linearGradient id="paint0_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#D3D8E9"/><stop offset="1" stop-color="#D8DDED"/></linearGradient><linearGradient id="paint1_linear_2539_132193" x1="78" x2="134" y1="68.35" y2="68.35" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#D8DCE8"/></linearGradient><linearGradient id="paint2_linear_2539_132193" x1="105.501" x2="105.501" y1="59.8" y2="77.4" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient><linearGradient id="paint3_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132193" x1="51" x2="161" y1="67" y2="67" gradientUnits="userSpaceOnUse"><stop stop-color="#B2BCE1"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint5_linear_2539_132193" x1="133.625" x2="160.53" y1="137.24" y2="102.289" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D9"/><stop offset="1" stop-color="#D5DAE9"/></linearGradient><linearGradient id="paint6_linear_2539_132193" x1="106.001" x2="106.001" y1="93" y2="117.675" gradientUnits="userSpaceOnUse"><stop stop-color="#B1BAD4"/><stop offset="1" stop-color="#B9C1D8"/></linearGradient><linearGradient id="paint7_linear_2539_132193" x1="155.311" x2="169.852" y1="117.869" y2="139.183" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
export var blankContent = {
contents: '<rect rx="12" fill="url(#paint0_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect><mask maskUnits="userSpaceOnUse" y="34" x="63" height="111" width="94" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132192)" y="34" x="63" height="110" width="94"></rect></mask><g mask="url(#a)"><path d="M72.458 41.459h75.083v94.083H72.458z" stroke-width=".917" stroke="#fff" fill="url(#paint2_linear_2539_132192)"></path><rect rx="6" fill="url(#paint3_linear_2539_132192)" y="44" x="35" height="17" width="70"></rect><path opacity=".8" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" fill="url(#paint4_linear_2539_132192)"></path></g><path d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132192)"></path><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint6_linear_2539_132192)"></path><mask maskUnits="userSpaceOnUse" y="23" x="91" height="19" width="38" style="mask-type:alpha" id="b"><path d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z" stroke-width="12.1" stroke="url(#paint7_linear_2539_132192)"></path></mask><g mask="url(#b)"><path opacity=".4" d="M75.563 32.482h62.688v12.889H75.563z" fill="url(#paint8_linear_2539_132192)"></path></g><circle fill="#757B94" r="2.2" cy="28.2" cx="110.001"></circle><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="40.6" x="32.6" height="14.8" width="66.8"></rect><path clip-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" fill-rule="evenodd" fill="#06F"></path><path d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z" stroke-width="2" stroke-dasharray="4.4 3.3" stroke="#06F" fill="#BFD9FF"></path><path d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103" stroke-width="1.8" stroke="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint0_linear_2539_132192"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="34" y1="34" x2="157" x1="63" id="paint1_linear_2539_132192"><stop stop-color="#C0C5D8"></stop><stop stop-color="#EBF0FB" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="41" y1="41" x2="148" x1="72" id="paint2_linear_2539_132192"><stop stop-color="#CFD4E4"></stop><stop stop-color="#DBE1F2" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="59.692" y1="50" x2="104.34" x1="64" id="paint3_linear_2539_132192"><stop stop-color="#BBC0D5"></stop><stop stop-color="#CDD3E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="135.33" y1="140.271" x2="149.005" x1="123.319" id="paint4_linear_2539_132192"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="124.815" y1="121.498" x2="162.038" x1="152.946" id="paint5_linear_2539_132192"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint6_linear_2539_132192"><stop stop-color="#CBD1E7"></stop><stop stop-color="#DDE3F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.25" y1="30.25" x2="128.5" x1="91.5" id="paint7_linear_2539_132192"><stop stop-color="#BEC2D0"></stop><stop stop-color="#DBE0F1" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="45.37" y1="32.482" x2="106.906" x1="106.906" id="paint8_linear_2539_132192"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -20,6 +20,6 @@ width: '220',

}
export var forbiddenCss = ''
export var blankCss = ''
export var partialBlank = {
contents: '<path fill="#D8D8D8" d="M0 0h80v80H0z" opacity=".01"/><path fill="#A8B0BF" d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z"/><path fill="#A8B0BF" d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z"/><path fill="#A8B0BF" fill-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 19.8h11"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.24" d="M44 17l5.6 5.6M49.6 17L44 22.6"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 28.4h22M29 37h22"/>',
export var partialBlankBrush = {
contents: '<path d="M27 51v17M39 51v17" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="23" x="7" height="14.5" width="62"></rect><path d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF"></path><path d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke-linecap="round" stroke="#A8B0BF" r="13.5" cy="58.5" cx="59.5"></circle><path d="M53.6 58.55l4.324 4.85 8.122-8" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -32,4 +32,4 @@ width: '80',

}
export var partialBlankContent = {
contents: '<path fill="#D8D8D8" d="M0 0h80v80H0z" opacity=".01"/><path fill="#A8B0BF" d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z"/><path fill="#A8B0BF" d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z"/><path fill="#A8B0BF" fill-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 19.8h11"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.24" d="M44 17l5.6 5.6M49.6 17L44 22.6"/><path stroke="#A8B0BF" stroke-width="2.4" d="M29 28.4h22M29 37h22"/>',
export var partialBlankBrushContent = {
contents: '<path d="M27 51v17M39 51v17" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="23" x="7" height="14.5" width="62"></rect><path d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF"></path><path d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke-linecap="round" stroke="#A8B0BF" r="13.5" cy="58.5" cx="59.5"></circle><path d="M53.6 58.55l4.324 4.85 8.122-8" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -42,6 +42,6 @@ width: '80',

}
export var partialBlankCss = ''
export var partialBlankBrushCss = ''
export var blank = {
contents: '<rect width="94" height="110" x="63" y="34" fill="url(#paint0_linear_2539_132192)" rx="12"/><mask id="a" style="mask-type:alpha" width="94" height="111" x="63" y="34" maskUnits="userSpaceOnUse"><rect width="94" height="110" x="63" y="34" fill="url(#paint1_linear_2539_132192)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132192)" stroke="#fff" stroke-width=".917" d="M72.458 41.459h75.083v94.083H72.458z"/><rect width="70" height="17" x="35" y="44" fill="url(#paint3_linear_2539_132192)" rx="6"/><path fill="url(#paint4_linear_2539_132192)" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" opacity=".8"/></g><path fill="#06F" d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z"/><path fill="url(#paint5_linear_2539_132192)" fill-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><path stroke="url(#paint6_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/><mask id="b" style="mask-type:alpha" width="38" height="19" x="91" y="23" maskUnits="userSpaceOnUse"><path stroke="url(#paint7_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/></mask><g mask="url(#b)"><path fill="url(#paint8_linear_2539_132192)" d="M75.563 32.482h62.688v12.889H75.563z" opacity=".4"/></g><circle cx="110.001" cy="28.2" r="2.2" fill="#757B94"/><rect width="66.8" height="14.8" x="32.6" y="40.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><path fill="#06F" fill-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" clip-rule="evenodd"/><path fill="#BFD9FF" stroke="#06F" stroke-dasharray="4.4 3.3" stroke-width="2" d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z"/><path stroke="#D3D9E6" stroke-width="1.8" d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103"/><defs><linearGradient id="paint0_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#C0C5D8"/><stop offset="1" stop-color="#EBF0FB"/></linearGradient><linearGradient id="paint2_linear_2539_132192" x1="72" x2="148" y1="41" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E4"/><stop offset="1" stop-color="#DBE1F2"/></linearGradient><linearGradient id="paint3_linear_2539_132192" x1="64" x2="104.34" y1="50" y2="59.692" gradientUnits="userSpaceOnUse"><stop stop-color="#BBC0D5"/><stop offset="1" stop-color="#CDD3E4"/></linearGradient><linearGradient id="paint4_linear_2539_132192" x1="123.319" x2="149.005" y1="140.271" y2="135.33" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint5_linear_2539_132192" x1="152.946" x2="162.038" y1="121.498" y2="124.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient><linearGradient id="paint6_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD1E7"/><stop offset="1" stop-color="#DDE3F1"/></linearGradient><linearGradient id="paint7_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#DBE0F1"/></linearGradient><linearGradient id="paint8_linear_2539_132192" x1="106.906" x2="106.906" y1="32.482" y2="45.37" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient></defs>',
export var forbidden = {
contents: '<path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint0_linear_2539_132193)"></path><mask maskUnits="userSpaceOnUse" y="26" x="78" height="66" width="56" style="mask-type:alpha" id="a"><path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint1_linear_2539_132193)"></path></mask><g mask="url(#a)"><path opacity=".6" d="M73.051 59.8h64.9v17.6h-64.9z" fill="url(#paint2_linear_2539_132193)"></path></g><rect rx="12" fill="url(#paint3_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect><mask maskUnits="userSpaceOnUse" y="67" x="51" height="77" width="110" style="mask-type:alpha" id="b"><rect rx="12" fill="url(#paint4_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect></mask><g mask="url(#b)"><path opacity=".8" clip-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132193)"></path></g><path clip-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="url(#paint6_linear_2539_132193)"></path><path clip-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="#757B94"></path><path clip-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" fill-rule="evenodd" fill="#06F"></path><path d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z" fill="url(#paint7_linear_2539_132193)"></path><path d="M152.111 118.111l17.778 17.778" stroke-width="3.5" stroke-linecap="round" stroke="#06F"></path><path d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901" stroke-width="1.8" stroke="#D3D9E6"></path><path d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint0_linear_2539_132193"><stop stop-color="#D3D8E9"></stop><stop stop-color="#D8DDED" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint1_linear_2539_132193"><stop stop-color="#BEC2D0"></stop><stop stop-color="#D8DCE8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="77.4" y1="59.8" x2="105.501" x1="105.501" id="paint2_linear_2539_132193"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint3_linear_2539_132193"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint4_linear_2539_132193"><stop stop-color="#B2BCE1"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="102.289" y1="137.24" x2="160.53" x1="133.625" id="paint5_linear_2539_132193"><stop stop-color="#BDC3D9"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="117.675" y1="93" x2="106.001" x1="106.001" id="paint6_linear_2539_132193"><stop stop-color="#B1BAD4"></stop><stop stop-color="#B9C1D8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="139.183" y1="117.869" x2="169.852" x1="155.311" id="paint7_linear_2539_132193"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -54,4 +54,4 @@ width: '220',

}
export var blankContent = {
contents: '<rect width="94" height="110" x="63" y="34" fill="url(#paint0_linear_2539_132192)" rx="12"/><mask id="a" style="mask-type:alpha" width="94" height="111" x="63" y="34" maskUnits="userSpaceOnUse"><rect width="94" height="110" x="63" y="34" fill="url(#paint1_linear_2539_132192)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132192)" stroke="#fff" stroke-width=".917" d="M72.458 41.459h75.083v94.083H72.458z"/><rect width="70" height="17" x="35" y="44" fill="url(#paint3_linear_2539_132192)" rx="6"/><path fill="url(#paint4_linear_2539_132192)" d="M144.501 103.213c3.435-5.594 11.563-5.594 14.998 0l19.27 31.382c3.6 5.864-.619 13.405-7.499 13.405h-38.54c-6.88 0-11.099-7.541-7.499-13.405l19.27-31.382z" opacity=".8"/></g><path fill="#06F" d="M148.866 111.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.104l15.361-25.404z"/><path fill="url(#paint5_linear_2539_132192)" fill-rule="evenodd" d="M152.401 118c-.631 0-1.133.53-1.099 1.161l.489 8.888.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.888a1.1 1.1 0 00-1.098-1.161h-3.2zm.397 17.103a1.1 1.1 0 00-1.1 1.1v2.397a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.397a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><path stroke="url(#paint6_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/><mask id="b" style="mask-type:alpha" width="38" height="19" x="91" y="23" maskUnits="userSpaceOnUse"><path stroke="url(#paint7_linear_2539_132192)" stroke-width="12.1" d="M115.724 34.95h-11.448a8.485 8.485 0 003.824-4.154c.716-1.671 3.084-1.671 3.8 0a8.485 8.485 0 003.824 4.154z"/></mask><g mask="url(#b)"><path fill="url(#paint8_linear_2539_132192)" d="M75.563 32.482h62.688v12.889H75.563z" opacity=".4"/></g><circle cx="110.001" cy="28.2" r="2.2" fill="#757B94"/><rect width="66.8" height="14.8" x="32.6" y="40.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><path fill="#06F" fill-rule="evenodd" d="M88.3 50.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM46.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm11 0a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0zm8.7 2.3a2.3 2.3 0 100-4.6 2.3 2.3 0 000 4.6zM79.6 48a2.3 2.3 0 11-4.6 0 2.3 2.3 0 014.6 0z" clip-rule="evenodd"/><path fill="#BFD9FF" stroke="#06F" stroke-dasharray="4.4 3.3" stroke-width="2" d="M119.524 60.35l2.286 2.024-.664.749 3.048 2.7.663-.75 2.286 2.025-.663.749 3.047 2.699.663-.749 2.286 2.025-.663.748L133 73.623v1.922h1v3.56h-1v4.745h1v3.56h-1v4.745h1v3.559h-1v4.746h1v3.559h-1v4.745h1v3.56h-1v4.745h1v3.559h-1V122h-1.286v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1h-4.572v1h-3.428v-1H87v-1.286h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1v-4.572h-1v-3.428h1V60h1.286v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h4.572v-1h3.428v1h1.907l1.24 1.098.663-.748z"/><path stroke="#D3D9E6" stroke-width="1.8" d="M166.71 47.88c-.56-.993-1.367-3.12-.117-3.675 1.564-.694 3.721 4.87 5.285 4.175 1.563-.695-.957-5.165.607-5.86 1.251-.555 4.044 2.552 5.284 4.175M161.75 35.87c-2.013-3.242-5.079-8.402-2.821-9.53 2.257-1.13 7.353 7.788 9.593 5.58 2.24-2.21-7.336-7.9-5.079-10.158 2.257-2.257 7.402 6.063 9.254 4.577 1.853-1.486-4.611-9.547-4.611-9.547M145.224 29.567c1.121.084 3.387-.085 3.487-1.43.126-1.68-5.82-1.279-5.694-2.96.125-1.68 5.167-1.304 5.292-2.985.101-1.344-5.206-.747-5.694-2.96-.488-2.212 6.135-3.103 6.135-3.103"/><defs><linearGradient id="paint0_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132192" x1="63" x2="157" y1="34" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="#C0C5D8"/><stop offset="1" stop-color="#EBF0FB"/></linearGradient><linearGradient id="paint2_linear_2539_132192" x1="72" x2="148" y1="41" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E4"/><stop offset="1" stop-color="#DBE1F2"/></linearGradient><linearGradient id="paint3_linear_2539_132192" x1="64" x2="104.34" y1="50" y2="59.692" gradientUnits="userSpaceOnUse"><stop stop-color="#BBC0D5"/><stop offset="1" stop-color="#CDD3E4"/></linearGradient><linearGradient id="paint4_linear_2539_132192" x1="123.319" x2="149.005" y1="140.271" y2="135.33" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint5_linear_2539_132192" x1="152.946" x2="162.038" y1="121.498" y2="124.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient><linearGradient id="paint6_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD1E7"/><stop offset="1" stop-color="#DDE3F1"/></linearGradient><linearGradient id="paint7_linear_2539_132192" x1="91.5" x2="128.5" y1="30.25" y2="30.25" gradientUnits="userSpaceOnUse"><stop stop-color="#BEC2D0"/><stop offset="1" stop-color="#DBE0F1"/></linearGradient><linearGradient id="paint8_linear_2539_132192" x1="106.906" x2="106.906" y1="32.482" y2="45.37" gradientUnits="userSpaceOnUse"><stop stop-color="#868FAE" stop-opacity="0"/><stop offset="1" stop-color="#61677C"/></linearGradient></defs>',
export var forbiddenContent = {
contents: '<path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint0_linear_2539_132193)"></path><mask maskUnits="userSpaceOnUse" y="26" x="78" height="66" width="56" style="mask-type:alpha" id="a"><path d="M83.5 54c0-12.426 10.074-22.5 22.5-22.5s22.5 10.074 22.5 22.5v32.5h-45V54z" stroke-width="11" stroke="url(#paint1_linear_2539_132193)"></path></mask><g mask="url(#a)"><path opacity=".6" d="M73.051 59.8h64.9v17.6h-64.9z" fill="url(#paint2_linear_2539_132193)"></path></g><rect rx="12" fill="url(#paint3_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect><mask maskUnits="userSpaceOnUse" y="67" x="51" height="77" width="110" style="mask-type:alpha" id="b"><rect rx="12" fill="url(#paint4_linear_2539_132193)" y="67" x="51" height="77" width="110"></rect></mask><g mask="url(#b)"><path opacity=".8" clip-rule="evenodd" d="M131 111.992a8.793 8.793 0 015.582-8.185l19.2-7.543a8.802 8.802 0 016.436 0l19.2 7.543a8.793 8.793 0 015.582 8.185v19.675c0 11.183-16.28 22.367-24.012 27.048a7.653 7.653 0 01-7.976 0C147.28 154.034 131 142.85 131 131.667v-19.675z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132193)"></path></g><path clip-rule="evenodd" d="M108.97 104.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="url(#paint6_linear_2539_132193)"></path><path clip-rule="evenodd" d="M108.97 102.215a6 6 0 10-5.938 0l-4.683 10.703a2.2 2.2 0 002.016 3.082h11.272a2.2 2.2 0 002.015-3.082l-4.682-10.703z" fill-rule="evenodd" fill="#757B94"></path><path clip-rule="evenodd" d="M139 115.274a5.994 5.994 0 013.824-5.588l15-5.839a5.996 5.996 0 014.352 0l15 5.839a5.994 5.994 0 013.824 5.588v14.972c0 8.552-12.93 16.462-18.498 19.471a5.24 5.24 0 01-5.004 0C151.93 146.708 139 138.798 139 130.246v-14.972z" fill-rule="evenodd" fill="#06F"></path><path d="M148 126c0-6.627 5.373-12 12-12s12 5.373 12 12c0 6.628-5.373 12-12 12s-12-5.372-12-12z" fill="url(#paint7_linear_2539_132193)"></path><path d="M152.111 118.111l17.778 17.778" stroke-width="3.5" stroke-linecap="round" stroke="#06F"></path><path d="M54.838 48.206c-1.123-.104-3.402.024-3.527 1.372-.157 1.685 5.82 1.391 5.663 3.076-.157 1.685-5.212 1.215-5.37 2.9-.125 1.348 3.724 2.613 5.663 3.076M41.312 80.951c.564-.977 1.399-3.1.227-3.777-1.466-.846-3.695 4.707-5.16 3.86-1.466-.846 1.072-5.243-.393-6.089-1.173-.677-2.946 4.384-5.16 3.86-2.215-.522-.133-6.901-.133-6.901" stroke-width="1.8" stroke="#D3D9E6"></path><path d="M37.773 59.893l-7-10.819 12.728 6.364-2.545 2.546 7.636 11.455-13.364-7 2.545-2.546z" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint0_linear_2539_132193"><stop stop-color="#D3D8E9"></stop><stop stop-color="#D8DDED" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="68.35" y1="68.35" x2="134" x1="78" id="paint1_linear_2539_132193"><stop stop-color="#BEC2D0"></stop><stop stop-color="#D8DCE8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="77.4" y1="59.8" x2="105.501" x1="105.501" id="paint2_linear_2539_132193"><stop stop-opacity="0" stop-color="#868FAE"></stop><stop stop-color="#61677C" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint3_linear_2539_132193"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="67" y1="67" x2="161" x1="51" id="paint4_linear_2539_132193"><stop stop-color="#B2BCE1"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="102.289" y1="137.24" x2="160.53" x1="133.625" id="paint5_linear_2539_132193"><stop stop-color="#BDC3D9"></stop><stop stop-color="#D5DAE9" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="117.675" y1="93" x2="106.001" x1="106.001" id="paint6_linear_2539_132193"><stop stop-color="#B1BAD4"></stop><stop stop-color="#B9C1D8" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="139.183" y1="117.869" x2="169.852" x1="155.311" id="paint7_linear_2539_132193"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -64,46 +64,6 @@ width: '220',

}
export var blankCss = ''
export var forbiddenCss = ''
export var loading = {
contents: '<circle cx="50%" cy="50%" r="29" fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="6"/><style>.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}</style>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
}
export var loadingContent = {
contents: '<circle cx="50%" cy="50%" r="29" fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="6"/>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
}
export var loadingCss = '.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}'
export var partialForbidden = {
contents: '<rect width="15.6" height="15.6" x="55.199" y="42.4" stroke="#A8B0BF" stroke-width="2.4" rx="7.8"/><path fill-rule="evenodd" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5"/><circle cx="35.5" cy="44.5" r="4.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242"/>',
attrs: {
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 80 80'
}
}
export var partialForbiddenContent = {
contents: '<rect width="15.6" height="15.6" x="55.199" y="42.4" stroke="#A8B0BF" stroke-width="2.4" rx="7.8"/><path fill-rule="evenodd" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" clip-rule="evenodd"/><path stroke="#A8B0BF" stroke-width="2.4" d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5"/><circle cx="35.5" cy="44.5" r="4.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242"/>',
attrs: {
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 80 80'
}
}
export var partialForbiddenCss = ''
export var imagePlaceholder = {
contents: '<path fill="#528FFF" fill-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" clip-rule="evenodd"/><path fill="#0052CC" d="M4 26h80v10H4z"/><rect width="16" height="8" x="14" y="54" fill="#62DBED" rx="2"/>',
contents: '<path clip-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" fill-rule="evenodd" fill="#528FFF"></path><path d="M4 26h80v10H4z" fill="#0052CC"></path><rect rx="2" fill="#62DBED" y="54" x="14" height="8" width="16"></rect>',
attrs: {

@@ -117,3 +77,3 @@ width: '88',

export var imagePlaceholderContent = {
contents: '<path fill="#528FFF" fill-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" clip-rule="evenodd"/><path fill="#0052CC" d="M4 26h80v10H4z"/><rect width="16" height="8" x="14" y="54" fill="#62DBED" rx="2"/>',
contents: '<path clip-rule="evenodd" d="M4 22a6 6 0 016-6h68a6 6 0 016 6v44a6 6 0 01-6 6H10a6 6 0 01-6-6V22z" fill-rule="evenodd" fill="#528FFF"></path><path d="M4 26h80v10H4z" fill="#0052CC"></path><rect rx="2" fill="#62DBED" y="54" x="14" height="8" width="16"></rect>',
attrs: {

@@ -128,24 +88,24 @@ width: '88',

export var notFound = {
contents: '<rect width="146" height="94" x="37" y="50" fill="url(#paint0_linear_2539_132191)" rx="12"/><mask id="a" style="mask-type:alpha" width="146" height="94" x="37" y="50" maskUnits="userSpaceOnUse"><rect width="146" height="94" x="37" y="50" fill="url(#paint1_linear_2539_132191)" rx="12"/></mask><g mask="url(#a)"><rect width="106" height="26" x="1" y="100" fill="url(#paint2_linear_2539_132191)" rx="6"/><path fill="url(#paint3_linear_2539_132191)" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" opacity=".8"/><path fill="url(#paint4_linear_2539_132191)" d="M50 82h51v34H50z" opacity=".6"/><path fill="url(#paint5_linear_2539_132191)" fill-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" clip-rule="evenodd" opacity=".6"/></g><path stroke="#fff" d="M37 65.5h143"/><circle cx="47.7" cy="57.7" r="1.7" fill="#757B94"/><circle cx="54.501" cy="57.7" r="1.7" fill="#757B94"/><circle cx="61.3" cy="57.7" r="1.7" fill="#757B94"/><rect width="32" height="4" x="50" y="73" fill="#06F" rx="2"/><rect width="92.8" height="24.8" x="6.6" y="93.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><ellipse cx="19.678" cy="105.537" stroke="#848B99" stroke-width="1.32" rx="5.678" ry="5.738"/><path stroke="#848B99" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.32" d="M24.066 109.971l1.839 1.829"/><path fill="#06F" d="M33.055 103.313L34.991 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.304 0L43.295 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.303 0L51.598 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm9.701 4.378a.606.606 0 00-.473.198.647.647 0 00-.198.484.64.64 0 00.198.473.606.606 0 00.473.198.658.658 0 00.473-.198.64.64 0 00.198-.473.647.647 0 00-.198-.484.658.658 0 00-.473-.198zm1.745-4.378l2.014 2.673L60.866 109h1.044l1.706-2.365L65.31 109h1.044l-2.255-3.014 2.014-2.673h-1.035l-1.462 2.024-1.474-2.024h-1.035zm5.597 0l2.013 2.673L66.463 109h1.045l1.705-2.365L70.907 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L72.06 109h1.045l1.705-2.365L76.504 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L77.657 109h1.045l1.705-2.365L82.1 109h1.045l-2.255-3.014 2.013-2.673H81.87l-1.463 2.024-1.474-2.024h-1.034zm5.596 0l2.013 2.673L83.253 109h1.045l1.705-2.365L87.697 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034z"/><path fill="#D3D9E6" fill-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.316 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.248.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.38 4.38 0 00-.72 1.612c-.145.585-.123 1.179.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.766-.297.735-.295 1.663.005 2.783l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.291-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.167 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><path fill="#06F" d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z"/><path fill="url(#paint6_linear_2539_132191)" fill-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132191" x1="26.5" x2="106" y1="109.5" y2="124" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D7"/><stop offset="1" stop-color="#CFD4E6"/></linearGradient><linearGradient id="paint3_linear_2539_132191" x1="142.861" x2="170.752" y1="69.593" y2="64.237" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint4_linear_2539_132191" x1="50" x2="102.53" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint5_linear_2539_132191" x1="110" x2="171.8" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint6_linear_2539_132191" x1="172.946" x2="182.038" y1="46.498" y2="49.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
export var partialError = {
contents: '<circle stroke-width="2.4" stroke="#A8B0BF" r="14.5" cy="55.5" cx="61.301"></circle><path d="M61.3 49v7.5" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.7" cy="61.7" cx="61.3"></circle><path d="M38 23h20M38 54h4" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="11" x="8" height="24" width="61"></rect><circle fill="#A8B0BF" r="1.6" cy="23" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="29.6"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="29.6"></circle><path d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="29.6"></circle>',
attrs: {
width: '220',
height: '160',
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 220 160'
viewBox: '0 0 80 80'
}
}
export var notFoundContent = {
contents: '<rect width="146" height="94" x="37" y="50" fill="url(#paint0_linear_2539_132191)" rx="12"/><mask id="a" style="mask-type:alpha" width="146" height="94" x="37" y="50" maskUnits="userSpaceOnUse"><rect width="146" height="94" x="37" y="50" fill="url(#paint1_linear_2539_132191)" rx="12"/></mask><g mask="url(#a)"><rect width="106" height="26" x="1" y="100" fill="url(#paint2_linear_2539_132191)" rx="6"/><path fill="url(#paint3_linear_2539_132191)" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" opacity=".8"/><path fill="url(#paint4_linear_2539_132191)" d="M50 82h51v34H50z" opacity=".6"/><path fill="url(#paint5_linear_2539_132191)" fill-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" clip-rule="evenodd" opacity=".6"/></g><path stroke="#fff" d="M37 65.5h143"/><circle cx="47.7" cy="57.7" r="1.7" fill="#757B94"/><circle cx="54.501" cy="57.7" r="1.7" fill="#757B94"/><circle cx="61.3" cy="57.7" r="1.7" fill="#757B94"/><rect width="32" height="4" x="50" y="73" fill="#06F" rx="2"/><rect width="92.8" height="24.8" x="6.6" y="93.6" fill="#EBEDF5" fill-opacity=".6" stroke="#282C33" stroke-width="1.2" rx="5.4"/><ellipse cx="19.678" cy="105.537" stroke="#848B99" stroke-width="1.32" rx="5.678" ry="5.738"/><path stroke="#848B99" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.32" d="M24.066 109.971l1.839 1.829"/><path fill="#06F" d="M33.055 103.313L34.991 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.304 0L43.295 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm8.303 0L51.598 109h.825l1.342-4.576 1.32 4.576h.836l1.936-5.687h-.968l-1.397 4.609-1.32-4.609h-.825l-1.32 4.609-1.397-4.609h-.968zm9.701 4.378a.606.606 0 00-.473.198.647.647 0 00-.198.484.64.64 0 00.198.473.606.606 0 00.473.198.658.658 0 00.473-.198.64.64 0 00.198-.473.647.647 0 00-.198-.484.658.658 0 00-.473-.198zm1.745-4.378l2.014 2.673L60.866 109h1.044l1.706-2.365L65.31 109h1.044l-2.255-3.014 2.014-2.673h-1.035l-1.462 2.024-1.474-2.024h-1.035zm5.597 0l2.013 2.673L66.463 109h1.045l1.705-2.365L70.907 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L72.06 109h1.045l1.705-2.365L76.504 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034zm5.597 0l2.013 2.673L77.657 109h1.045l1.705-2.365L82.1 109h1.045l-2.255-3.014 2.013-2.673H81.87l-1.463 2.024-1.474-2.024h-1.034zm5.596 0l2.013 2.673L83.253 109h1.045l1.705-2.365L87.697 109h1.045l-2.255-3.014 2.013-2.673h-1.034l-1.463 2.024-1.474-2.024h-1.034z"/><path fill="#D3D9E6" fill-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.316 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.248.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.38 4.38 0 00-.72 1.612c-.145.585-.123 1.179.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.766-.297.735-.295 1.663.005 2.783l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.291-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.167 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><path fill="#06F" d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z"/><path fill="url(#paint6_linear_2539_132191)" fill-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132191" x1="37" x2="183" y1="50" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132191" x1="26.5" x2="106" y1="109.5" y2="124" gradientUnits="userSpaceOnUse"><stop stop-color="#BDC3D7"/><stop offset="1" stop-color="#CFD4E6"/></linearGradient><linearGradient id="paint3_linear_2539_132191" x1="142.861" x2="170.752" y1="69.593" y2="64.237" gradientUnits="userSpaceOnUse"><stop stop-color="#B6BDD2"/><stop offset="1" stop-color="#D7DDEC"/></linearGradient><linearGradient id="paint4_linear_2539_132191" x1="50" x2="102.53" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint5_linear_2539_132191" x1="110" x2="171.8" y1="103.387" y2="103.387" gradientUnits="userSpaceOnUse"><stop stop-color="#DFE3F0"/><stop offset="1" stop-color="#fff" stop-opacity=".5"/></linearGradient><linearGradient id="paint6_linear_2539_132191" x1="172.946" x2="182.038" y1="46.498" y2="49.815" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
export var partialErrorContent = {
contents: '<circle stroke-width="2.4" stroke="#A8B0BF" r="14.5" cy="55.5" cx="61.301"></circle><path d="M61.3 49v7.5" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.7" cy="61.7" cx="61.3"></circle><path d="M38 23h20M38 54h4" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path><rect rx="6" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" y="11" x="8" height="24" width="61"></rect><circle fill="#A8B0BF" r="1.6" cy="23" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="23" cx="29.6"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54" cx="29.6"></circle><path d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="square" stroke="#A8B0BF"></path><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="16.401"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="23"></circle><circle fill="#A8B0BF" r="1.6" cy="54.5" cx="29.6"></circle>',
attrs: {
width: '220',
height: '160',
width: '80',
height: '80',
fill: 'none',
viewBox: '0 0 220 160'
viewBox: '0 0 80 80'
}
}
export var notFoundCss = ''
export var partialErrorCss = ''
export var partialError = {
contents: '<circle cx="61.301" cy="55.5" r="14.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M61.3 49v7.5"/><circle cx="61.3" cy="61.7" r="1.7" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M38 23h20M38 54h4"/><rect width="61" height="24" x="8" y="11" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><circle cx="16.401" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="16.401" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54" r="1.6" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28"/><circle cx="16.401" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54.5" r="1.6" fill="#A8B0BF"/>',
export var partialBlank = {
contents: '<path opacity=".01" d="M0 0h80v80H0z" fill="#D8D8D8"></path><path d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z" fill="#A8B0BF"></path><path d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z" fill="#A8B0BF"></path><path clip-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" fill-rule="evenodd" fill="#A8B0BF"></path><path d="M29 19.8h11" stroke-width="2.4" stroke="#A8B0BF"></path><path d="M44 17l5.6 5.6M49.6 17L44 22.6" stroke-width="2.24" stroke-linecap="square" stroke="#A8B0BF"></path><path d="M29 28.4h22M29 37h22" stroke-width="2.4" stroke="#A8B0BF"></path>',
attrs: {

@@ -158,4 +118,4 @@ width: '80',

}
export var partialErrorContent = {
contents: '<circle cx="61.301" cy="55.5" r="14.5" stroke="#A8B0BF" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M61.3 49v7.5"/><circle cx="61.3" cy="61.7" r="1.7" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M38 23h20M38 54h4"/><rect width="61" height="24" x="8" y="11" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><circle cx="16.401" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="23" r="1.6" fill="#A8B0BF"/><circle cx="16.401" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54" r="1.6" fill="#A8B0BF"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42 66H14a6 6 0 01-6-6V49a6 6 0 016-6h28"/><circle cx="16.401" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="23" cy="54.5" r="1.6" fill="#A8B0BF"/><circle cx="29.6" cy="54.5" r="1.6" fill="#A8B0BF"/>',
export var partialBlankContent = {
contents: '<path opacity=".01" d="M0 0h80v80H0z" fill="#D8D8D8"></path><path d="M21.5 26h1.2v-1.2h-1.2V26zm-6.053 3.649l-1.104-.47 1.104.47zM7.895 47.38l-1.104-.47-1.098 2.577 2.623-.983-.421-1.124zM21.503 47v1.2h1.206l-.006-1.206-1.2.006zm36.995 0l-1.2-.006-.005 1.206h1.205V47zm13.537.354l-.407 1.129 2.581.93-1.069-2.527-1.105.468zM64.55 29.662l1.105-.467-1.105.467zM58.5 26v-1.2h-1.2V26h1.2zm-37-1.2h-.533v2.4h.534v-2.4zm-.533 0a7.2 7.2 0 00-6.624 4.379l2.208.94a4.8 4.8 0 014.416-2.919v-2.4zm-6.624 4.379L6.79 46.909 9 47.85l7.552-17.73-2.208-.941zM8.316 48.504A4.787 4.787 0 0110 48.2v-2.4c-.887 0-1.74.161-2.528.457l.843 2.247zM10 48.2h11.502v-2.4H10.001v2.4zm12.702-1.206c-.002-.553-.002-1.149-.002-1.794h-2.4c0 .644 0 1.245.003 1.806l2.4-.012zm-.002-1.794V26h-2.4v19.2h2.4zm35.797 3h11.503v-2.4H58.498v2.4zm11.503 0c.573 0 1.12.1 1.627.283l.814-2.258A7.19 7.19 0 0070 45.8v2.4zm3.14-1.314l-7.486-17.691-2.21.935L70.93 47.82l2.21-.935zm-7.486-17.691a7.2 7.2 0 00-6.63-4.395v2.4a4.8 4.8 0 014.42 2.93l2.21-.935zm-6.63-4.395H58.5v2.4h.524v-2.4zM57.3 26v19.2h2.4V26h-2.4zm0 19.2c0 .645 0 1.24-.003 1.794l2.4.012c.003-.56.003-1.162.003-1.806h-2.4z" fill="#A8B0BF"></path><path d="M29.125 47l1.19-.149-.13-1.051h-1.06V47zm21.75 0v-1.2h-1.06l-.13 1.051 1.19.149zm-.437 3.496l1.19.149-1.19-.149zm-20.876 0l1.19-.149-1.19.15zM12 48.2h17.125v-2.4H12v2.4zM7.2 53a4.8 4.8 0 014.8-4.8v-2.4A7.2 7.2 0 004.8 53h2.4zm0 13V53H4.8v13h2.4zm4.8 4.8A4.8 4.8 0 017.2 66H4.8a7.2 7.2 0 007.2 7.2v-2.4zm56 0H12v2.4h56v-2.4zm4.8-4.8a4.8 4.8 0 01-4.8 4.8v2.4a7.2 7.2 0 007.2-7.2h-2.4zm0-13v13h2.4V53h-2.4zM68 48.2a4.8 4.8 0 014.8 4.8h2.4a7.2 7.2 0 00-7.2-7.2v2.4zm-17.125 0H68v-2.4H50.875v2.4zm-1.19-1.349l-.438 3.496 2.382.298.437-3.496-2.382-.298zm-.438 3.496A2.8 2.8 0 0146.47 52.8v2.4a5.2 5.2 0 005.16-4.555l-2.382-.298zM46.47 52.8H33.53v2.4H46.47v-2.4zm-12.938 0a2.8 2.8 0 01-2.778-2.453l-2.382.298a5.2 5.2 0 005.16 4.555v-2.4zm-2.778-2.453l-.437-3.496-2.382.298.437 3.496 2.382-.298z" fill="#A8B0BF"></path><path clip-rule="evenodd" d="M31.1 5.8h-.052c-1.635 0-2.936 0-3.986.086-1.074.087-1.99.271-2.83.699a7.2 7.2 0 00-3.146 3.146c-.428.84-.612 1.756-.7 2.83-.085 1.05-.085 2.35-.085 3.986V46h2.4V16.6c0-1.7 0-2.903.078-3.843.075-.926.218-1.492.445-1.936a4.8 4.8 0 012.098-2.098c.444-.226 1.01-.37 1.936-.445C28.198 8.2 29.4 8.2 31.1 8.2h17.8c1.7 0 2.902 0 3.843.078.926.075 1.492.219 1.936.445a4.8 4.8 0 012.098 2.098c.226.444.37 1.01.445 1.936.077.94.078 2.143.078 3.843V46h2.4V16.547c0-1.635 0-2.936-.086-3.986-.088-1.074-.271-1.99-.699-2.83a7.2 7.2 0 00-3.146-3.146c-.84-.428-1.756-.612-2.83-.7-1.05-.085-2.351-.085-3.987-.085H31.101z" fill-rule="evenodd" fill="#A8B0BF"></path><path d="M29 19.8h11" stroke-width="2.4" stroke="#A8B0BF"></path><path d="M44 17l5.6 5.6M49.6 17L44 22.6" stroke-width="2.24" stroke-linecap="square" stroke="#A8B0BF"></path><path d="M29 28.4h22M29 37h22" stroke-width="2.4" stroke="#A8B0BF"></path>',
attrs: {

@@ -168,6 +128,6 @@ width: '80',

}
export var partialErrorCss = ''
export var partialBlankCss = ''
export var partialBlankBrush = {
contents: '<path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M27 51v17M39 51v17"/><rect width="62" height="14.5" x="7" y="23" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><path stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542"/><circle cx="59.5" cy="58.5" r="13.5" stroke="#A8B0BF" stroke-linecap="round" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M53.6 58.55l4.324 4.85 8.122-8"/>',
export var partialForbidden = {
contents: '<rect rx="7.8" stroke-width="2.4" stroke="#A8B0BF" y="42.4" x="55.199" height="15.6" width="15.6"></rect><path clip-rule="evenodd" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF"></path><path d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5" stroke-width="2.4" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke="#A8B0BF" r="4.5" cy="44.5" cx="35.5"></circle><path d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -180,4 +140,4 @@ width: '80',

}
export var partialBlankBrushContent = {
contents: '<path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M27 51v17M39 51v17"/><rect width="62" height="14.5" x="7" y="23" stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" rx="6"/><path stroke="#A8B0BF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="M32 12.5A6.5 6.5 0 0138.5 6v0a6.5 6.5 0 016.5 6.5V23H32V12.5z"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-linejoin="round" stroke-width="2.4" d="M42.313 68H21a6 6 0 01-6-6V37.5h46v2.542"/><circle cx="59.5" cy="58.5" r="13.5" stroke="#A8B0BF" stroke-linecap="round" stroke-width="2.4"/><path stroke="#A8B0BF" stroke-linecap="square" stroke-width="2.4" d="M53.6 58.55l4.324 4.85 8.122-8"/>',
export var partialForbiddenContent = {
contents: '<rect rx="7.8" stroke-width="2.4" stroke="#A8B0BF" y="42.4" x="55.199" height="15.6" width="15.6"></rect><path clip-rule="evenodd" d="M63 58c7.18 0 13 5.82 13 13H50c0-7.18 5.82-13 13-13z" stroke-width="2.4" stroke-linejoin="round" stroke-linecap="round" stroke="#A8B0BF" fill-rule="evenodd"></path><path d="M50.36 28.3v-4.5c0-8.505-6.894-15.4-15.4-15.4v0c-8.505 0-15.4 6.895-15.4 15.4v4.5" stroke-width="2.4" stroke="#A8B0BF"></path><circle stroke-width="2.4" stroke="#A8B0BF" r="4.5" cy="44.5" cx="35.5"></circle><path d="M35.4 49.36v11M36.72 55.08h4.4M62 35.297V35a6 6 0 00-6-6H15a6 6 0 00-6 6v30a6 6 0 006 6h26.242" stroke-width="2.4" stroke-linecap="square" stroke="#A8B0BF"></path>',
attrs: {

@@ -190,6 +150,6 @@ width: '80',

}
export var partialBlankBrushCss = ''
export var partialForbiddenCss = ''
export var serverError = {
contents: '<path fill="#757B94" d="M66.834 68.917h84.333v5.5H66.834z"/><rect width="108" height="31" x="55" y="38" fill="url(#paint0_linear_2539_132194)" rx="12"/><mask id="a" style="mask-type:alpha" width="108" height="31" x="55" y="38" maskUnits="userSpaceOnUse"><rect width="108" height="31" x="55" y="38" fill="url(#paint1_linear_2539_132194)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132194)" d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z"/></g><path fill="#757B94" fill-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="53.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114.5 52.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 103h84v6H67z"/><rect width="108" height="31" x="55" y="74" fill="url(#paint3_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="89.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 88.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 138h84v6H67z"/><rect width="108" height="31" x="55" y="109" fill="url(#paint4_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="124.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 123.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#06F" d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z"/><path fill="url(#paint5_linear_2539_132194)" fill-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" clip-rule="evenodd"/><path fill="#D3D9E6" fill-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132194" x1="55" x2="87" y1="63.5" y2="47.5" gradientUnits="userSpaceOnUse"><stop stop-color="#BCC2D6"/><stop offset="1" stop-color="#CCD2E4"/></linearGradient><linearGradient id="paint3_linear_2539_132194" x1="55" x2="163" y1="74" y2="74" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132194" x1="55" x2="163" y1="109" y2="109" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint5_linear_2539_132194" x1="55.637" x2="64.614" y1="36.869" y2="40.253" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
contents: '<path d="M66.834 68.917h84.333v5.5H66.834z" fill="#757B94"></path><rect rx="12" fill="url(#paint0_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect><mask maskUnits="userSpaceOnUse" y="38" x="55" height="31" width="108" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect></mask><g mask="url(#a)"><path d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z" fill="url(#paint2_linear_2539_132194)"></path></g><path clip-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="53.5" cx="146.5"></circle><path opacity=".6" d="M114.5 52.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 103h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint3_linear_2539_132194)" y="74" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="89.5" cx="146.5"></circle><path opacity=".6" d="M114 88.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 138h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint4_linear_2539_132194)" y="109" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="124.5" cx="146.5"></circle><path opacity=".6" d="M114 123.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z" fill="#06F"></path><path clip-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132194)"></path><path clip-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint0_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint1_linear_2539_132194"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="47.5" y1="63.5" x2="87" x1="55" id="paint2_linear_2539_132194"><stop stop-color="#BCC2D6"></stop><stop stop-color="#CCD2E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="74" y1="74" x2="163" x1="55" id="paint3_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="109" y1="109" x2="163" x1="55" id="paint4_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="40.253" y1="36.869" x2="64.614" x1="55.637" id="paint5_linear_2539_132194"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -203,3 +163,3 @@ width: '220',

export var serverErrorContent = {
contents: '<path fill="#757B94" d="M66.834 68.917h84.333v5.5H66.834z"/><rect width="108" height="31" x="55" y="38" fill="url(#paint0_linear_2539_132194)" rx="12"/><mask id="a" style="mask-type:alpha" width="108" height="31" x="55" y="38" maskUnits="userSpaceOnUse"><rect width="108" height="31" x="55" y="38" fill="url(#paint1_linear_2539_132194)" rx="12"/></mask><g mask="url(#a)"><path fill="url(#paint2_linear_2539_132194)" d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z"/></g><path fill="#757B94" fill-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="53.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114.5 52.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 103h84v6H67z"/><rect width="108" height="31" x="55" y="74" fill="url(#paint3_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="89.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 88.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#757B94" d="M67 138h84v6H67z"/><rect width="108" height="31" x="55" y="109" fill="url(#paint4_linear_2539_132194)" rx="12"/><path fill="#757B94" fill-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" clip-rule="evenodd"/><circle cx="146.5" cy="124.5" r="4.5" fill="#06F"/><path fill="#AFB4C8" d="M114 123.5h22v2h-22z" opacity=".6"/><path stroke="#fff" d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0"/><path fill="#06F" d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z"/><path fill="url(#paint5_linear_2539_132194)" fill-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" clip-rule="evenodd"/><path fill="#D3D9E6" fill-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" clip-rule="evenodd"/><defs><linearGradient id="paint0_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint1_linear_2539_132194" x1="55" x2="163" y1="38" y2="38" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B5C4"/><stop offset="1" stop-color="#E4E9F3"/></linearGradient><linearGradient id="paint2_linear_2539_132194" x1="55" x2="87" y1="63.5" y2="47.5" gradientUnits="userSpaceOnUse"><stop stop-color="#BCC2D6"/><stop offset="1" stop-color="#CCD2E4"/></linearGradient><linearGradient id="paint3_linear_2539_132194" x1="55" x2="163" y1="74" y2="74" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint4_linear_2539_132194" x1="55" x2="163" y1="109" y2="109" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD4E6"/><stop offset="1" stop-color="#DBE0F0"/></linearGradient><linearGradient id="paint5_linear_2539_132194" x1="55.637" x2="64.614" y1="36.869" y2="40.253" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".55"/></linearGradient></defs>',
contents: '<path d="M66.834 68.917h84.333v5.5H66.834z" fill="#757B94"></path><rect rx="12" fill="url(#paint0_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect><mask maskUnits="userSpaceOnUse" y="38" x="55" height="31" width="108" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_2539_132194)" y="38" x="55" height="31" width="108"></rect></mask><g mask="url(#a)"><path d="M69.252 65.05H32.445c-8.944.392-16.525-6.31-16.928-14.975-.317-6.742 3.805-12.684 9.864-15.173 2.975-1.222 5.493-3.821 6.426-6.9 2.376-7.838 9.59-13.722 18.408-14.293 9.268-.598 17.586 4.849 20.695 12.961.954 2.491 2.979 4.528 5.44 5.558 6.78 2.839 11.2 9.61 10.595 17.052-.727 8.932-8.441 15.81-17.69 15.77h-.003z" fill="url(#paint2_linear_2539_132194)"></path></g><path clip-rule="evenodd" d="M62.2 46.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="53.5" cx="146.5"></circle><path opacity=".6" d="M114.5 52.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 69v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 103h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint3_linear_2539_132194)" y="74" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 81.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="89.5" cx="146.5"></circle><path opacity=".6" d="M114 88.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 105v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M67 138h84v6H67z" fill="#757B94"></path><rect rx="12" fill="url(#paint4_linear_2539_132194)" y="109" x="55" height="31" width="108"></rect><path clip-rule="evenodd" d="M63.2 116.1a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm4.4 0a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0zm3.3 1.1a1.1 1.1 0 100-2.2 1.1 1.1 0 000 2.2z" fill-rule="evenodd" fill="#757B94"></path><circle fill="#06F" r="4.5" cy="124.5" cx="146.5"></circle><path opacity=".6" d="M114 123.5h22v2h-22z" fill="#AFB4C8"></path><path d="M117 140v0a6 6 0 00-6-6H71a6 6 0 00-6 6v0" stroke="#fff"></path><path d="M68.639 59.64H43.55c-6.096.266-11.264-4.302-11.538-10.208-.278-5.905 4.44-10.91 10.536-11.178-.016-7.175 5.723-13.132 13.114-13.61 7.392-.477 13.897 4.687 14.865 11.802 6.23.93 10.667 6.357 10.171 12.444-.495 6.088-5.753 10.776-12.058 10.75h-.001z" fill="#06F"></path><path clip-rule="evenodd" d="M55.1 33.5a1.1 1.1 0 00-1.098 1.161l.48 8.66c.004.053.01.105.02.156l.908 4.539a1.1 1.1 0 001.079.884h.396a1.1 1.1 0 001.08-.884l.907-4.54c.01-.05.017-.102.02-.154l.48-8.661a1.1 1.1 0 00-1.098-1.161H55.1zm.487 16.5a1.1 1.1 0 00-1.1 1.1v2.2a1.1 1.1 0 001.1 1.1h2.2a1.1 1.1 0 001.1-1.1v-2.2a1.1 1.1 0 00-1.1-1.1h-2.2z" fill-rule="evenodd" fill="url(#paint5_linear_2539_132194)"></path><path clip-rule="evenodd" d="M178.373 115.793c1.53-.426 3.138-.137 4.836.843 1.468.848 2.437 1.925 2.88 3.277.456 1.328.282 2.689-.509 4.059-.646 1.119-1.485 1.883-2.48 2.283-.352.132-1.337.354-2.955.668a4.378 4.378 0 00-1.649.631c-.516.311-.921.747-1.237 1.295l-.225.388-2.454-1.417.224-.388c.488-.845 1.047-1.496 1.711-1.904.667-.467 2.08-.9 4.227-1.335l.64-.209c.717-.286 1.262-.702 1.605-1.296.462-.799.588-1.548.416-2.256-.195-.722-.729-1.334-1.555-1.811-1.032-.596-1.974-.713-2.815-.316-.729.31-1.384.967-1.964 1.971l-2.409-1.39c.963-1.667 2.196-2.69 3.713-3.093zm-3.95 13.669a1.1 1.1 0 00-1.503.403l-.6 1.039a1.1 1.1 0 00.403 1.502l1.039.6a1.1 1.1 0 001.503-.402l.6-1.039a1.1 1.1 0 00-.403-1.503l-1.039-.6zM172.31 89.062c1.368-.807 2.996-.944 4.889-.437 1.638.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.559 4.052-.334 1.248-.946 2.203-1.804 2.847-.306.218-1.2.688-2.682 1.41a4.392 4.392 0 00-1.43 1.037c-.417.434-.696.96-.859 1.571l-.116.433-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.524-.624 1.776-1.408 3.737-2.383l.565-.368c.618-.462 1.037-1.005 1.215-1.667.238-.891.167-1.647-.183-2.287-.375-.646-1.049-1.1-1.97-1.347-1.152-.308-2.091-.178-2.801.424-.624.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.778 1.347l1.159.31a1.1 1.1 0 001.347-.778l.31-1.159a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint0_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="38" y1="38" x2="163" x1="55" id="paint1_linear_2539_132194"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="47.5" y1="63.5" x2="87" x1="55" id="paint2_linear_2539_132194"><stop stop-color="#BCC2D6"></stop><stop stop-color="#CCD2E4" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="74" y1="74" x2="163" x1="55" id="paint3_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="109" y1="109" x2="163" x1="55" id="paint4_linear_2539_132194"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="40.253" y1="36.869" x2="64.614" x1="55.637" id="paint5_linear_2539_132194"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {

@@ -213,1 +173,41 @@ width: '220',

export var serverErrorCss = ''
export var notFound = {
contents: '<rect rx="12" fill="url(#paint0_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect><mask maskUnits="userSpaceOnUse" y="50" x="37" height="94" width="146" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect></mask><g mask="url(#a)"><rect rx="6" fill="url(#paint2_linear_12185_156103)" y="100" x="1" height="26" width="99"></rect><path opacity=".8" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" fill="url(#paint3_linear_12185_156103)"></path><path opacity=".6" d="M50 82h51v34H50z" fill="url(#paint4_linear_12185_156103)"></path><path opacity=".6" clip-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" fill-rule="evenodd" fill="url(#paint5_linear_12185_156103)"></path></g><path d="M37 65.5h143" stroke="#fff"></path><circle fill="#757B94" r="1.7" cy="57.7" cx="47.7"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="54.501"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="61.3"></circle><rect rx="2" fill="#06F" y="73" x="50" height="4" width="32"></rect><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="93.6" x="6.6" height="23.8" width="84.8"></rect><rect rx="3.5" fill="#C4CADD" y="102" x="31" height="7" width="48"></rect><rect rx="3" fill="#06F" y="100" x="14" height="11" width="11"></rect><path clip-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.315 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.249.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.381 4.381 0 00-.72 1.612c-.145.585-.123 1.18.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.767-.297.734-.295 1.662.005 2.782l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.777l.31-1.16a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><path d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint6_linear_12185_156103)"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint0_linear_12185_156103"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint1_linear_12185_156103"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="122.2" y1="109.5" x2="99.373" x1="24.816" id="paint2_linear_12185_156103"><stop stop-color="#BDC3D7"></stop><stop stop-color="#CFD4E6" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="64.237" y1="69.593" x2="170.752" x1="142.861" id="paint3_linear_12185_156103"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="102.53" x1="50" id="paint4_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="171.8" x1="110" id="paint5_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="49.815" y1="46.498" x2="182.038" x1="172.946" id="paint6_linear_12185_156103"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {
width: '220',
height: '160',
fill: 'none',
viewBox: '0 0 220 160'
}
}
export var notFoundContent = {
contents: '<rect rx="12" fill="url(#paint0_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect><mask maskUnits="userSpaceOnUse" y="50" x="37" height="94" width="146" style="mask-type:alpha" id="a"><rect rx="12" fill="url(#paint1_linear_12185_156103)" y="50" x="37" height="94" width="146"></rect></mask><g mask="url(#a)"><rect rx="6" fill="url(#paint2_linear_12185_156103)" y="100" x="1" height="26" width="99"></rect><path opacity=".8" d="M166.497 28.242c3.434-5.602 11.572-5.602 15.006 0l22.285 36.36c3.594 5.863-.626 13.398-7.503 13.398h-44.57c-6.877 0-11.097-7.535-7.503-13.398l22.285-36.36z" fill="url(#paint3_linear_12185_156103)"></path><path opacity=".6" d="M50 82h51v34H50z" fill="url(#paint4_linear_12185_156103)"></path><path opacity=".6" clip-rule="evenodd" d="M170 82h-60v4h60v-4zm0 10h-60v4h60v-4zm-60 10h60v4h-60v-4zm37 10h-37v4h37v-4z" fill-rule="evenodd" fill="url(#paint5_linear_12185_156103)"></path></g><path d="M37 65.5h143" stroke="#fff"></path><circle fill="#757B94" r="1.7" cy="57.7" cx="47.7"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="54.501"></circle><circle fill="#757B94" r="1.7" cy="57.7" cx="61.3"></circle><rect rx="2" fill="#06F" y="73" x="50" height="4" width="32"></rect><rect rx="5.4" stroke-width="1.2" stroke="#282C33" fill-opacity=".6" fill="#EBEDF5" y="93.6" x="6.6" height="23.8" width="84.8"></rect><rect rx="3.5" fill="#C4CADD" y="102" x="31" height="7" width="48"></rect><rect rx="3" fill="#06F" y="100" x="14" height="11" width="11"></rect><path clip-rule="evenodd" d="M13.806 64.073c.782-1.383 2.123-2.315 4.016-2.823 1.638-.439 3.084-.362 4.353.28 1.263.617 2.102 1.703 2.511 3.23.335 1.249.282 2.382-.14 3.368-.155.342-.694 1.196-1.616 2.563a4.381 4.381 0 00-.72 1.612c-.145.585-.123 1.18.04 1.79l.117.433-2.738.734-.116-.433c-.253-.942-.318-1.799-.137-2.557.142-.802.834-2.106 2.046-3.932l.305-.6c.303-.71.396-1.39.218-2.052-.239-.891-.679-1.51-1.302-1.89-.648-.371-1.458-.427-2.38-.18-1.15.308-1.9.89-2.213 1.767-.297.734-.295 1.662.005 2.782l-2.687.72c-.498-1.859-.35-3.455.438-4.812zm6.873 12.459a1.1 1.1 0 00-.778 1.347l.31 1.159a1.1 1.1 0 001.348.778l1.16-.31a1.1 1.1 0 00.777-1.348l-.31-1.16a1.1 1.1 0 00-1.348-.777l-1.159.31zM27.066 38.062c1.368-.807 2.995-.944 4.889-.437 1.637.439 2.852 1.228 3.63 2.42.785 1.165.969 2.524.56 4.052-.335 1.248-.948 2.203-1.806 2.847-.305.218-1.199.688-2.681 1.41a4.382 4.382 0 00-1.43 1.037c-.418.434-.696.96-.86 1.57l-.115.434-2.738-.734.116-.433c.252-.942.624-1.716 1.16-2.282.523-.624 1.776-1.408 3.737-2.383l.565-.368c.617-.462 1.037-1.005 1.214-1.667.24-.891.168-1.647-.182-2.287-.375-.646-1.05-1.1-1.97-1.347-1.152-.308-2.092-.178-2.801.424-.625.487-1.087 1.292-1.387 2.412l-2.687-.72c.498-1.859 1.425-3.166 2.786-3.948zm-.278 14.226a1.1 1.1 0 00-1.347.777l-.31 1.16a1.1 1.1 0 00.777 1.347l1.16.31a1.1 1.1 0 001.347-.777l.31-1.16a1.1 1.1 0 00-.777-1.347l-1.16-.31z" fill-rule="evenodd" fill="#D3D9E6"></path><path d="M168.866 36.492c2.334-3.861 7.934-3.861 10.268 0l15.361 25.404c2.418 3.998-.462 9.104-5.134 9.104h-30.722c-4.672 0-7.552-5.106-5.134-9.105l15.361-25.404z" fill="#06F"></path><path clip-rule="evenodd" d="M172.401 43c-.631 0-1.133.53-1.099 1.16l.489 8.889.93 4.696a1.1 1.1 0 001.079.887h.402a1.1 1.1 0 001.079-.887l.93-4.696.488-8.889a1.1 1.1 0 00-1.098-1.16h-3.2zm.397 17.102a1.1 1.1 0 00-1.1 1.1V63.6a1.1 1.1 0 001.1 1.1h2.404a1.1 1.1 0 001.1-1.1v-2.398a1.1 1.1 0 00-1.1-1.1h-2.404z" fill-rule="evenodd" fill="url(#paint6_linear_12185_156103)"></path><defs><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint0_linear_12185_156103"><stop stop-color="#CFD4E6"></stop><stop stop-color="#DBE0F0" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="50" y1="50" x2="183" x1="37" id="paint1_linear_12185_156103"><stop stop-color="#B1B5C4"></stop><stop stop-color="#E4E9F3" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="122.2" y1="109.5" x2="99.373" x1="24.816" id="paint2_linear_12185_156103"><stop stop-color="#BDC3D7"></stop><stop stop-color="#CFD4E6" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="64.237" y1="69.593" x2="170.752" x1="142.861" id="paint3_linear_12185_156103"><stop stop-color="#B6BDD2"></stop><stop stop-color="#D7DDEC" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="102.53" x1="50" id="paint4_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="103.387" y1="103.387" x2="171.8" x1="110" id="paint5_linear_12185_156103"><stop stop-color="#DFE3F0"></stop><stop stop-opacity=".5" stop-color="#fff" offset="1"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="49.815" y1="46.498" x2="182.038" x1="172.946" id="paint6_linear_12185_156103"><stop stop-color="#fff" offset=".02"></stop><stop stop-opacity=".55" stop-color="#fff" offset="1"></stop></linearGradient></defs>',
attrs: {
width: '220',
height: '160',
fill: 'none',
viewBox: '0 0 220 160'
}
}
export var notFoundCss = ''
export var loading = {
contents: '<circle stroke-width="6" stroke-linecap="round" stroke="currentColor" fill="none" r="29" cy="50%" cx="50%"></circle><style>.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}</style>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
}
export var loadingContent = {
contents: '<circle stroke-width="6" stroke-linecap="round" stroke="currentColor" fill="none" r="29" cy="50%" cx="50%"></circle>',
attrs: {
width: '40',
height: '40',
class: 'dls-loading',
viewBox: '0 0 64 64'
}
}
export var loadingCss = '.dls-loading circle{stroke-dasharray:182.21;animation:chase-495fa 2s linear infinite;transform-origin:50% 50%}@keyframes chase-495fa{0%{stroke-dashoffset:163.99;transform:rotate(-90deg)}60%{stroke-dashoffset:27.33;transform:rotate(180deg)}to{stroke-dashoffset:163.99;transform:rotate(630deg)}}@keyframes spin-495fa{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dls-loading,_:-ms-lang(x){animation:spin-495fa 1s linear infinite}.dls-loading circle,_:-ms-lang(x){stroke-dashoffset:136.66}'
{
"name": "dls-graphics",
"version": "1.1.0",
"version": "1.1.1",
"description": "Graphics materials for Baidu Light DLS.",

@@ -24,4 +24,6 @@ "scripts": {

"cssnano": "^5.0.8",
"dompurify": "^2.3.4",
"ejs": "^3.1.5",
"esm": "^3.2.25",
"jsdom": "^19.0.0",
"mkdirp": "^1.0.4",

@@ -28,0 +30,0 @@ "postcss": "^8.3.6",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc