UNPKG

@clubmed/trident-icons

Version:

Shared ClubMed Icons library

109 lines (108 loc) 2.28 kB
import { resolver as r } from "./SvgUseIconResolver.js"; import l from "../assets/Brand/AllInclusiveDefault.svg"; import e from "../assets/Brand/AllInclusiveDonations.svg"; import o from "../assets/Brand/AllInclusiveFlexible.svg"; import a from "../assets/Brand/BabyClubMed.svg"; import m from "../assets/Brand/Bars.svg"; import i from "../assets/Brand/ChillPass.svg"; import t from "../assets/Brand/ClubMed.svg"; import n from "../assets/Brand/Diamond.svg"; import u from "../assets/Brand/ExclusiveCollection.svg"; import p from "../assets/Brand/HappyToCare.svg"; import s from "../assets/Brand/HappyToCareSmall.svg"; import f from "../assets/Brand/MiniClubMed.svg"; import c from "../assets/Brand/OnDemand.svg"; import d from "../assets/Brand/PetitClubMed.svg"; import U from "../assets/Brand/Restaurants.svg"; import v from "../assets/Brand/Teens.svg"; import C from "../assets/Brand/Trident.svg"; const g = r( "brand", [ { name: "AllInclusiveDefault", url: l }, { name: "AllInclusiveDonations", url: e }, { name: "AllInclusiveFlexible", url: o }, { name: "BabyClubMed", aspectRatio: 160 / 72, viewBox: "0 0 160 72", url: a }, { name: "Bars", url: m }, { name: "ChillPass", aspectRatio: 79 / 95, viewBox: "0 0 79 95", url: i }, { name: "ClubMed", aspectRatio: 120 / 24, viewBox: "0 0 120 24", url: t }, { name: "Diamond", url: n }, { name: "ExclusiveCollection", url: u }, { name: "HappyToCare", viewBox: "0 0 108 108", url: p }, { name: "HappyToCareSmall", url: s }, { name: "MiniClubMed", aspectRatio: 111 / 55, viewBox: "0 0 111 55", url: f }, { name: "OnDemand", url: c }, { name: "PetitClubMed", aspectRatio: 160 / 70, viewBox: "0 0 160 70", url: d }, { name: "Restaurants", url: U }, { name: "Teens", aspectRatio: 109 / 48, viewBox: "0 0 109 48", url: v }, { name: "Trident", url: C } ] ); export { g as default }; //# sourceMappingURL=Brand.js.map