UNPKG

@manysale/pro-solid-svg-icons

Version:

The iconic font, CSS, and SVG framework

25 lines (22 loc) 725 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'mouse'; var width = 384; var height = 512; var ligatures = []; var unicode = 'f8cc'; var svgPathData = 'M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [width, height, ligatures, unicode, svgPathData], }; exports.faMouse = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;