UNPKG

@brizy/ui-icons

Version:
16 lines (15 loc) 1.56 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WandMagic = void 0; const react_1 = __importDefault(require("react")); exports.WandMagic = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, react_1.default.createElement("g", { fill: "currentColor" }, react_1.default.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_1.default.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_1.default.createElement("rect", { "data-color": "color-2", x: "13", y: "7", width: "3", height: "2" }), react_1.default.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_1.default.createElement("rect", { "data-color": "color-2", x: "7", width: "2", height: "3" }), react_1.default.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" }))));