'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'flushed'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f579'; var svgPathData = ['M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM88 224a72 72 0 1 1 72 72 72 72 0 0 1-72-72zm232 176H192c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104a72 72 0 1 1 72-72 72 72 0 0 1-72 72z', 'M160 200a24 24 0 1 0 24 24 23.94 23.94 0 0 0-24-24zm192 0a24 24 0 1 0 24 24 23.94 23.94 0 0 0-24-24z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faFlushed = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;