All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.caret-right-icon.js Maven / Gradle / Ivy

import { createIcon } from '../createIcon';

export const CaretRightIconConfig = {
  name: 'CaretRightIcon',
  height: 512,
  width: 192,
  svgPath: 'M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z',
  yOffset: 0,
  xOffset: 0,
};

export const CaretRightIcon = createIcon(CaretRightIconConfig);

export default CaretRightIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy