'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fab'; var iconName = 'kaggle'; var width = 291; var height = 512; var ligatures = []; var unicode = 'f5fa'; var svgPathData = 'M290.2 501.5L144.4 320.3 284.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L66.9 313.5V7.5c0-5-2.5-7.5-7.5-7.5H7.5C2.5 0 0 2.5 0 7.5v497c0 5 2.5 7.5 7.5 7.5h51.9c5 0 7.5-2.5 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9c3.5 0 5.5-1 6-3z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faKaggle = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;