UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 1.32 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DynamicImg = void 0; const react_1 = __importDefault(require("react")); exports.DynamicImg = ({ 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: "M14 7.707v6.416c0 .509-.491.848-1 .848H.848c-.509 0-.848-.34-.848-.848V2c0-.509.491-1 1-1h7.856A4.486 4.486 0 0 0 14 7.707zM5.142 4.663c-.508 0-.847.339-.847.847 0 .509.339.848.847.848.509 0 .848-.34.848-.848s-.34-.847-.848-.847zm-2.656 6.894h8.363l-2.509-5.2-2.508 3.467L4.159 8.09l-1.673 3.466zM12.625 6.75a3.375 3.375 0 1 1 0-6.75 3.375 3.375 0 0 1 0 6.75zm.08-4.878c-.727 0-1.518.143-1.518.446 0 .304.791.447 1.518.447.726 0 1.518-.143 1.518-.447 0-.303-.792-.446-1.518-.446zm0 1.23c-.586 0-1.204-.095-1.518-.337v.544c0 .359.791.527 1.518.527.726 0 1.518-.168 1.518-.527v-.544c-.314.242-.933.337-1.518.337zm0 1.072c-.586 0-1.204-.095-1.518-.338v.545c0 .358.791.527 1.518.527.726 0 1.518-.169 1.518-.527v-.545c-.314.243-.933.338-1.518.338z" })));