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

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

The newest version!
import { createIcon } from '../createIcon';

export const CheckIconConfig = {
  name: 'CheckIcon',
  height: 512,
  width: 512,
  svgPath: 'M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z',
  yOffset: 0,
  xOffset: 0,
};

export const CheckIcon = createIcon(CheckIconConfig);

export default CheckIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy