UNPKG

@clubmed/trident-icons

Version:

Shared ClubMed Icons library

162 lines (161 loc) 3.52 kB
import { resolver as r } from "./SvgUseIconResolver.js"; import e from "../assets/Brand/AllInclusiveDefault.svg"; import l from "../assets/Brand/AllInclusiveDonations.svg"; import o from "../assets/Brand/AllInclusiveFlexible.svg"; import a from "../assets/Brand/BabyClubMed.svg"; import i from "../assets/Brand/BabyClubMedFRCA.svg"; import m from "../assets/Brand/Bars.svg"; import t from "../assets/Brand/BurgerMenu.svg"; import n from "../assets/Brand/ChillPass.svg"; import p from "../assets/Brand/ChillPassFRCA.svg"; import u from "../assets/Brand/ClubMed.svg"; import s from "../assets/Brand/Diamond.svg"; import C from "../assets/Brand/ExclusiveCollection.svg"; import c from "../assets/Brand/ExclusiveCollectionFRCA.svg"; import f from "../assets/Brand/HappyToCare.svg"; import v from "../assets/Brand/HappyToCareFRCA.svg"; import U from "../assets/Brand/HappyToCareLite.svg"; import B from "../assets/Brand/HappyToCareSmall.svg"; import R from "../assets/Brand/IconicTrident.svg"; import x from "../assets/Brand/MiniClubMed.svg"; import d from "../assets/Brand/OnDemand.svg"; import b from "../assets/Brand/PetitClubMed.svg"; import A from "../assets/Brand/Restaurants.svg"; import T from "../assets/Brand/Teens.svg"; import w from "../assets/Brand/TeensFRCA.svg"; import M from "../assets/Brand/Trident.svg"; const _ = r( "brand", [ { name: "AllInclusiveDefault", url: e }, { name: "AllInclusiveDonations", url: l }, { name: "AllInclusiveFlexible", url: o }, { name: "BabyClubMed", aspectRatio: 160 / 72, viewBox: "0 0 160 72", url: a }, { name: "BabyClubMedFRCA", aspectRatio: 170 / 72, viewBox: "0 0 170 72", url: i }, { name: "Bars", url: m }, { name: "BurgerMenu", aspectRatio: 30 / 23, viewBox: "0 0 30 23", url: t }, { name: "ChillPass", aspectRatio: 79 / 95, viewBox: "0 0 79 95", url: n }, { name: "ChillPassFRCA", aspectRatio: 81 / 59, viewBox: "0 0 81 59", url: p }, { name: "ClubMed", aspectRatio: 120 / 24, viewBox: "0 0 120 24", url: u }, { name: "Diamond", url: s }, { name: "ExclusiveCollection", url: C }, { name: "ExclusiveCollectionFRCA", viewBox: "0 0 48 48", url: c }, { name: "HappyToCare", viewBox: "0 0 108 108", url: f }, { name: "HappyToCareFRCA", viewBox: "0 0 92 92", url: v }, { name: "HappyToCareLite", viewBox: "0 0 36 36", url: U }, { name: "HappyToCareSmall", url: B }, { name: "IconicTrident", aspectRatio: 343 / 301, viewBox: "0 0 343 301", url: R }, { name: "MiniClubMed", aspectRatio: 111 / 55, viewBox: "0 0 111 55", url: x }, { name: "OnDemand", url: d }, { name: "PetitClubMed", aspectRatio: 160 / 70, viewBox: "0 0 160 70", url: b }, { name: "Restaurants", url: A }, { name: "Teens", aspectRatio: 109 / 48, viewBox: "0 0 109 48", url: T }, { name: "TeensFRCA", aspectRatio: 81 / 59, viewBox: "0 0 81 59", url: w }, { name: "Trident", url: M } ] ); export { _ as default }; //# sourceMappingURL=Brand.js.map