@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 675 B
JavaScript
exports.__esModule = true;
exports.ThumbTackIconConfig = {
name: 'ThumbTackIcon',
height: 1024,
width: 640,
svgPath: 'M640,670.7 C640,543 602.7,480.2 512,448 L512,192 C549.3,178.8 575.4,137.8 575.4,96 C575.4,43 532.4,0 479.4,0 L159.4,0 C106.4,0 63.4,43 63.4,96 C63.4,137.8 90.7,178.8 128,192 L128,448 C37.3,480.2 0,543 0,670.7 C0,688.9 13.8,704 32,704 L256,704 L284.7,995 C286.2,1011.5 301,1024 320,1024 C339,1024 352.6,1011.4 354.1,995 L384,704 L606.9,704 C625.1,704 640,688.9 640,670.7',
yOffset: 0,
xOffset: 0,
};
exports.ThumbTackIcon = require('../createIcon').createIcon(exports.ThumbTackIconConfig);
exports["default"] = exports.ThumbTackIcon;