'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'toggle-off'; var width = 576; var height = 512; var aliases = []; var unicode = 'f204'; var svgPathData = 'M192 160C138.9 160 96 202.9 96 256s42.94 96 96 96s96-42.94 96-96S245.1 160 192 160zM384 64H192C85.1 64 0 150 0 256c0 106 85.1 192 192 192h192c105.1 0 192-85.1 192-192C576 150 489.1 64 384 64zM384 384H192c-70.58 0-128-57.42-128-128s57.42-128 128-128h192c70.58 0 128 57.42 128 128S454.6 384 384 384z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faToggleOff = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = aliases; exports.unicode = unicode; exports.svgPathData = svgPathData; exports.aliases = aliases;