Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/iconMapping.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-cars.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlCarsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlCarsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-cars.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlCarsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M22.36 9.532a23.2 23.2 0 0 0-4.75-1.374c-.84-.89-4.13-4.075-8.251-4.075-5.72 0-8.23 3.106-9.042 4.441A.8.8 0 0 0 .2 8.94v5.48c0 1.175.828 2.147 1.91 2.34A3 3 0 0 0 5 19a2.995 2.995 0 0 0 2.878-2.199h7.244A2.995 2.995 0 0 0 18 19a2.995 2.995 0 0 0 2.878-2.199h.621c1.269 0 2.3-1.073 2.3-2.394V11.67c0-.934-.564-1.772-1.44-2.137M5 17.4c-.772 0-1.4-.628-1.4-1.4s.628-1.4 1.4-1.4 1.4.628 1.4 1.4-.628 1.4-1.4 1.4m13 0c-.772 0-1.4-.628-1.4-1.4s.628-1.4 1.4-1.4 1.4.628 1.4 1.4-.628 1.4-1.4 1.4m4.2-2.993c0 .438-.314.795-.701.795h-.62A2.995 2.995 0 0 0 18 13a2.995 2.995 0 0 0-2.879 2.202H7.878A2.995 2.995 0 0 0 5 13c-1.334 0-2.454.88-2.843 2.087a.79.79 0 0 1-.357-.667V9.172c.908-1.384 3.034-3.49 7.559-3.49 3.948 0 7.21 3.708 7.243 3.745a.8.8 0 0 0 .492.269c.023.003 2.31.336 4.65 1.313a.72.72 0 0 1 .456.66zM4.441 8.817c.852-.853 2.345-1.715 4.88-1.715 1.588 0 3.064.896 4.062 1.693.22.175.088.53-.193.53H4.662c-.265 0-.408-.32-.221-.508"/>
</svg>);
export default VdlCarsIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-flight.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlFlightIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlFlightIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-flight.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlFlightIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M23.222 5.543c-.255-.72-.943-1.227-1.886-1.392-1.568-.275-3.083.093-4.63 1.127l-3.122 2.104-.012-.018-.323.218-6.973-2.968a2.06 2.06 0 0 0-2.551.897 2.06 2.06 0 0 0 .426 2.55l3.609 3.246-1.606 1.082-2.005-.514a2.37 2.37 0 0 0-1.903.328l-1.143.77a.8.8 0 0 0-.031 1.305l3.703 2.76q.04.03.085.054a3.93 3.93 0 0 0 3.063.34c1.024-.308 2.032-.768 3.117-1.424l1.615 4.636a2.14 2.14 0 0 0 2.285 1.41 2.14 2.14 0 0 0 1.86-2.105v-7.772l3.036-2.067c1.443-.973 2.078-1.504 2.828-2.37.604-.696.807-1.496.558-2.197M5.213 6.864a.456.456 0 0 1-.094-.568.45.45 0 0 1 .546-.204l6.002 2.556-2.556 1.722zm16.242-.172c-.584.674-1.062 1.113-2.516 2.093l-3.389 2.307a.8.8 0 0 0-.35.661v8.193a.533.533 0 0 1-1.035.171l-1.947-5.593a.8.8 0 0 0-1.203-.4c-1.29.87-2.42 1.434-3.555 1.777a2.3 2.3 0 0 1-1.772-.18L2.933 13.67l.207-.14a.76.76 0 0 1 .612-.105l2.352.604a.8.8 0 0 0 .646-.112l10.848-7.31c1.185-.792 2.32-1.08 3.462-.879.417.073.614.235.655.352.049.137-.05.372-.26.613"/>
</svg>);
export default VdlFlightIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-home-beach.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlHomeBeachIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlHomeBeachIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-home-beach.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlHomeBeachIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M18.842 20.72a.49.49 0 0 0-.634-.215 8 8 0 0 1-3.204.696c-1.849 0-3.23-.686-3.624-.906a8 8 0 0 0-.971-.446l1.552-5.453 6.16 1.75a.8.8 0 0 0 1.019-.78 8.26 8.26 0 0 0-1.979-5.263c.41-.617.639-1.352.639-2.103 0-2.095-1.704-3.8-3.8-3.8a3.815 3.815 0 0 0-3.706 2.97 8.25 8.25 0 0 0-6.49 3.84.8.8 0 0 0 .457 1.199l6.161 1.75-1.55 5.443a9 9 0 0 0-1.876-.202c-1.74 0-3.151.511-3.908.858a.496.496 0 0 0-.223.694l.291.526a.49.49 0 0 0 .635.217 7.9 7.9 0 0 1 3.205-.695c1.846 0 3.23.686 3.623.904.464.257 2.152 1.096 4.385 1.096a9.5 9.5 0 0 0 3.91-.858.496.496 0 0 0 .221-.695zM14 5.8c1.213 0 2.2.987 2.2 2.2 0 .336-.086.663-.231.96a8.3 8.3 0 0 0-2.874-1.486 8.5 8.5 0 0 0-1.15-.237A2.2 2.2 0 0 1 14 5.8m-1.343 3.213a6.67 6.67 0 0 1 4.78 5.275l-11.619-3.3a6.67 6.67 0 0 1 6.84-1.975m.809-5.857a.73.73 0 0 1-.216-.534V1.42c0-.112.069-.198.172-.241.121-.06.32-.095.578-.095.259 0 .457.035.578.095.095.052.172.13.172.241v1.202a.8.8 0 0 1-.216.534.73.73 0 0 1-.534.216.8.8 0 0 1-.534-.216m3.807 1.571a.8.8 0 0 1-.226-.53c0-.195.073-.378.226-.53l.85-.85c.078-.08.188-.091.292-.049.128.043.293.159.475.342.183.183.3.347.342.475.03.104.03.213-.05.293l-.849.85a.8.8 0 0 1-.53.225.73.73 0 0 1-.53-.226m-8.456-.85c-.08-.079-.091-.188-.049-.292.043-.128.159-.292.342-.475s.347-.299.475-.342c.104-.03.214-.03.293.05l.85.849a.8.8 0 0 1 .225.53.73.73 0 0 1-.226.53.8.8 0 0 1-.53.226.73.73 0 0 1-.53-.226zM20.916 8c0 .259-.035.457-.095.578-.052.094-.13.172-.241.172h-1.202a.8.8 0 0 1-.534-.216.73.73 0 0 1-.216-.534.78.78 0 0 1 .216-.534.73.73 0 0 1 .534-.216h1.202c.112 0 .198.069.241.172.06.121.095.32.095.578"/>
</svg>);
export default VdlHomeBeachIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-home-cars.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlHomeCarsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlHomeCarsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-home-cars.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlHomeCarsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M22.36 9.532a23.2 23.2 0 0 0-4.75-1.374c-.84-.89-4.13-4.075-8.251-4.075-5.72 0-8.23 3.106-9.042 4.441A.8.8 0 0 0 .2 8.94v5.48c0 1.175.828 2.147 1.91 2.34A3 3 0 0 0 5 19a2.995 2.995 0 0 0 2.878-2.199h7.244A2.995 2.995 0 0 0 18 19a2.995 2.995 0 0 0 2.878-2.199h.621c1.269 0 2.3-1.073 2.3-2.394V11.67c0-.934-.564-1.772-1.44-2.137M5 17.4c-.772 0-1.4-.628-1.4-1.4s.628-1.4 1.4-1.4 1.4.628 1.4 1.4-.628 1.4-1.4 1.4m13 0c-.772 0-1.4-.628-1.4-1.4s.628-1.4 1.4-1.4 1.4.628 1.4 1.4-.628 1.4-1.4 1.4m4.2-2.993c0 .438-.314.795-.701.795h-.62A2.995 2.995 0 0 0 18 13a2.995 2.995 0 0 0-2.879 2.202H7.878A2.995 2.995 0 0 0 5 13c-1.334 0-2.454.88-2.843 2.087a.79.79 0 0 1-.357-.667V9.172c.908-1.384 3.034-3.49 7.559-3.49 3.948 0 7.21 3.708 7.243 3.745a.8.8 0 0 0 .492.269c.023.003 2.31.336 4.65 1.313a.72.72 0 0 1 .456.66zM4.441 8.817c.852-.853 2.345-1.715 4.88-1.715 1.588 0 3.064.896 4.062 1.693.22.175.088.53-.193.53H4.662c-.265 0-.408-.32-.221-.508"/>
</svg>);
export default VdlHomeCarsIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-home-flight.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlHomeFlightIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlHomeFlightIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-home-flight.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlHomeFlightIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M23.222 5.543c-.255-.72-.943-1.227-1.886-1.392-1.568-.275-3.083.093-4.63 1.127l-3.122 2.104-.012-.018-.323.218-6.973-2.968a2.06 2.06 0 0 0-2.551.897 2.06 2.06 0 0 0 .426 2.55l3.609 3.246-1.606 1.082-2.005-.514a2.37 2.37 0 0 0-1.903.328l-1.143.77a.8.8 0 0 0-.031 1.305l3.703 2.76q.04.03.085.054a3.93 3.93 0 0 0 3.063.34c1.024-.308 2.032-.768 3.117-1.424l1.615 4.636a2.14 2.14 0 0 0 2.285 1.41 2.14 2.14 0 0 0 1.86-2.105v-7.772l3.036-2.067c1.443-.973 2.078-1.504 2.828-2.37.604-.696.807-1.496.558-2.197M5.213 6.864a.456.456 0 0 1-.094-.568.45.45 0 0 1 .546-.204l6.002 2.556-2.556 1.722zm16.242-.172c-.584.674-1.062 1.113-2.516 2.093l-3.389 2.307a.8.8 0 0 0-.35.661v8.193a.533.533 0 0 1-1.035.171l-1.947-5.593a.8.8 0 0 0-1.203-.4c-1.29.87-2.42 1.434-3.555 1.777a2.3 2.3 0 0 1-1.772-.18L2.933 13.67l.207-.14a.76.76 0 0 1 .612-.105l2.352.604a.8.8 0 0 0 .646-.112l10.848-7.31c1.185-.792 2.32-1.08 3.462-.879.417.073.614.235.655.352.049.137-.05.372-.26.613"/>
</svg>);
export default VdlHomeFlightIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-home-hotels.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlHomeHotelsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlHomeHotelsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-home-hotels.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlHomeHotelsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M20.8 11.23V5.778a.8.8 0 0 0-.457-.723C17.109 3.522 14.02 3.2 12 3.2a19.6 19.6 0 0 0-8.343 1.855.8.8 0 0 0-.457.723v5.453a2.296 2.296 0 0 0-2 2.269v7a.5.5 0 0 0 .5.5h.6a.5.5 0 0 0 .5-.5v-1.7h18.4v1.7a.5.5 0 0 0 .5.5h.6a.5.5 0 0 0 .5-.5v-7c0-1.165-.875-2.12-2-2.27m-16-4.938A18 18 0 0 1 12 4.8c1.761 0 4.403.265 7.2 1.492V11.2H4.8zm-2 7.208a.7.7 0 0 1 .7-.7h17a.7.7 0 0 1 .7.7v3.7H2.8zM11 8.793v.414c0 .251-.186.47-.436.5a13 13 0 0 1-3.128 0 .5.5 0 0 1-.436-.5v-.414c0-.251.186-.47.436-.5a13 13 0 0 1 3.128 0c.25.03.436.249.436.5m6 0v.414c0 .251-.186.47-.436.5a13 13 0 0 1-3.129 0 .5.5 0 0 1-.435-.5v-.414c0-.251.186-.47.435-.5a13 13 0 0 1 3.13 0c.249.03.435.249.435.5"/>
</svg>);
export default VdlHomeHotelsIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-hotels.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlHotelsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlHotelsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-hotels.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlHotelsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M20.8 11.23V5.778a.8.8 0 0 0-.457-.723C17.109 3.522 14.02 3.2 12 3.2a19.6 19.6 0 0 0-8.343 1.855.8.8 0 0 0-.457.723v5.453a2.296 2.296 0 0 0-2 2.269v7a.5.5 0 0 0 .5.5h.6a.5.5 0 0 0 .5-.5v-1.7h18.4v1.7a.5.5 0 0 0 .5.5h.6a.5.5 0 0 0 .5-.5v-7c0-1.165-.875-2.12-2-2.27m-16-4.938A18 18 0 0 1 12 4.8c1.761 0 4.403.265 7.2 1.492V11.2H4.8zm-2 7.208a.7.7 0 0 1 .7-.7h17a.7.7 0 0 1 .7.7v3.7H2.8zM11 8.793v.414c0 .251-.186.47-.436.5a13 13 0 0 1-3.128 0 .5.5 0 0 1-.436-.5v-.414c0-.251.186-.47.436-.5a13 13 0 0 1 3.128 0c.25.03.436.249.436.5m6 0v.414c0 .251-.186.47-.436.5a13 13 0 0 1-3.129 0 .5.5 0 0 1-.435-.5v-.414c0-.251.186-.47.435-.5a13 13 0 0 1 3.13 0c.249.03.435.249.435.5"/>
</svg>);
export default VdlHotelsIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-drops-selected.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabDropsSelectedIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabDropsSelectedIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-drops-selected.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabDropsSelectedIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path stroke="#161616" strokeWidth={1.6} d="M17.75 5.75 12 11.5 6.25 5.75a3.182 3.182 0 0 0-4.5 4.5l8.129 8.129a3 3 0 0 0 4.242 0l8.129-8.129a3.182 3.182 0 0 0-4.5-4.5Z"/>
</svg>);
export default VdlTabDropsSelectedIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-drops.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabDropsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabDropsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-drops.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabDropsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path stroke="#161616" strokeWidth={1.6} d="M17.75 6.25 12 12 6.25 6.25a3.182 3.182 0 0 0-4.5 4.5l8.129 8.129a3 3 0 0 0 4.242 0l8.129-8.129a3.182 3.182 0 0 0-4.5-4.5Z"/>
</svg>);
export default VdlTabDropsIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-profile-selected.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabProfileSelectedIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabProfileSelectedIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-profile-selected.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabProfileSelectedIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M12 1.2c5.965 0 10.8 4.835 10.8 10.8S17.965 22.8 12 22.8 1.2 17.965 1.2 12 6.035 1.2 12 1.2m4.775 13.79a11.8 11.8 0 0 0-9.56 0 3.28 3.28 0 0 0-1.612 1.47A7.79 7.79 0 0 0 12 19.8a7.79 7.79 0 0 0 6.388-3.327 3.28 3.28 0 0 0-1.613-1.483M12 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>
</svg>);
export default VdlTabProfileSelectedIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-profile.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabProfileIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabProfileIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-profile.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabProfileIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M12 1.2c5.965 0 10.8 4.835 10.8 10.8S17.965 22.8 12 22.8 1.2 17.965 1.2 12 6.035 1.2 12 1.2m0 14.56a10.2 10.2 0 0 0-4.137.882l-.01.005A1.74 1.74 0 0 0 6.8 18.26v1.328A9.15 9.15 0 0 0 12 21.2c1.93 0 3.72-.596 5.2-1.612V18.26c0-.716-.414-1.341-1.053-1.614l-.01-.004A10.2 10.2 0 0 0 12 15.76M12 2.8a9.2 9.2 0 0 0-6.798 15.398 3.34 3.34 0 0 1 2.015-3.02A11.8 11.8 0 0 1 12 14.16c1.966 0 3.596.494 4.783 1.018a3.33 3.33 0 0 1 2.014 3.02A9.2 9.2 0 0 0 12 2.8m0 2.4a3.8 3.8 0 1 1 0 7.6 3.8 3.8 0 0 1 0-7.6m0 1.6a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4"/>
</svg>);
export default VdlTabProfileIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-saved-selected.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabSavedSelectedIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabSavedSelectedIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-saved-selected.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabSavedSelectedIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path stroke="#161616" strokeLinejoin="round" strokeWidth={1.6} d="M12 20.495s-9.62-6.26-9.62-12.02a4.88 4.88 0 0 1 1.44-3.53A4.925 4.925 0 0 1 12 6.965a4.925 4.925 0 0 1 8.18-2.02c.98.98 1.46 2.25 1.44 3.53 0 5.76-9.62 12.02-9.62 12.02Z"/>
</svg>);
export default VdlTabSavedSelectedIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-saved.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabSavedIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabSavedIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-saved.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabSavedIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path stroke="#161616" strokeLinejoin="round" strokeWidth={1.6} d="M12 20.495s-9.62-6.26-9.62-12.02a4.88 4.88 0 0 1 1.44-3.53A4.925 4.925 0 0 1 12 6.965a4.925 4.925 0 0 1 8.18-2.02c.98.98 1.46 2.25 1.44 3.53 0 5.76-9.62 12.02-9.62 12.02Z"/>
</svg>);
export default VdlTabSavedIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl-tab-search-selected.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabSearchSelectedIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabSearchSelectedIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl-tab-search-selected.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabSearchSelectedIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M10.5 1.5a9 9 0 0 1 7.334 14.213l4.227 4.227a1.5 1.5 0 1 1-2.122 2.12l-4.226-4.226A9 9 0 1 1 10.5 1.5m0 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12"/>
</svg>);
export default VdlTabSearchSelectedIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/lg/vdl_tab-search.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlTabSearchIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlTabSearchIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/lg/vdl_tab-search.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlTabSearchIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M10.5 2.2a8.3 8.3 0 0 1 6.406 13.575l4.66 4.66a.8.8 0 1 1-1.131 1.13l-4.66-4.659A8.3 8.3 0 1 1 10.5 2.2m0 1.6a6.7 6.7 0 1 0 0 13.4 6.7 6.7 0 0 0 0-13.4"/>
</svg>);
export default VdlTabSearchIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/sm/vdl-cars.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlCarsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlCarsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/sm/vdl-cars.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlCarsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1rem" height="1rem" {...props}>
<path d="M9.312 7.924c1.348 0 2.612.725 3.542 1.455.334.262.139.8-.286.8H5.246c-.401 0-.612-.497-.317-.77.842-.774 2.21-1.485 4.383-1.485m14.667 4.264v2.92c0 1.313-.883 2.402-2.04 2.626a3.23 3.23 0 0 1-3.183 2.739 3.23 3.23 0 0 1-3.179-2.691H8.435a3.23 3.23 0 0 1-3.18 2.69 3.23 3.23 0 0 1-3.183-2.738C.92 17.508.041 16.425.041 15.122V9.28c0-.17.044-.336.128-.484.827-1.448 3.38-4.817 9.2-4.817 4.142 0 7.443 3.34 8.356 4.362.785.148 2.716.57 4.727 1.466a2.6 2.6 0 0 1 1.527 2.381M6.539 17.24c0-.707-.576-1.284-1.283-1.284-.708 0-1.284.577-1.284 1.284s.576 1.284 1.284 1.284c.707 0 1.284-.576 1.284-1.284m13.5 0c0-.707-.576-1.284-1.283-1.284-.708 0-1.284.577-1.284 1.284s.576 1.284 1.284 1.284c.707 0 1.284-.576 1.284-1.284m1.99-5.05a.65.65 0 0 0-.37-.6c-2.31-1.029-4.57-1.38-4.591-1.384a.98.98 0 0 1-.612-.35c-.031-.04-3.24-3.926-7.086-3.926-4.402 0-6.483 2.175-7.38 3.619v5.574c0 .32.17.586.389.672a3.23 3.23 0 0 1 2.877-1.789c1.277 0 2.373.75 2.898 1.827h7.704a3.23 3.23 0 0 1 2.898-1.827c1.262 0 2.345.733 2.878 1.79.222-.084.395-.358.395-.687z"/>
</svg>);
export default VdlCarsIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/sm/vdl-flight.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlFlightIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlFlightIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/sm/vdl-flight.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlFlightIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1rem" height="1rem" {...props}>
<path d="M23.808 4.846c-.285-.8-1.042-1.363-2.077-1.543-1.68-.296-3.29.097-4.937 1.198l-3.26 2.197-.012-.019-.274.185-7.212-3.07a2.29 2.29 0 0 0-2.837.998 2.29 2.29 0 0 0 .473 2.834l3.635 3.269-1.477.994-2.03-.52a2.6 2.6 0 0 0-2.101.361l-1.194.805a.975.975 0 0 0-.037 1.59l3.866 2.88a1 1 0 0 0 .102.068 4.26 4.26 0 0 0 3.307.367c1.035-.313 2.053-.77 3.139-1.414l1.63 4.677a2.37 2.37 0 0 0 2.534 1.567 2.374 2.374 0 0 0 2.065-2.337v-8.04l3.107-2.116c1.52-1.023 2.188-1.583 2.98-2.498.665-.766.887-1.653.61-2.433M4.966 6.168a.34.34 0 0 1-.068-.42c.082-.144.26-.207.393-.152l6.03 2.567-2.365 1.593zM21.726 6c-.63.726-1.117 1.162-2.601 2.162l-3.538 2.408a.97.97 0 0 0-.426.806v8.551a.418.418 0 0 1-.808.134l-2.034-5.838a.974.974 0 0 0-1.466-.488c-1.334.9-2.501 1.483-3.674 1.837a2.3 2.3 0 0 1-1.734-.17l-2.71-2.02.053-.035a.66.66 0 0 1 .526-.091l2.455.63c.27.07.557.02.788-.136l2.875-1.937c.028-.019.042-.05.067-.072l4.339-2.924c.027-.015.059-.013.085-.03L17.88 6.12c1.224-.816 2.337-1.1 3.514-.897.37.065.55.204.576.277.02.06-.027.25-.246.501"/>
</svg>);
export default VdlFlightIcon;
4 changes: 4 additions & 0 deletions dist/js/icons/sm/vdl-hotels.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import React from 'react';
import type { SVGProps } from 'react';
declare const VdlHotelsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
export default VdlHotelsIcon;
5 changes: 5 additions & 0 deletions dist/js/icons/sm/vdl-hotels.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';
const VdlHotelsIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1rem" height="1rem" {...props}>
<path d="M21.674 12.664V5.492a.97.97 0 0 0-.557-.881C17.583 2.99 14.207 2.65 12 2.65c-4 0-7.16 1.064-9.108 1.957a.97.97 0 0 0-.567.885v7.172a2.5 2.5 0 0 0-1.8 2.395v7.466c0 .249.201.45.45.45h1.05a.45.45 0 0 0 .45-.45v-2.05h19.05v2.05c0 .249.201.45.45.45h1.05a.45.45 0 0 0 .45-.45V15.06a2.5 2.5 0 0 0-1.8-2.395M4.274 6.13A20.1 20.1 0 0 1 12 4.599c1.892 0 4.723.274 7.725 1.53v6.421H4.275zm-1.8 8.93a.56.56 0 0 1 .56-.56h17.932a.56.56 0 0 1 .559.56v3.466H2.475zm7.88-6.46v.8a.455.455 0 0 1-.382.45c-1.147.17-2.298.17-3.444 0a.455.455 0 0 1-.383-.45v-.8c0-.223.162-.418.383-.45 1.146-.17 2.297-.17 3.444 0 .22.032.383.227.383.45m7.5 0v.8a.455.455 0 0 1-.382.45c-1.147.17-2.298.17-3.444 0a.455.455 0 0 1-.383-.45v-.8c0-.223.162-.418.383-.45 1.146-.17 2.297-.17 3.444 0 .22.032.383.227.383.45"/>
</svg>);
export default VdlHotelsIcon;
Loading