'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'circle'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f111'; var svgPathData = ['M256 88a167.95 167.95 0 1 1-118.81 49.19A166.94 166.94 0 0 1 256 88', 'M256 88a167.95 167.95 0 1 1-118.81 49.19A166.94 166.94 0 0 1 256 88m0-80C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faCircle = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;