UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 943 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.NothingSelected = void 0; const react_1 = __importDefault(require("react")); exports.NothingSelected = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 30 30" }, react_1.default.createElement("path", { fill: "currentColor", d: "M14.293 14.293c.243-.244.595-.344.932-.268l13 3a1 1 0 0 1 .169 1.894l-4.653 1.994 5.673 5.673a2.002 2.002 0 0 1-1.415 3.415 1.99 1.99 0 0 1-1.414-.586l-5.673-5.673-1.994 4.652a.998.998 0 0 1-1.893-.169l-3-13a1.001 1.001 0 0 1 .268-.932ZM25 0c2.206 0 4 1.794 4 4v8a1 1 0 1 1-2 0V4c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v21c0 1.103.897 2 2 2h8a1 1 0 1 1 0 2H4c-2.206 0-4-1.794-4-4V4c0-2.206 1.794-4 4-4Z", opacity: 0.5 })));