package.dist.js.icons.chevron-up-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.ChevronUpIconConfig = {
name: 'ChevronUpIcon',
height: 512,
width: 448,
svgPath: 'M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z',
yOffset: 0,
xOffset: 0,
};
exports.ChevronUpIcon = require('../createIcon').createIcon(exports.ChevronUpIconConfig);
exports["default"] = exports.ChevronUpIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy