UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 661 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MediaMap = void 0; const react_1 = __importDefault(require("react")); exports.MediaMap = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M7 12a1.414 1.414 0 0 0 2 0v2a1 1 0 0 1-2 0v-2Zm1-1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Z" })));