'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'do-not-enter'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f5ec'; var svgPathData = ['M64 288v-64a16 16 0 0 1 16-16h352a16 16 0 0 1 16 16v64a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16z', 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm176 296H80a16 16 0 0 1-16-16v-64a16 16 0 0 1 16-16h352a16 16 0 0 1 16 16v64a16 16 0 0 1-16 16z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faDoNotEnter = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;