'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'whale'; var width = 640; var height = 512; var ligatures = []; var unicode = 'f72c'; var svgPathData = ['M176 96a16 16 0 0 0-8.88 2.69L96 146.13 24.88 98.71A16 16 0 0 0 0 112v81a32 32 0 0 0 14.25 26.62L64 250.14h64l49.75-30.51A32 32 0 0 0 192 193v-81a16 16 0 0 0-16-16zm256 192a16 16 0 1 0 16 16 16 16 0 0 0-16-16z', 'M544 160c-243 0-315.29 224-380.12 224A35.92 35.92 0 0 1 128 348.13v-98H64v98A100 100 0 0 0 163.88 448H576a64 64 0 0 0 64-64V256a96.1 96.1 0 0 0-96-96zM432 320a16 16 0 1 1 16-16 16 16 0 0 1-16 16z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faWhale = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;