1
0
Fork 0
freesewing/sites/shared/components/measurements/tim/index.mjs
2023-12-24 13:27:10 +01:00

84 lines
2.3 KiB
JavaScript

// __SDEFILE__ - This file is a dependency for the stand-alone environment
import acrossback from './acrossback.svg'
import ankle from './ankle.svg'
import biceps from './biceps.svg'
import bustfront from './bustfront.svg'
import bustspan from './bustspan.svg'
import bustpointtounderbust from './bustpointtounderbust.svg'
import chest from './chest.svg'
import crossseam from './crossseam.svg'
import crossseamfront from './crossseamfront.svg'
import crotchdepth from './crotchdepth.svg'
import head from './head.svg'
import heel from './heel.svg'
import highbust from './highbust.svg'
import highbustfront from './highbustfront.svg'
import hips from './hips.svg'
import hipstoupperleg from './hipstoupperleg.svg'
import hpstobust from './hpstobust.svg'
import hpstowaistback from './hpstowaistback.svg'
import hpstowaistfront from './hpstowaistfront.svg'
import inseam from './inseam.svg'
import knee from './knee.svg'
import underbust from './underbust.svg'
import waist from './waist.svg'
import waistback from './waistback.svg'
import waisttoarmpit from './waisttoarmpit.svg'
import waisttofloor from './waisttofloor.svg'
import waisttohips from './waisttohips.svg'
import waisttoknee from './waisttoknee.svg'
import waisttoseat from './waisttoseat.svg'
import waisttounderbust from './waisttounderbust.svg'
import waisttoupperleg from './waisttoupperleg.svg'
import neck from './neck.svg'
import seat from './seat.svg'
import seatback from './seatback.svg'
import shoulderslope from './shoulderslope.svg'
import shouldertoelbow from './shouldertoelbow.svg'
import shouldertoshoulder from './shouldertoshoulder.svg'
import shouldertowrist from './shouldertowrist.svg'
import upperleg from './upperleg.svg'
import wrist from './wrist.svg'
export const images = {
acrossback,
ankle,
biceps,
bustfront,
bustspan,
bustpointtounderbust,
chest,
crossseam,
crossseamfront,
crotchdepth,
head,
heel,
hips,
highbust,
highbustfront,
hipstoupperleg,
hpstobust,
hpstowaistback,
hpstowaistfront,
inseam,
knee,
underbust,
waist,
waistback,
waisttoarmpit,
waisttofloor,
waisttohips,
waisttoknee,
waisttoseat,
waisttounderbust,
waisttoupperleg,
neck,
seat,
seatback,
shoulderslope,
shouldertoelbow,
shouldertoshoulder,
shouldertowrist,
upperleg,
wrist,
}