123456789101112131415161718192021222324252627282930 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var prefix = 'fab';
- var iconName = 'square-vimeo';
- var width = 448;
- var height = 512;
- var aliases = ["vimeo-square"];
- var unicode = 'f194';
- var svgPathData = 'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM318.5 309.5C275 366 238.2 394.3 208.1 394.3c-18.7 0-34.4-17.2-47.3-51.6c-3.8-13.9-7.3-26.9-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4c-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5c29.1-26.3 55.6-50.3 73.5-51.9c24.9-2.4 40.2 14.6 46 51.1c20.5 129.6 29.6 149.2 66.8 90.5c13.4-21.2 20.6-37.2 21.5-48.3c3.4-32.8-25.6-30.6-45.2-22.2c15.7-51.5 45.8-76.5 90.1-75.1c32.9 1 48.4 22.4 46.5 64c-1.4 31.1-23.2 73.8-65.3 127.9z';
- exports.definition = {
- prefix: prefix,
- iconName: iconName,
- icon: [
- width,
- height,
- aliases,
- unicode,
- svgPathData
- ]};
- exports.faSquareVimeo = 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;
|