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

package.dist.js.icons.toggle-on-icon.d.ts Maven / Gradle / Ivy

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ToggleOnIconConfig: {
  name: 'ToggleOnIcon',
  height: 512,
  width: 576,
  svgPath: 'M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z',
  yOffset: 0,
  xOffset: 0,
};
export declare const ToggleOnIcon: React.ComponentClass;
export default ToggleOnIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy