package.dist.js.icons.italic-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
"use strict"
exports.__esModule = true;
exports.ItalicIconConfig = {
name: 'ItalicIcon',
height: 512,
width: 320,
svgPath: 'M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z',
yOffset: 0,
xOffset: 0,
};
exports.ItalicIcon = require('../createIcon').createIcon(exports.ItalicIconConfig);
exports["default"] = exports.ItalicIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy