UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 528 B
import React from 'react'; export const ColorWandSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="m133.441 200.647 67.197-67.196 78.142 78.142-67.196 67.197zM301.41 234.21l-67.19 67.2L412 480l68-68-178.59-177.79zM32 176h80v32H32zm35.624-85.75L90.25 67.622l56.569 56.569-22.628 22.627zM176 32h32v80h-32zm61.32 92.195 56.569-56.569 22.627 22.627-56.568 56.569zM67.62 293.886l56.569-56.568 22.627 22.627-56.568 56.569z"/> </svg>; };