'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'chevron-double-left'; var width = 480; var height = 512; var ligatures = []; var unicode = 'f323'; var svgPathData = ['M210.5 239L404.9 44.7a23.9 23.9 0 0 1 33.9 0l22.7 22.7a24.08 24.08 0 0 1 0 33.9L307.5 256l153.9 154.7a23.9 23.9 0 0 1 0 33.9l-22.7 22.7a23.9 23.9 0 0 1-33.9 0L210.5 273a24.2 24.2 0 0 1 0-34z', 'M18.5 239L212.9 44.7a23.9 23.9 0 0 1 33.9 0l22.7 22.7a23.9 23.9 0 0 1 0 33.9L115.5 256l154 154.7a24.08 24.08 0 0 1 0 33.9l-22.7 22.7a23.9 23.9 0 0 1-33.9 0L18.5 273a24.2 24.2 0 0 1 0-34z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faChevronDoubleLeft = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;