UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 379 B
import React from 'react'; export const FlashOffSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="m63.998 86.005 21.998-21.998L447.999 426.01l-21.998 21.998zM80 304h144l-32 192 108.18-129.82-148.36-148.36L80 304zm352-96H288l32-192-108.18 129.82 148.36 148.36L432 208z"/> </svg>; };