@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 476 B
JavaScript
exports.__esModule = true;
exports.SlashIconConfig = {
name: 'SlashIcon',
height: 512,
width: 640,
svgPath: 'M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z',
yOffset: 0,
xOffset: 0,
};
exports.SlashIcon = require('../createIcon').createIcon(exports.SlashIconConfig);
exports["default"] = exports.SlashIcon;