UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 1.22 kB
import React from "react"; export const WandMagic = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, React.createElement("g", { fill: "currentColor" }, React.createElement("rect", { x: "3.4", y: "4.8", transform: "matrix(0.7071 0.7071 -0.7071 0.7071 9.0355 -0.8137)", fill: "currentColor", width: "4.2", height: "11.3" }), React.createElement("rect", { fill: "currentColor", x: "11.5", y: "1.8", transform: "matrix(0.7071 0.7071 -0.7071 0.7071 6.136 -7.8137)", width: "2", height: "3.4" }), React.createElement("rect", { "data-color": "color-2", x: "13", y: "7", width: "3", height: "2" }), React.createElement("rect", { fill: "currentColor", x: "11.1", y: "11.6", transform: "matrix(0.7071 0.7071 -0.7071 0.7071 12.5962 -5.2175)", width: "3", height: "2" }), React.createElement("rect", { "data-color": "color-2", x: "7", width: "2", height: "3" }), React.createElement("rect", { fill: "currentColor", x: "1.9", y: "2.4", transform: "matrix(0.7071 0.7071 -0.7071 0.7071 3.4038 -1.4099)", width: "3", height: "2" }))));