UNPKG

@amsterdam/design-system-react-icons

Version:

All icons from the Amsterdam Design System as React components. Use it to use the correct icons in your React project.

219 lines (110 loc) 49.6 kB
import { jsxs, jsx } from 'react/jsx-runtime'; const SvgAlert = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M33.63 30.9H2.37L18 3zm-24.44-4h17.62L18 11.19z" }), jsx("path", { d: "M17 16.99h2v4.95h-2zm0 5.95h2v1.95h-2z" })] }))); const SvgAnnouncement = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m28.291 13.29 3.062-3.062 1.414 1.414-3.062 3.062zm.022 9.429 1.385-1.443 3.059 2.937-1.386 1.443zM30 17h4v2h-4zm-5-3.22V2.16L9.43 10.5H2v15h7.43l1.46.78-4.3 4.3 2.83 2.83 5.16-5.16L25 33.84V22.22a4.47 4.47 0 0 0 0-8.45zM6 21.5v-7h4v7zm15 5.66-9-4.82v-8.68l9-4.82z" }) }))); const SvgApi = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M18.593 17.812a.94.94 0 0 1 0 1.326l-2.217 2.216 2.12 2.12L16.975 25H9.126l-5 5L2 27.879l4.99-4.99V15.01l1.521-1.521 2.12 2.12 2.217-2.217a.937.937 0 1 1 1.325 1.326l-2.216 2.217 3.093 3.093 2.217-2.216a.94.94 0 0 1 1.326 0M30 4.121 27.879 2l-4.907 4.907-.9-.9h-6l-3.1 3 10 10 3.1-3v-6l-.982-.982z", "data-name": "plat klein" }) }))); const SvgBall = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M20.06 15a9.01 9.01 0 0 1 4.215-6.622A11.22 11.22 0 0 0 17 4.794V15zm2.017 0h5.13a11.2 11.2 0 0 0-1.705-5.025A7.01 7.01 0 0 0 22.077 15m-.011 2a7.01 7.01 0 0 0 3.398 5.085A11.2 11.2 0 0 0 27.206 17zm-2.015 0H17v10.206a11.22 11.22 0 0 0 7.227-3.532A9.01 9.01 0 0 1 20.05 17zm-8.106 0a9.01 9.01 0 0 1-4.196 6.648A11.22 11.22 0 0 0 15 27.206V17zm-2.016 0H4.794c.163 1.85.773 3.571 1.723 5.055A7.01 7.01 0 0 0 9.929 17m0-2a7.01 7.01 0 0 0-3.412-5.055A11.2 11.2 0 0 0 4.794 15zm2.016 0H15V4.794a11.22 11.22 0 0 0-7.25 3.558A9.01 9.01 0 0 1 11.944 15zM16 31C7.716 31 1 24.284 1 16S7.716 1 16 1s15 6.716 15 15-6.716 15-15 15" }) }))); const SvgBell = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M12 28H0v-4h1a4 4 0 0 0 4-4V10a8 8 0 0 1 8-8h1a2 2 0 1 1 4 0h1a8 8 0 0 1 8 8v10a4 4 0 0 0 4 4h1v4H20a4 4 0 1 1-8 0m2 0a2 2 0 1 0 4 0zM9 10v10c0 1.457-.39 2.823-1.07 4h16.14A7.96 7.96 0 0 1 23 20V10a4 4 0 0 0-4-4h-6a4 4 0 0 0-4 4" }) }))); const SvgBroom = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m7.83 0 11.23 22.39 3.789-1.925.924 1.84-.652.33 3.879 3.8L15.728 32l-.494-5.355-.786.4-.925-1.84 3.708-1.885L6 .928z" }) }))); const SvgBuilding = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M5 0v32h22V0zm18 28H9V4h14zm-8-17h-4V7h4zm0 7h-4v-4h4zm6-7h-4V7h4zm0 7h-4v-4h4zm-6 7h-4v-4h4zm6 0h-4v-4h4z" }) }))); const SvgBuildings = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M22 7V0H0v32h32V7zM4 28V4h14v24zm26 2h-8V9h8zM6 7h4v4H6zm0 7h4v4H6zm10-3h-4V7h4zm0 7h-4v-4h4zm10 0h-2v-2h4v2zm0 4h-2v-2h4v2zm0 4h-2v-2h4v2zm0-12h-2v-2h4v2zM6 21h4v4H6zm10 4h-4v-4h4z" }) }))); const SvgCalendar = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z" }), jsx("path", { d: "M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z" })] }))); const SvgCamera = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M24 5V3H8v2H0v25h32V5zm4 21H4V9h24zm-12-2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13m0-11a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m10 0h-2v-2h2z" }) }))); const SvgCar = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M24 20a3 3 0 1 1 0 6 3 3 0 0 1 0-6M7 20a3 3 0 1 1 0 6 3 3 0 0 1 0-6M19 7l7 7h6v9h-3a5 5 0 0 0-10 0h-7a5 5 0 0 0-10 0H0v-9l7-7zm-1 2h-5v5h9.962zm-7 0H8l-5 5h8z" }) }))); const SvgCard = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M34 30H2V6h32zM6 26h24V10H6z" }), jsx("circle", { cx: 12.8, cy: 15.21, r: 3.21 }), jsx("path", { d: "M15.6 19.2H10a2 2 0 0 0-2 2V24h9.6v-2.8a2 2 0 0 0-2-2M28 17h-3v-3h-2v3h-3v2h3v3h2v-3h3z" })] }))); const SvgChargingPoint = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M17 28V5H7v23zm2-6h5c.46 0 .998-.533.998-.996V15H23v-2h-1V9h1V6h2v3h2V6h2v3h1v4h-1v2h-2.003v6.002C27 22.575 25.56 24 24 24h-5v4h13v4H0v-4h5V1h14zm-6-11v4h3l-5 6v-4H8z" }) }))); const SvgChatBubble = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M23.5 12.5h-17v-2h17zm-4 2h-13v2h13zm12-9.5v17h-11v5l-5-5H.5V5zm-2 2h-27v13h27z" }) }))); const SvgChatting = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M23.5 7h-15V5.5h15zm-4 1.5h-11V10h11zm10-7v13h-9v5l-5-5h-13v-13zm-2 2h-23v9h23zm-2.5 24h-3.7c-2.1 0-3.6.9-3.6 3.6v.9h11v-.9c0-2.7-1.6-3.6-3.7-3.6m.9-3.7a2.8 2.8 0 1 0-5.5-1.054 2.8 2.8 0 0 0 5.5 1.054M11 27.5H7.3c-2.1 0-3.6.9-3.6 3.6v.9h11v-.9c0-2.7-1.6-3.6-3.7-3.6m.9-3.7a2.8 2.8 0 1 0-5.5 0 2.7 2.7 0 0 0 2.8 2.7 2.7 2.7 0 0 0 2.7-2.7" }) }))); const SvgCheckmark = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M12.216 27.016 0 14.168l2.91-2.77 9.346 9.837L29.129 4 32 6.8z" }) }))); const SvgChevronDown = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z" }) }))); const SvgChevronLeft = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m22.857 32-16-16 16-16 2.9 2.91L12.677 16l13.08 13.09z" }) }))); const SvgChevronRight = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z" }) }))); const SvgChevronSorting = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 15", "aria-hidden": "true", focusable: "false" }, props, { children: jsxs("g", { fillRule: "evenodd", children: [jsx("path", { d: "M6 14 1 8.92 1.91 8 6 12.152 10.09 8l.91.92z", className: "chevron-down" }), jsx("path", { d: "M6 1 1 6.08l.91.92L6 2.848 10.09 7l.91-.92z", className: "chevron-up" })] }) }))); const SvgChevronUp = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M29.09 25.757 16 12.677 2.91 25.757 0 22.857l16-16 16 16z" }) }))); const SvgClock = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0m.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11m.1-13h4v2h-6V9h2z" }) }))); const SvgClose = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z" }) }))); const SvgCollaborate = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m26.3 18.3 5.3-5.3L19.9 1.4l-4.2 4.2-3.8-3.8L.5 13.2l5.4 5.4-1.2 1.2a2.9 2.9 0 0 0 0 4.2 2.9 2.9 0 0 0 2.1.9 3.1 3.1 0 0 0 .9 2.2 3.3 3.3 0 0 0 2.2.8 3.3 3.3 0 0 0 .8 2.2 3.1 3.1 0 0 0 2.2.9 2.7 2.7 0 0 0 2.1-.9l1.2-1.2.9.9a3.3 3.3 0 0 0 2.1.9 3.4 3.4 0 0 0 2.2-.9 3.1 3.1 0 0 0 .9-2.2 2.9 2.9 0 0 0 2.1-.9 2.7 2.7 0 0 0 .9-2.1 3.1 3.1 0 0 0 3-3 3.1 3.1 0 0 0-.9-2.2zM19.9 4.2l8.8 8.8-3.5 3.6-.3.3-7.2-7.2-2.4 2.4a1.2 1.2 0 0 1-1.6 0 1.2 1.2 0 0 1 0-1.7zM7.6 22.6a1.1 1.1 0 0 1-1.5 0 1 1 0 0 1 0-1.4L7.3 20l1.5 1.4zm3 3a1.1 1.1 0 0 1-1.5 0 .9.9 0 0 1-.3-.7 1.1 1.1 0 0 1 .3-.7l1.2-1.2 1.5 1.5zm3 3.1a1 1 0 0 1-1.4 0 1.1 1.1 0 0 1-.3-.8 1.1 1.1 0 0 1 .3-.7l1.1-1.2 1.5 1.5zM26 22.3a1 1 0 0 1-1.4 0L21.3 19l-1.6 1.6 3.3 3.3a1 1 0 0 1 0 1.4 1.1 1.1 0 0 1-.7.3 1.1 1.1 0 0 1-.8-.3l-3.2-3.2-1.6 1.5 3.3 3.3a1.1 1.1 0 0 1 0 1.5 1.1 1.1 0 0 1-.8.3 1.1 1.1 0 0 1-.7-.3L3.3 13.2l.2-.2 8.4-8.4L14.3 7l-2 2a3.1 3.1 0 0 0 0 4.5 3.3 3.3 0 0 0 4.5 0l.9-.9 8.3 8.3a1 1 0 0 1 0 1.4" }) }))); const SvgData = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M2 6c0-1.1 6.3-2 14-2s14 .9 14 2v4c0 1.1-6.3 2-14 2s-14-.9-14-2zm0 20c0 1.1 6.3 2 14 2s14-.9 14-2v-4c0 1.1-6.3 2-14 2s-14-.9-14-2zm0-8c0 1.1 6.3 2 14 2s14-.9 14-2v-4c0 1.1-6.3 2-14 2s-14-.9-14-2z" }) }))); const SvgDocument = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M21.83 2H6v32h24V10.17zM10 30V6h10v6h6v18z" }) }))); const SvgDocumentCheckmark = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M16.484 4H32v28H9V18a9 9 0 1 1 7.484-14M13 17.064V28h15V8H17.945a9.1 9.1 0 0 1-.168 3H26v2h-8.936a9 9 0 0 1-1.356 2H26v2H15v-1.292c-.6.537-1.272.995-2 1.356M15 19h11v2H15zm0 4h11v2H15zm-6-7A7 7 0 1 0 9 2a7 7 0 0 0 0 14M6.67 7.797l2.121 2.121 3.539-3.539 1.414 1.415-4.953 4.952-3.535-3.535z" }) }))); const SvgDocumentEdit = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m19.938 24.1 3.987-4V32H0V0h15.75l7.079 7.1-2.891 2.9h-5.982V4H3.988v24h15.95zm-5.583-1 4.187-1.2L32 7.8l-2.99-3-13.459 14z" }) }))); const SvgDocumentEuroSign = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M19.83 0 28 8.17V32H4V0zm-1.66 4H8v24h16V9.83zM22 24v2H10v-2zm0-4v2H10v-2zm0-4v2H10v-2zM14.6 6q.472 0 .955.086t.794.236l-.526 1.35a2.2 2.2 0 0 0-.584-.181 4 4 0 0 0-.692-.065q-.279 0-.547.07a2 2 0 0 0-.499.204 1.7 1.7 0 0 0-.413.338q-.182.204-.278.46h2.841l-.375 1.116H12.51a1 1 0 0 0-.021.188v.386q0 .102.01.187h2.585l-.365 1.105h-1.994q.075.225.236.423.161.199.397.344t.525.225a2.3 2.3 0 0 0 .611.08q.794 0 1.362-.332l.397 1.362a3 3 0 0 1-.799.3 4.6 4.6 0 0 1-1.088.118q-.708 0-1.271-.193a3.2 3.2 0 0 1-.981-.53 3.1 3.1 0 0 1-.703-.8 3.6 3.6 0 0 1-.423-.997H10l.365-1.105h.482a2 2 0 0 1-.01-.193V10q0-.193.032-.386h-.837l.386-1.115h.611q.172-.59.505-1.051.332-.462.798-.783a3.7 3.7 0 0 1 1.04-.493A4.3 4.3 0 0 1 14.602 6z" }) }))); const SvgDocumentText = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m17.6 5 5.4 5.4V27H9V5zm1.3-3H6v28h20V9.1zM11 16h10v-2H11zm0 4h10v-2H11zm0 4h10v-2H11z" }) }))); const SvgDownload = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M0 27.996h32V32H0zm22.36-13.983 2.83 2.823L16 26.044l-9.19-9.208 2.83-2.823L14 18.377V0h4v18.377z" }) }))); const SvgEclipse = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M784 565.599H675.401V457H784zm-217.198 0H458.203V457h108.6zm-218.203 0H240V457h108.599z" }) }))); const SvgEditDocument = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m19.938 24.1 3.987-4V32H0V0h15.75l7.079 7.1-2.891 2.9h-5.982V4H3.988v24h15.95zm-5.583-1 4.187-1.2L32 7.8l-2.99-3-13.459 14z" }) }))); const SvgEllipsis = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M14.375 9.256H11.83V6.711h2.545zm-5.09 0H6.739V6.711h2.545v2.545zm-5.115 0H1.625V6.711H4.17z" }) }))); const SvgEmail = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M0 4v24h32V4zm16.12 12.33L6 8h20.06zM11.33 15 4 21.78V8.94zm1.56 1.28 3.24 2.67 3.08-2.58L27.45 24H4.55zm7.87-1.2L28 9v12.8z" }) }))); const SvgEmbed = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m18.14 6 1.86.498L14.86 25 13 24.502zM11 9.55 5.077 15.5 11 21.45 8.462 24 0 15.5 8.462 7zm10 11.9 5.923-5.95L21 9.55 23.538 7 32 15.5 23.538 24z" }) }))); const SvgEnergy = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m6.8 32 8.6-15.7H4L14.9 0h12.5L16.2 11.3h11.4z" }) }))); const SvgEnlarge = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M32 14H18V0h-4v14H0v4h14v14h4V18h14z" }) }))); const SvgEnlargeFont = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m17.83 21.64 1.51 3.64h8.36L29.56 30H34L24 6h-5.59l-3.56 8.48L17 19.62l4.13-9.21 5 11.24zM15.84 30l-1.24-3.14H6.4L5.23 30H2l6.74-16h3.75l6.64 16zm-5.3-12.73-3 6.49h6z" }) }))); const SvgEuroCoin = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2m0 4C10.477 6 6 10.477 6 16s4.477 10 10 10 10-4.477 10-10S21.523 6 16 6m.75 5q.591 0 1.194.107.602.108.992.295l-.657 1.69a2.8 2.8 0 0 0-.73-.229 5 5 0 0 0-.865-.08q-.349 0-.684.087a2.5 2.5 0 0 0-.623.255 2.1 2.1 0 0 0-.516.422 1.8 1.8 0 0 0-.349.576h3.552l-.469 1.394h-3.458a1 1 0 0 0-.027.235v.483q0 .127.013.234h3.23l-.455 1.38h-2.493q.093.283.295.53.201.249.496.43.294.18.657.28.361.102.764.101.99 0 1.702-.415l.496 1.702a3.7 3.7 0 0 1-.999.376q-.61.147-1.36.147-.885 0-1.589-.241a4 4 0 0 1-1.226-.664 3.9 3.9 0 0 1-.878-.998 4.5 4.5 0 0 1-.53-1.247H11l.456-1.38h.603a2 2 0 0 1-.013-.242V16q0-.24.04-.483H11.04l.483-1.394h.764a4.3 4.3 0 0 1 .63-1.313q.415-.576.999-.979a4.6 4.6 0 0 1 1.3-.617Q15.933 11 16.751 11z" }) }))); const SvgExternalLink = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M19.006 0H32.01v12.992h-4.002V6.826L14.434 20.417l-2.83-2.818L25.187 3.998h-6.182zm7.002 13.991L26.018 32H.01V6.016h17.975l-3.98 3.978.02.02H4.01v17.988h18.006l-.01-10.013 4-3.998z" }) }))); const SvgFacebook = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m24.508 18.126.636-4.606H20.37v-2.97c0-1.33.424-2.252 2.334-2.252h2.545V4.205C24.826 4.102 23.34 4 21.538 4c-3.712 0-6.152 2.15-6.152 6.142v3.378H11.25v4.606h4.136V30h4.985V18.126z" }) }))); const SvgFacebookPadded = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "m667.709 541.102 15.874-119.055H564.528v-76.724c0-34.394 10.582-58.205 58.204-58.205h63.496V181.291C675.646 178.646 638.606 176 593.63 176c-92.599 0-153.449 55.56-153.449 158.74v87.307H337v119.055h103.181V848h124.347V541.102z" }) }))); const SvgFastForward = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m16.7 17-9.5 9.5-2.9-2.8L11 17l-6.7-6.6 2.9-2.9zm1.5-9.5-2.9 2.9L22 17l-6.7 6.7 2.9 2.8 9.5-9.5z" }) }))); const SvgFavourite = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M16.15 25.325C23.29 18.86 28 14.585 28 10.25c0-3-2.25-5.25-5.25-5.25-2.31 0-4.56 1.485-5.34 3.54h-2.805C13.809 6.485 11.559 5 9.25 5 6.25 5 4 7.25 4 10.25c0 4.335 4.71 8.61 11.85 15.075l.15.15zm-.136 5.807-2.92-2.905c-5.113-4.631-6.99-6.421-8.886-8.638C1.45 16.366 0 13.453 0 10.25 0 5.04 4.04 1 9.25 1c2.515 0 4.953 1.01 6.751 2.685C17.796 2.011 20.234 1 22.75 1 27.96 1 32 5.04 32 10.25c0 3.203-1.45 6.116-4.209 9.34-1.895 2.214-3.768 4-8.88 8.63z" }) }))); const SvgFilter = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M.3 0v4.7l9.6 9.6V32h6l6.2-5.5V14.3l9.6-9.6V0zm17.5 12.5v12l-3.6 3.2V12.5L6.1 4.3h19.8z" }) }))); const SvgFontEnlarge = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m22 4.571 10 24h-4.44l-1.86-4.72h-8.36l-1.51-3.64 8.3.01-5-11.24-4.13 9.21-2.15-5.14 3.56-8.48zm-11.51 8 6.64 16h-3.29l-1.24-3.14H4.4l-1.17 3.14H0l6.74-16zm-1.95 3.27-3 6.49h6z" }) }))); const SvgFullScreen = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M0 14V.1h14v4.2H4.2V14zm25 13.7h2.8V18H32v13.9H18v-4.2zM18 0h14v14.1h-4.2V4.2H18zM4.2 17.9v9.9H14V32H0V17.9z" }) }))); const SvgHandEuroCoin = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M20 21c1.076 0 2 .454 2 2s-1.112 2-2 2h-5q-2 0-2 2h8c.62 0 .817-.228.965-.342l6.823-5.244a2 2 0 1 1 2.437 3.172l-7.187 5.524c-.6.46-1.43.86-2.729.869a4 4 0 0 1-.18.006H0V25h3.987l2.566-2.453A6.3 6.3 0 0 1 10.665 21zM16 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14m.6 3q.472 0 .955.086t.794.236l-.526 1.35a2.2 2.2 0 0 0-.584-.181 4 4 0 0 0-.692-.065q-.279 0-.547.07a2 2 0 0 0-.499.204 1.7 1.7 0 0 0-.413.338q-.182.204-.278.46h2.841l-.375 1.116H14.51a1 1 0 0 0-.021.188v.386q0 .102.01.187h2.585l-.365 1.105h-1.994q.075.225.236.423.161.199.397.344t.525.225a2.3 2.3 0 0 0 .611.08q.794 0 1.362-.332l.397 1.362a3 3 0 0 1-.799.3 4.6 4.6 0 0 1-1.088.118q-.708 0-1.271-.193a3.2 3.2 0 0 1-.981-.53 3.1 3.1 0 0 1-.703-.8 3.6 3.6 0 0 1-.423-.997H12l.365-1.105h.482a2 2 0 0 1-.01-.193V10q0-.193.032-.386h-.837l.386-1.115h.611q.172-.59.505-1.051.332-.462.798-.783a3.7 3.7 0 0 1 1.04-.493A4.3 4.3 0 0 1 16.602 6z" }) }))); const SvgHandicap = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M8.2 3a3 3 0 1 1 6 0 3 3 0 0 1-6 0m2 27a6 6 0 0 1-6-6 6.1 6.1 0 0 1 2-4.5v-2.4a7.9 7.9 0 0 0-4 6.9 8 8 0 0 0 15.7 2h-2.1a6 6 0 0 1-5.6 4m8.6-11h-5.6v-5.2l3 3.2h7v-4h-5l-5-5h-3a2.2 2.2 0 0 0-2 2v11.1l2.9 2.9h6.7l6 6h6z" }) }))); const SvgHousePlant = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m24 24-1 4h8v4H1v-4h8l-.96-4zm.102-12s-1.032 6.103-2.387 7.493a3.515 3.515 0 0 1-4.43.499 2.8 2.8 0 0 0-.277.909l-.008.165v2.929h-2v-2.929c0-.825.305-1.801.934-2.721a3.51 3.51 0 0 1 .742-3.758C18.31 12.907 24.102 12 24.102 12M7.616 14.932s4.233.469 5.242 1.345a2.421 2.421 0 0 1-3.173 3.656c-1.219-1.058-2.069-5.001-2.069-5.001M15.998 1l15.062 9.291L31 18h-4l.043-5.487-11.04-6.81L5 12.515V18H1v-7.712z" }) }))); const SvgHousing = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M14 28h4.008v-8H14zm-2 0V18h8.008v10H28V12.98L16 5 4 13.516V28zM0 32V11.022L16 0l16 11.022V32z" }) }))); const SvgIdentityCard = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M32 4v24H0V4zm-4 4H4v16h24zm-14.4 9.2a2 2 0 0 1 2 2V22H6v-2.8a2 2 0 0 1 2-2zM23 12v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm-12.2-2a3.21 3.21 0 1 1 0 6.42 3.21 3.21 0 0 1 0-6.42" }) }))); const SvgIndeterminate = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M4.9 14H27v4H4.9z", clipRule: "evenodd" }) }))); const SvgInfo = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M14 0C6.3 0 0 6.3 0 14s6.3 14 14 14 14-6.3 14-14S21.7 0 14 0m0 24C8.5 24 4 19.5 4 14S8.5 4 14 4s10 4.5 10 10-4.5 10-10 10M13 9h2V7h-2zm0 12h2V11h-2z" }) }))); const SvgLamp = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M32 14v2h-4v-2zM4 14v2H0v-2zM26.707 3.879l1.414 1.414-2.828 2.828-1.414-1.414zm-21.414 0L8.12 6.707 6.707 8.121 3.88 5.293zM17 0v4h-2V0zm2 32h-6v-1h-1.973v-3H9.034q-.032-3-.032-5C9.002 21 6 19 6 15c0-5.376 4.383-9 10-9 5.665 0 10.001 3.613 10 9 0 4-3 6-3 8v5h-2v3h-2zm.06-9c0-2.808 2.94-5 2.94-8s-2.4-5-6-5c-3.535 0-6 2-6 5s3.034 5.176 3.034 8v2.061h6.026zM13 27h6v2h-6z" }) }))); const SvgLayers = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M3.8 11.4 16 17.8l12.2-6.4L16 5zM16 2.6 32 11v.9l-16 8.3-16-8.3V11zm12.1 11.9 3.9 2.1v.9l-16 8.3-16-8.3v-.9l3.9-2.1 2.3 1.3L3.8 17 16 23.4 28.2 17l-2.4-1.2zm0 5.6 3.9 2v.9l-16 8.4L0 23v-.9l3.9-2 2.3 1.3-2.4 1.2L16 29l12.2-6.4-2.4-1.2z" }) }))); const SvgLinkedin = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M11 10.452V32h6.696V21.301c0-2.863.608-5.575 4.108-5.575s3.5 3.164 3.5 5.726V32H32V20.247C32 14.37 30.783 10 23.935 10c-3.348 0-5.478 1.808-6.392 3.466h-.152v-3.014zM0 11h7v21H0zm4-3a4 4 0 1 1 0-8 4 4 0 0 1 0 8" }) }))); const SvgList = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M30.7 22v4H9.3v-4zM5.3 22v4h-4v-4zm25.4-8v4H9.3v-4zM5.3 14v4h-4v-4zm25.4-8v4H9.3V6zM5.3 6v4h-4V6z" }) }))); const SvgLocation = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "m18 33.42-1.2-1.06C16.36 32 6.18 22.91 6.18 14a11.82 11.82 0 0 1 23.64 0c0 8.91-10.18 18-10.62 18.36zm0-27.6A8.19 8.19 0 0 0 9.82 14c0 5.26 5.12 11.45 8.17 14.49C20.52 26 26.18 19.67 26.18 14A8.19 8.19 0 0 0 18 5.82" }), jsx("circle", { cx: 18, cy: 14, r: 4 })] }))); const SvgLocationFields = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M18.375 13.718C20.035 11.588 21 9.525 21 7.81 21 5.166 18.774 3 16 3s-5 2.166-5 4.81c0 1.715.965 3.778 2.625 5.908a25.5 25.5 0 0 0 2.377 2.628 26 26 0 0 0 2.373-2.628M16 19l-.71-.61C15.028 18.181 9 12.943 9 7.81 9 4.05 12.134 1 16 1s7 3.05 7 6.81c0 5.134-6.029 10.372-6.29 10.58zM1 31l5-10h2l-3 6h18l2 4zm9-10h10l2 4H8zm15 6h4l2 4h-4zm-3-6h4l2 4h-4zm-6-11a2 2 0 1 1 0-4 2 2 0 0 1 0 4" }) }))); const SvgLogin = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M20 2v4h10v24H20v4h14V2z" }), jsx("path", { d: "M18.82 8.81 16 11.64 20.36 16H2v4h18.36L16 24.36l2.82 2.83 9.2-9.19z" })] }))); const SvgLogout = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M16 6V2H2v32h14v-4H6V6z" }), jsx("path", { d: "M24.82 8.81 22 11.64 26.36 16H8v4h18.36L22 24.36l2.82 2.83 9.2-9.19z" })] }))); const SvgMap = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M2 29.7c0 .3.2.4.4.2l7.2-4.5c.2-.1.4-.4.4-.7V2.3c0-.3-.2-.4-.4-.2L2.4 6.5c-.2.2-.4.5-.4.8zM12 2.3c0-.3.2-.4.4-.2l7.2 4.5c.2.1.4.4.4.7v22.4c0 .3-.2.4-.4.2l-7.2-4.5c-.2-.1-.4-.4-.4-.7zm10 27.4c0 .3.2.4.4.2l7.2-4.5c.2-.1.4-.5.4-.8V2.3c0-.3-.2-.4-.4-.2l-7.2 4.5c-.2.1-.4.4-.4.7z" }) }))); const SvgMapLayers = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 553.8 536.5", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M278 320.6 0 156.1 270.1 0l278 164.6zM67.2 156.4l211 124.9 202.6-117.1-211-124.9z" }), jsx("path", { d: "m446 253.8 34.9 20.6-202.7 117.1-211-124.9 34.7-20-33.5-19.8L0 266.3l278 164.6 270.1-156.1-68.4-40.5z" }), jsx("path", { d: "m446 354.2 34.9 20.7L278.2 492l-211-124.9 34.7-20.1-33.5-19.8L0 366.7l278 164.6 270.1-156.1-68.4-40.5z" })] }))); const SvgMarketStall = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M4 0h24l4 13h-4v11h2v2h-2v6h-4v-6H8v6H4v-6H2v-2h2V13H0zm1 10h22l-2-6H7zm3 14h16V12H8z" }) }))); const SvgMenu = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M0 3.238h32V7.81H0zm0 10.476h32v4.572H0zM0 24.19h32v4.572H0z" }) }))); const SvgMinimise = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M0 13.714h32v4H0z" }) }))); const SvgMinimize = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M31.9 14.1H18V0h4.2v9.9h9.7zM9.8 32v-9.8H0v-4.3h14V32zM14 .1V14H0V9.8h9.8V.1zm18 22.1h-9.8v9.7H18V18h14z" }) }))); const SvgOpeningHours = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M21 16h-4v-5h2v3h2z" }), jsx("path", { d: "M18 2.18A11.83 11.83 0 0 0 6.18 14c0 8.91 10.18 18 10.62 18.36l1.2 1.06 1.2-1.06C19.64 32 29.82 22.91 29.82 14A11.83 11.83 0 0 0 18 2.18m0 26.31c-2.68-2.66-6.94-7.74-8-12.49h2v-2H9.82A8.19 8.19 0 0 1 17 5.89V8h2V5.89A8.19 8.19 0 0 1 26.18 14H24v2h2c-1.1 5.09-5.77 10.26-8 12.49" })] }))); const SvgPano = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M22.3 19.9c0 1-.8 1.9-2.1 2.5-1.5.6-3 .9-4.6.9s-3.2-.3-4.6-.9-2.1-1.5-2.1-2.5v-.2l3.5-8.1v-.1c-2.3-1.8-2.8-5.1-1-7.4s5.1-2.8 7.4-1 2.8 5.1 1 7.4c-.3.4-.6.7-1 1v.1l3.5 8.1c-.1.1 0 .1 0 .2M30 30l-1.4-5.3-.9-3.2c.9-1.8 1.3-3.8 1.3-5.7v-.5c0-5.1-2.9-9.7-7.5-11.9.8 1.2 1.2 2.6 1.2 4v.3l.3.3c2 1.9 3.1 4.6 3.1 7.3v.5c0 5.7-4.7 10.4-10.4 10.4h-.5c-5.7 0-10.4-4.7-10.4-10.4v-.5c0-2.8 1.1-5.4 3-7.3l.3-.3v-.3c0-1.4.4-2.8 1.2-4C4.9 5.6 2 10.2 2 15.3v.5C2 23.1 8 29 15.3 29h.5c2 0 4-.4 5.7-1.3l3.2.9z" }) }))); const SvgPassport = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M24 26v-1c0-3-1.7-4-4-4h-4c-2.31 0-4 1-4 4v1z" }), jsx("circle", { cx: 18, cy: 17.01, r: 2.99 }), jsx("path", { d: "M26 6V2L5 6v28h26V6zm1 24H9V10h18z" })] }))); const SvgPause = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M14 24h-4V8h4zm8-16h-4v16h4z" }) }))); const SvgPersonDesk = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M30 16v2h-2v12h-2v-2H6v2H4V18H2v-2zm-4 4H6v4h20zM18 8.98c2.3 0 4 1 4 4v1H10v-1c0-3 1.69-4 4-4zM16 2a2.99 2.99 0 1 1 0 5.98A2.99 2.99 0 0 1 16 2" }) }))); const SvgPersonalLogin = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M31 32H1v-2.5c0-7.5 4.2-10 10-10h10c5.8 0 10 2.5 10 10zM16 17a7.6 7.6 0 0 0 7.5-7.5 7.5 7.5 0 0 0-15 0A7.6 7.6 0 0 0 16 17" }) }))); const SvgPhone = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M31.5 26.9s-3.1 3.4-5.6 3.6-9.2-3.2-14.7-8.7-9-11.4-8.7-14.7 3.6-5.6 3.6-5.6l7.1 7.1-2.8 2.8 11.2 11.2 2.8-2.8z" }) }))); const SvgPicture = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M0 3v26h32V3zm28 14.6-5.7-5.9-4.3 4.4 1.3 1.3 3-3 5.7 5.9V25H4.8l8.5-8.6 2.1 2.2 1.4 1.4 2.8 3 1.3-1.2-7.9-7.9-9 9.2V7h24zM6 11a2 2 0 1 1 4 0 2 2 0 0 1-4 0" }) }))); const SvgPlane = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M13.458 18.445H4.785l-2.392 3.789H0l1.196-6.28L0 9.672h2.393l2.392 3.788h8.673L9.769 1h3.09l7.976 12.461h8.673a2.492 2.492 0 1 1 0 4.984h-8.673L12.86 30.907H9.77z" }) }))); const SvgPlay = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M8 6v20l16-10z" }) }))); const SvgPointer = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M28.8 14A12.8 12.8 0 0 0 18 3.2V0h-4v3.2A12.7 12.7 0 0 0 3.2 14H0v4h3.2A12.7 12.7 0 0 0 14 28.8V32h4v-3.2A12.9 12.9 0 0 0 28.8 18H32v-4zM16 25a9 9 0 1 1 0-18 9 9 0 0 1 0 18m5-9a5 5 0 1 1-10 0 5 5 0 0 1 10 0" }) }))); const SvgPrint = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M27 12h5v16h-5v4H5v-4H0V12h5V0h16.41L27 5.59zM7 2v10h18V7h-5V2zm18 28V20H7v10zM9 22h14v2H9zm0 4h14v2H9z" }) }))); const SvgPublicParks = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M25 28v-3a.9.9 0 0 0-1-1h-3.2l-.9-3.2-1.9.4 1 3.8v3h-5V15.9h.2a4 4 0 0 0 2.8 1.3h.1a2.4 2.4 0 0 0 1.4-.3 4 4 0 0 0 2.5-3.8v-.6a4.1 4.1 0 0 0-2-2.8 2.9 2.9 0 0 0 .4-1.7 3.4 3.4 0 0 0-2.9-3.4v-.7A3.4 3.4 0 0 0 14.6.8a4.4 4.4 0 0 0-3.2 0 3.4 3.4 0 0 0-1.9 3.1v.7A3.4 3.4 0 0 0 6.6 8 2.9 2.9 0 0 0 7 9.6a4.1 4.1 0 0 0-2 2.8v.6a4 4 0 0 0 2.5 3.8 2.4 2.4 0 0 0 1.4.3H9a4 4 0 0 0 2.8-1.1h.2v12H0v4h32v-4zm-2 0h-2v-2h2z" }) }))); const SvgPurse = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M30.7 18a14.9 14.9 0 0 1-3.2-7.3A2 2 0 0 0 25.6 9h-8l1.7-1.7a2 2 0 0 0 1.1.3 2.7 2.7 0 1 0-2.7-2.7 2.7 2.7 0 0 0 .3 1.2l-1.7 1.7-1.6-1.6A2.4 2.4 0 0 0 15 5a2.7 2.7 0 1 0-2.7 2.7l1.2-.2L15 9H6.4a1.9 1.9 0 0 0-1.9 1.7A14.9 14.9 0 0 1 1.3 18 5.6 5.6 0 0 0 0 21.5v4.8a3.5 3.5 0 0 0 3.5 3.4h25a3.5 3.5 0 0 0 3.5-3.4v-4.8a5.6 5.6 0 0 0-1.3-3.5M28 25.7H4v-4.2a1.2 1.2 0 0 1 .3-.8h.1A18.4 18.4 0 0 0 8.1 13h15.8a18.4 18.4 0 0 0 3.7 7.6h.1a1.2 1.2 0 0 1 .3.8zm-11.9-8.6.5-.2H18l.7.2.6-1.6-.9-.2h-1.1a3.2 3.2 0 0 0-1.4.2l-1.2.5-.9.9-.6 1.1h-.7l-.4 1.3h1a.6.6 0 0 0-.1.4v.4h-.5l-.4 1.3h1.1a3.7 3.7 0 0 0 .5 1.1 2.4 2.4 0 0 0 .8.9 2.4 2.4 0 0 0 1.1.6 3.2 3.2 0 0 0 1.4.3l1.3-.2.9-.3-.5-1.6a2.4 2.4 0 0 1-1.5.4h-.7l-.6-.2-.5-.4c-.1-.2-.2-.3-.2-.5h2.2l.5-1.3h-3v-.8h3.2l.4-1.3h-3.2a.5.5 0 0 1 .3-.5 1 1 0 0 1 .5-.5" }) }))); const SvgQuote = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M0 13.097v-2.028L5.074 6.03 5.054 6h3.113v7.097H14V27H0zm18 0v-2.028l5.084-5.039-.03-.03h3.113v7.097H32V27H18z" }) }))); const SvgReaction = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M23.4 7h-15V5.5h15zm-4 1.5h-11V10h11zm10-7v13h-27v-13zm-2 2h-23v9h23zm-7 16v-5h-5zm4.5 8h-3.7c-2.1 0-3.6.9-3.6 3.6v.9h11v-.9c0-2.7-1.6-3.6-3.7-3.6m-1.8-1a2.7 2.7 0 0 0 2.7-2.7 2.8 2.8 0 0 0-2.7-2.8 2.9 2.9 0 0 0-2.8 2.8 2.8 2.8 0 0 0 2.8 2.7" }) }))); const SvgReligion = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M15 22v-6.157L12 19l-8.005-9H9l2.972 3.215L15 10h3c1.015 0 2 1 2 2.027v10.978L16.999 26H22v2h10v2H0v-2h9zm1-14a3 3 0 1 1 0-6 3 3 0 0 1 0 6" }) }))); const SvgReplay = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M16 8V4l-5 5 5 5v-4c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H8c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8" }) }))); const SvgRuler = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M7 27.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0M27.5 7a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m-1 1.3V15l2 2V8.3l-1 .2zM15.2 26.8l-.3-.3H8.4a3.1 3.1 0 0 1 .1 1 3.4 3.4 0 0 1-.1 1h8.5l-.3-.3zm8.5-21.3a3.6 3.6 0 0 1-.2-1 3 3 0 0 1 .2-1h-8.6l2 2zM5.5 23.6v-6.5l-.2-.2-1.4-1.5-.4-.3v8.5zM9.1.3.4 9.1l2.1 2.1 3.6-3.6L7.5 9l-3.6 3.6L5.3 14l2.2-2.1 1.4 1.4-2.2 2.1 1.4 1.5 3.6-3.6 1.4 1.4-3.5 3.6 1.4 1.4 2.1-2.2 1.5 1.4-2.2 2.2 1.4 1.4 3.6-3.6 1.4 1.4-3.6 3.6 1.4 1.4 2.2-2.1 1.4 1.4-2.2 2.2 1.5 1.4 3.5-3.6 1.5 1.4-3.6 3.6 2.1 2.1 8.7-8.7z" }) }))); const SvgSearch = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m32 29.119-9.825-9.825a12.217 12.217 0 1 0-2.88 2.881L29.118 32zm-19.771-8.746a8.145 8.145 0 1 1 0-16.289 8.145 8.145 0 0 1 0 16.29z" }) }))); const SvgShare = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M4 28h24V16h4v16H0V16h4m10-8.3v15.4h4V7.7l4.4 4.4 2.8-2.8L16 .1 6.8 9.3l2.8 2.8z" }) }))); const SvgSpinner = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M50 100C22.4 99.967.033 77.6 0 50h10c0 22.091 17.909 40 40 40s40-17.909 40-40-17.909-40-40-40V0c27.614 0 50 22.386 50 50s-22.386 50-50 50" }) }))); const SvgStop = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M30 17.2c0 7.732-6.268 14-14 14s-14-6.268-14-14A14.1 14.1 0 0 1 7.1 6.4l2.8 2.9A9.9 9.9 0 0 0 6 17.2c0 5.523 4.477 10 10 10s10-4.477 10-10a9.9 9.9 0 0 0-3.9-7.9l2.8-2.9A14.1 14.1 0 0 1 30 17.2M18 2.8h-4v16h4z" }) }))); const SvgStudent = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M28 30v2H4v-2c0-6 3.4-8 8-8h8c4.6 0 8 2 8 8M10.1 12.9A3.7 3.7 0 0 0 10 14a6 6 0 1 0 12 0 3.7 3.7 0 0 0-.1-1.1L16 16.4zm14.1-3.4v4.9h2V8.3L28 7.2 16 0 4 7.2l12 7.2z" }) }))); const SvgSuitcase = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M23 8V3.1H9V8H0v22h32V8zM11 5.1h10V8H11zM28 26H4V12h24z" }) }))); const SvgSwimming = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m24 21.828-4 2-4-2-4 2.016-4-2.016 5.257-5.257-4.085-4.086L17.657 4l2.828 2.828-5.657 5.657zm-1-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6m5 12-4-2-4 2-4-2-4 2-4-2-4 2-4-2v-2l4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2v2z" }) }))); const SvgTable = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 696.5", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M139.3 0v139.3H0V0zM1024 0v139.3H278.6V0zM139.3 278.6v139.3H0V278.6zm884.7 0v139.3H278.6V278.6zM139.3 557.2v139.3H0V557.2zm884.7 0v139.3H278.6V557.2z" }) }))); const SvgThumbnailResults = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M4 4h6v6H4zm9 6h6V4h-6zm9-6v6h6V4zM4 19h6v-6H4zm9 0h6v-6h-6zm9 0h6v-6h-6zM4 28h6v-6H4zm9 0h6v-6h-6zm9 0h6v-6h-6z" }) }))); const SvgThumbsDown = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M31.5 16.7V1.6S4 1.6 3 1.8A3.5 3.5 0 0 0 .5 5.2a3.9 3.9 0 0 0 .9 2.6 3.9 3.9 0 0 0-.9 2.6 3.4 3.4 0 0 0 .9 2.4 4.7 4.7 0 0 0-.9 2.8A3.4 3.4 0 0 0 3.9 19h6.7v6.7a4.7 4.7 0 0 0 4.7 4.7 1.2 1.2 0 0 0 1.1-1l1.2-6.1c.9-4.3 2.4-5.9 3.9-6.6z" }) }))); const SvgThumbsUp = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M.5 15.3v15.1s27.5 0 28.5-.2a3.5 3.5 0 0 0 2.5-3.4 3.9 3.9 0 0 0-.9-2.6 3.9 3.9 0 0 0 .9-2.6 3.4 3.4 0 0 0-.9-2.4 4.7 4.7 0 0 0 .9-2.8 3.4 3.4 0 0 0-3.4-3.4h-6.7V6.3a4.7 4.7 0 0 0-4.7-4.7 1.2 1.2 0 0 0-1.1 1l-1.2 6.1c-.9 4.3-2.4 5.9-3.9 6.6z" }) }))); const SvgTrashBin = (props) => (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36", "aria-hidden": "true", focusable: "false" }, props, { children: [jsx("path", { d: "M31 6h-8V2H13v4H5v4h2v24h22V10h2zM15 4h6v2h-6zm10 26H11V10h14z" }), jsx("path", { d: "M13.02 14H15v12h-1.98zM17 14h2v12h-2zm4.02 0H23v12h-1.98z" })] }))); const SvgTwitter = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { d: "M10.17 29c12.067 0 18.576-10.126 18.576-18.747v-.821c1.22-.958 2.44-2.053 3.254-3.421-1.22.547-2.44.82-3.797 1.094 1.356-.82 2.441-2.052 2.848-3.694-1.22.82-2.712 1.368-4.204 1.642C25.627 3.82 24 3 22.102 3c-3.661 0-6.509 3.01-6.509 6.568 0 .548 0 .958.136 1.506C10.305 10.8 5.424 8.2 2.305 4.232c-.542.684-.813 1.915-.813 3.147 0 2.326 1.22 4.379 2.847 5.474-1.085 0-2.034-.274-2.983-.821v.136c0 3.148 2.305 5.885 5.288 6.432-.542.137-1.085.274-1.763.274-.406 0-.813 0-1.22-.137.814 2.6 3.254 4.516 6.102 4.652-2.305 1.78-5.017 2.874-8.136 2.874-.542 0-1.085 0-1.627-.137C2.983 27.906 6.373 29 10.17 29" }) }))); const SvgUmbrellaChairs = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M27 28h4v4H1v-4h4v-3l-1-3.756 1.94-.486L6.751 24H10a1 1 0 0 1 1 1v3h3V18H1v-8l14.998-9L31 10v8H18v10h3v-3a1 1 0 0 1 1-1h3.219l.811-3.242 1.94.486L27 25zm-2 0v-2h-2v2zM9 28v-2H7v2zM5 12.071V14h22v-1.929L16 6.048z" }) }))); const SvgVideo = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M28.2 10.9h-1.9v-4H1v18.2h25.3V21h1.8l2.9 2.9V8.1zm-5.9 10.2H5.1V10.9h17.2z" }) }))); const SvgVolume = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M7 13v6h4l5 5V8l-5 5zm13.5 3a4.5 4.5 0 0 0-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02M18 7.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77" }) }))); const SvgVolumeOff = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M20.5 16a4.5 4.5 0 0 0-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63m2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.8 8.8 0 0 0 25 16c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71M8.27 7 7 8.27 11.73 13H7v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a9 9 0 0 0 3.69-1.81L23.73 25 25 23.73l-9-9zM16 8l-2.09 2.09L16 12.18z" }) }))); const SvgVote = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "M20 21.4V29H4V13h8.6l-1.2 1.2a6.9 6.9 0 1 0 7.2 8.6zm-2.1-4.5 9-9-1.4-1.4-9 9zm9.8-8.2L18.5 18l-2.4.5-1.2-1.2.4-2.2 9.4-9.4-1.4-1.4-9.6 9.7-1.6 7.3 7.2-1.2 9.8-10z" }) }))); const SvgWifi = (props) => (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "aria-hidden": "true", focusable: "false" }, props, { children: jsx("path", { fillRule: "evenodd", d: "m23.2 18.9-2.9 2.8a5.5 5.5 0 0 0-8.6 0l-2.9-2.8a9.5 9.5 0 0 1 14.4 0M16 22.5a2.3 2.3 0 0 0-2.1 1.3l2.1 2 2.1-2a2.3 2.3 0 0 0-2.1-1.3m0-14.3a16.8 16.8 0 0 0-12.5 5.5l2.8 2.8a12.9 12.9 0 0 1 19.4 0l2.8-2.8A16.8 16.8 0 0 0 16 8.2" }) }))); export { SvgAlert as AlertIcon, SvgAnnouncement as AnnouncementIcon, SvgApi as ApiIcon, SvgBall as BallIcon, SvgBell as BellIcon, SvgBroom as BroomIcon, SvgBuilding as BuildingIcon, SvgBuildings as BuildingsIcon, SvgCalendar as CalendarIcon, SvgCamera as CameraIcon, SvgCar as CarIcon, SvgCard as CardIcon, SvgChargingPoint as ChargingPointIcon, SvgChatBubble as ChatBubbleIcon, SvgChatting as ChattingIcon, SvgCheckmark as CheckmarkIcon, SvgChevronDown as ChevronDownIcon, SvgChevronLeft as ChevronLeftIcon, SvgChevronRight as ChevronRightIcon, SvgChevronSorting as ChevronSortingIcon, SvgChevronUp as ChevronUpIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCollaborate as CollaborateIcon, SvgData as DataIcon, SvgDocumentCheckmark as DocumentCheckmarkIcon, SvgDocumentEdit as DocumentEditIcon, SvgDocumentEuroSign as DocumentEuroSignIcon, SvgDocument as DocumentIcon, SvgDocumentText as DocumentTextIcon, SvgDownload as DownloadIcon, SvgEclipse as EclipseIcon, SvgEditDocument as EditDocumentIcon, SvgEllipsis as EllipsisIcon, SvgEmail as EmailIcon, SvgEmbed as EmbedIcon, SvgEnergy as EnergyIcon, SvgEnlargeFont as EnlargeFontIcon, SvgEnlarge as EnlargeIcon, SvgEuroCoin as EuroCoinIcon, SvgExternalLink as ExternalLinkIcon, SvgFacebook as FacebookIcon, SvgFacebookPadded as FacebookPaddedIcon, SvgFastForward as FastForwardIcon, SvgFavourite as FavouriteIcon, SvgFilter as FilterIcon, SvgFontEnlarge as FontEnlargeIcon, SvgFullScreen as FullScreenIcon, SvgHandEuroCoin as HandEuroCoinIcon, SvgHandicap as HandicapIcon, SvgHousePlant as HousePlantIcon, SvgHousing as HousingIcon, SvgIdentityCard as IdentityCardIcon, SvgIndeterminate as IndeterminateIcon, SvgInfo as InfoIcon, SvgLamp as LampIcon, SvgLayers as LayersIcon, SvgLinkedin as LinkedinIcon, SvgList as ListIcon, SvgLocationFields as LocationFieldsIcon, SvgLocation as LocationIcon, SvgLogin as LoginIcon, SvgLogout as LogoutIcon, SvgMap as MapIcon, SvgMapLayers as MapLayersIcon, SvgMarketStall as MarketStallIcon, SvgMenu as MenuIcon, SvgMinimise as MinimiseIcon, SvgMinimize as MinimizeIcon, SvgOpeningHours as OpeningHoursIcon, SvgPano as PanoIcon, SvgPassport as PassportIcon, SvgPause as PauseIcon, SvgPersonDesk as PersonDeskIcon, SvgPersonalLogin as PersonalLoginIcon, SvgPhone as PhoneIcon, SvgPicture as PictureIcon, SvgPlane as PlaneIcon, SvgPlay as PlayIcon, SvgPointer as PointerIcon, SvgPrint as PrintIcon, SvgPublicParks as PublicParksIcon, SvgPurse as PurseIcon, SvgQuote as QuoteIcon, SvgReaction as ReactionIcon, SvgReligion as ReligionIcon, SvgReplay as ReplayIcon, SvgRuler as RulerIcon, SvgSearch as SearchIcon, SvgShare as ShareIcon, SvgSpinner as SpinnerIcon, SvgStop as StopIcon, SvgStudent as StudentIcon, SvgSuitcase as SuitcaseIcon, SvgSwimming as SwimmingIcon, SvgTable as TableIcon, SvgThumbnailResults as ThumbnailResultsIcon, SvgThumbsDown as ThumbsDownIcon, SvgThumbsUp as ThumbsUpIcon, SvgTrashBin as TrashBinIcon, SvgTwitter as TwitterIcon, SvgUmbrellaChairs as UmbrellaChairsIcon, SvgVideo as VideoIcon, SvgVolume as VolumeIcon, SvgVolumeOff as VolumeOffIcon, SvgVote as VoteIcon, SvgWifi as WifiIcon }; //# sourceMappingURL=index.esm.js.map