'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'yin-yang'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f6ad'; var svgPathData = ['M256 64C150 64 64 150 64 256s86 192 192 192a96 96 0 0 1 0-192 96 96 0 0 0 0-192zm0 128a32 32 0 1 1 32-32 32 32 0 0 1-32 32z', 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm0-128a96 96 0 0 0 0 192c-106 0-192-86-192-192S150 64 256 64a96 96 0 0 1 0 192z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faYinYang = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;