UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 361 B
import React from 'react'; export const Contrast = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M256 32A224 224 0 0 0 97.61 414.39 224 224 0 1 0 414.39 97.61 222.53 222.53 0 0 0 256 32ZM64 256c0-105.87 86.13-192 192-192v384c-105.87 0-192-86.13-192-192Z"/> </svg>; };