@brizy/ui-icons
Version:
10 lines (9 loc) • 752 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScrollTransparency = void 0;
const react_1 = __importDefault(require("react"));
exports.ScrollTransparency = ({ 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: "M5.7 0v4.6h4.6V0h4.6c.6 0 1.1.5 1.1 1.1v4.6h-4.6v4.6H16v4.6c0 .6-.5 1.1-1.1 1.1h-4.6v-4.6H5.7V16H1.1C.5 16 0 15.5 0 14.9v-4.6h4.6V5.7H0V1.1C0 .5.5 0 1.1 0h4.6z" })));