@brizy/ui-icons
Version:
10 lines (9 loc) • 776 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Publish = void 0;
const react_1 = __importDefault(require("react"));
exports.Publish = ({ 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: "m2.05 4.05 4.243 4.243 1.414-1.414 1.414 1.414-1.414 1.414 4.243 4.243a7 7 0 0 1-9.9-9.9ZM8 0a8.009 8.009 0 0 1 8 8v1h-2V8a6.006 6.006 0 0 0-6-6H7V0h1Zm0 3a5.006 5.006 0 0 1 5 5v1h-2V8a3 3 0 0 0-3-3H7V3h1Z" })));