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

package.dist.esm.icons.outlined-pause-circle-icon.js Maven / Gradle / Ivy

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

export const OutlinedPauseCircleIconConfig = {
  name: 'OutlinedPauseCircleIcon',
  height: 512,
  width: 512,
  svgPath: 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z',
  yOffset: 0,
  xOffset: 0,
};

export const OutlinedPauseCircleIcon = createIcon(OutlinedPauseCircleIconConfig);

export default OutlinedPauseCircleIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy