2018-06-20 20:12:02 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'adjust';
|
|
|
|
var width = 512;
|
|
|
|
var height = 512;
|
|
|
|
var ligatures = [];
|
|
|
|
var unicode = 'f042';
|
|
|
|
var svgPathData = 'M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z';
|
|
|
|
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.definition = {
|
2018-06-20 20:12:02 +00:00
|
|
|
prefix: prefix,
|
|
|
|
iconName: iconName,
|
|
|
|
icon: [
|
|
|
|
width,
|
|
|
|
height,
|
|
|
|
ligatures,
|
|
|
|
unicode,
|
|
|
|
svgPathData
|
|
|
|
]};
|
2018-07-17 20:07:25 +00:00
|
|
|
|
|
|
|
exports.faAdjust = exports.definition;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.prefix = prefix;
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.iconName = iconName;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.width = width;
|
|
|
|
exports.height = height;
|
|
|
|
exports.ligatures = ligatures;
|
|
|
|
exports.unicode = unicode;
|
|
|
|
exports.svgPathData = svgPathData;
|